jupyter_bokeh:用于在JupyterLab笔记本中呈现Bokeh内容的扩展

时间:2024-05-21 18:18:57
【文件属性】:

文件名称:jupyter_bokeh:用于在JupyterLab笔记本中呈现Bokeh内容的扩展

文件大小:201KB

文件格式:ZIP

更新时间:2024-05-21 18:18:57

bokeh jupyterlab jupyterlab-extension TypeScript

jupyter_bokeh 一个Jupyter扩展,用于在Jupyter中渲染内容。 另请参见单独的库,以支持在Bokeh应用程序中使用Jupyter小部件/ ipywidgets对象。 安装 对于3.0和JupyterLab的新版本,你必须与任何安装jupyter_bokeh选择pip或conda : pip install jupyter_bokeh 或者 conda install -c conda-forge jupyter_bokeh 对于Jupyter Lab低于3.0的版本,必须单独安装labextension: conda install -c conda-forge jupyter_bokeh jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter labextension


【文件预览】:
jupyter_bokeh-main
----setup.py(3KB)
----style()
--------index.js(21B)
--------base.css(0B)
--------index.css(25B)
----.gitignore(76B)
----conda.recipe()
--------meta.yaml(774B)
----package.json(3KB)
----pyproject.toml(145B)
----package-lock.json(712KB)
----src()
--------manager.ts(805B)
--------plugin.ts(2KB)
--------metadata.d.ts(71B)
--------extension.ts(442B)
--------widgets.ts(7KB)
--------index.ts(89B)
--------renderer.ts(5KB)
----DEVGUIDE.md(529B)
----webpack.config.js(1KB)
----MANIFEST.in(507B)
----install.json(187B)
----jupyter_bokeh.json(67B)
----tsconfig.json(581B)
----setup.cfg(67B)
----LICENSE.txt(1KB)
----jupyter_bokeh()
--------widgets.py(5KB)
--------__init__.py(521B)
--------nbextension()
--------_version.py(441B)
----.github()
--------workflows()
----.prettierignore(82B)
----examples()
--------static_plot.ipynb(1KB)
--------jupyter_sliders.ipynb(2KB)
--------notebook_comms.ipynb(3KB)
--------server_embed.ipynb(4KB)
--------jupyter_widgets.ipynb(2KB)
--------jupyter_interactors.ipynb(3KB)
----.eslintrc.js(1KB)
----scripts()
--------deploy.sh(515B)
----README.md(3KB)
----.eslintignore(43B)
----.prettierrc(96B)

网友评论