If I don't want to give out SSH access to users of my remote IPython notebook server. Is there a way to let users browse non .ipynb files and download them?
相关问题
- Access IPython's profile history (history.sqli
- Pandas and NumPy default width change on startup
- prevent overlapping bars using seaborn with pandas
- How to copy new and updated rows from a offline to
- Issues with tk in ipython/jupyter
相关文章
- cython in jupyter notebook
- python: ignoring leading “>>>” and “…” in interact
- how to print source code of object I defined use
- IPython won't start
- Ipython kernel error after uninstalling anaconda
- Connect to a remote MySQL database using Android
- Draw horizontal lines from x=0 to data points in m
- How can i force SHIFT+ENTER to run selection and e
You can use
FileLink
andFileLinks
that are built-in:The code above generates:
The three items above are links that you can click to download.
Click here for an example from ipython.org