Monday, 15 September 2014

Retrieving files from remote IPython notebook server? -



Retrieving files from remote IPython notebook server? -

if don't want give out ssh access users of remote ipython notebook server. there way allow users browse non .ipynb files , download them?

you can utilize filelink , filelinks:

from ipython.display import filelink, filelinks filelinks('.')

generates:

./ some_python_file.py some_xml_file.xml some_ipynb_file.ipynb

those links can click , download files.

click here illustration ipython.org

ipython ipython-notebook remote-server

No comments:

Post a Comment