Working with notebooksΒΆ
To share a Jupyter notebook–formerly IPython notebook–on Cloud:
To upload your notebook to Cloud, open Anaconda Prompt or Terminal and enter:
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. To download the notebook, open Anaconda Prompt or Terminal and enter:
anaconda download username/my-notebook
NOTE: Replace
username
with your username, andmy-notebook
with the actual name of your notebook.