With Anaconda Enterprise Repository you can upload Jupyter notebooks for others to view and download. Normally this may just be the actual code in the notebook itself however it is possible to share the notebook with results displayed and even interactivity for the person viewing it.
To accomplish this simply run all of the cells in your notebook on your local system to display any output or data visualization and save the notebook. Once saved you can upload this notebook to your account on Anaconda Repository.
First login to your account. If you need to configure your system to point to your Anaconda Repository you can follow the documentation on Configuring Anaconda Client.
anaconda login
Then upload the notebook with the following command:
anaconda upload notebook.ipynb
You can then go to your profile in Anaconda Repository and view the notebook. You should see the executed notebook displayed in your web browser. To share with someone else you can just provide theRUL to the notebook and they can view it as well.