简体   繁体   中英

Interactive public iPython Notebook

I have an ipython notebook that has interactive, dynamic content such as dropdowns. Is it possible to publicly display this notebook and have it be interactive online? I want the notebook to not have to be downloaded and run on a local python kernel but publicly accessible and interactive online.

A promising direction to pursue is temporary, disposable notebooks :

tmpnb launches a docker container for each user that requests one. In practice, this gets used to provide temporary notebooks, demo the IPython notebook as part of a Nature article, or even provide Jupyter kernels for publications.

Source: Deploying JupyterHub for Education

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM