Working with notebooksΒΆ
To share a Jupyter notebook–formerly IPython notebook–on Cloud:
Upload your notebook to Cloud:
anaconda upload my-notebook.ipynb
NOTE: Replace
my-notebook
with the actual name of your notebook.You can see an HTML version of your notebook stored at:
http://notebooks.anaconda.org/<USERNAME>/my-notebook
NOTE: Replace
<USERNAME>
with your username, andmy-notebook
with the actual name of your notebook.Anyone who has access to Cloud can download your notebook:
anaconda download username/my-notebook
NOTE: Replace
username
with your username, andmy-notebook
with the actual name of your notebook.