Skip to content

Instantly share code, notes, and snippets.

@konverner
Created October 23, 2021 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konverner/280e23fe452770ad6532d77fc5b8c68f to your computer and use it in GitHub Desktop.
Save konverner/280e23fe452770ad6532d77fc5b8c68f to your computer and use it in GitHub Desktop.
two lines for downloading a file from a python notebook
from IPython.display import FileLink
FileLink(r'file_name.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment