To share a notebook or project, follow these steps:
- Save your notebook.
- Log in by running the Anaconda login command.
- To upload your notebook to the cloud, open the Anaconda prompt or Terminal and enter the following command:
anaconda upload my-notebook.ipynb
- To check, we can try the link at http://notebooks.anaconda.org/<USERNAME>/my-notebook, where USERNAME would be your username. The following shows an example where we generate a simple Jupyter notebook, using the earlier code:
- Assume that we download it as c11_01.ipynb. First, we launch the Anaconda prompt.
- Move to the correct subdirectory containing our Jupyter ...