.. _cloud-notebooks:

======================
Working with notebooks
======================

To begin working with Jupyter Notebooks, see the
`Official Jupyter Notebook documentation
<http://jupyter-notebook.readthedocs.io/en/latest/>`_.

To share a `Jupyter notebook <http://jupyter.org/>`_ on Cloud:

#. Save a :download:`notebook <my-notebook.ipynb>`.

#. Download and check out the handy
   :download:`JupyterLab and Jupyter Notebook cheat sheet <JupyterLab-Notebook-Cheatsheet.pdf>`
   to create and save a notebook.

#. 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,
   and ``my-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, and
   ``my-notebook`` with the actual name of your notebook.
