Skip to content

Instantly share code, notes, and snippets.

@rcgalbo
Last active February 1, 2018 21:12
Show Gist options
  • Save rcgalbo/a8cf35a3f11807835294bd93034cc1c3 to your computer and use it in GitHub Desktop.
Save rcgalbo/a8cf35a3f11807835294bd93034cc1c3 to your computer and use it in GitHub Desktop.
Creating a file link for browser download (kaggle submissions)
from IPython.display import FileLink
"%cd $PROJECT_HOME_DIR"
FileLink('data/redux/'+submission_file_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment