How to have interactivity of Jupyter Notebooks online?

ssurendr

I was wondering if there is a site where one can link a Jupyter Notebook and in return be able to run the notebook interactively? Basically an online or cloud version of Jupyter where the input cells can be modified and run live.

I know there is http://nbviewer.jupyter.org/, but that is a static renderer. I want to be able to run the IPythonWidgets that I have used in this Side Project that I'm working on. It would be nice to send a link to other people who can interact with it without having a local installation of Jupyter or Anaconda.

I tried to look for duplicates, but I couldn't find anything else that answered my question.

(Also, please ignore the incompleteness in my project. I only uploaded it to show what I meant. I haven't polished it yet. If you go down to In[5], that is where I have coded in some widgets that dynamically change the plot.)

Unapiedra

Microsoft is hosting notebooks on Azure: https://notebooks.azure.com/

Unlike Google's Colaboratory, it is already publicly available (status in June 2018).

Azure Notebooks works great with running an Jupyter Notebook online.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How To Set Sources For Jupyter Notebooks

Jupyter Notebooks: How do I execute only cells that have a particular tag

How to !rm python_var (in Jupyter notebooks)

How to interpret .py files as jupyter notebooks

How to save Jupyter notebooks from GitHub

How to install module in Jupyter Notebooks for iPython

How to wrap code/text in Jupyter notebooks

How to use Jupyter notebooks in a conda environment?

How to programmatically generate markdown output in Jupyter notebooks?

How to open .ipynb pages as normal jupyter notebooks

How to convert Jupyter/IPython notebooks to LaTex?

How to test Jupyter notebooks on Travis CI?

How to use Github Package in Jupyter Notebooks

how to stop docker automatically launch jupyter notebooks

How to Travis CI and Jupyter Notebooks through Nbsphinx

Jupyter notebooks in pycharm do not have Local History support in Pycharm?

How to remove password for Jupyter Notebooks and set token again

How can I share Jupyter notebooks with non-programmers?

How can I configure indentation size in my Jupyter notebooks?

How to disable Enter key autocomplete for Jupyter notebooks in Visual Studio Code

How to check for Jupyter active notebooks through command line

How to check for Jupyter running notebooks through command line

Jupyter notebooks - how to move utf-8 characters between scripts?

How to run multiple instances of Spark 2.0 at once (in multiple Jupyter Notebooks)?

How do you debug imported Jupyter notebooks in VS Code?

How to hide cell output in jupyter notebooks (VSCode + Python Extension)?

How to integrate plotly plots from other jupyter notebooks into a new notebook?

How to remove or change the header of jupyter notebooks pdf in Visual Studio Code?

Jupyter notebooks / Pandas dataframe how to deal with multiple columns with similar values