简体   繁体   English

交互式公共iPython笔记本

[英]Interactive public iPython Notebook

I have an ipython notebook that has interactive, dynamic content such as dropdowns. 我有一个ipython笔记本,它具有交互式,动态内容(例如下拉菜单)。 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. 我希望笔记本不必下载并在本地python内核上运行,而是可以公开访问和在线互动。

A promising direction to pursue is temporary, disposable notebooks : 暂时的一次性笔记本电脑是一个有希望的发展方向:

tmpnb launches a docker container for each user that requests one. tmpnb为每个请求一个的用户启动一个docker容器。 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. 实际上,这用于提供临时笔记本,在《自然》文章中演示IPython笔记本,甚至为出版物提供Jupyter内核。

Source: Deploying JupyterHub for Education 资料来源: 部署JupyterHub进行教育

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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