Project Jupyter
- https://jupyter.org/
- Voilà
- 笔记本转换为独立的交互式网页应用程序
- Binder
- Voilà
- jupyter/jupyter
- metapackage for installation, docs and chat
- jupyterlab/jupyterlab
- BSD-3, TS, Python
- 多文档, 插件, 内置文件浏览, 交互输出, 更高级的文本编辑
- next-generation web-based user interface for Project Jupyter
- jupyter/notebook
- 特点
- document-centric
- Notebook v7
- JupyterLab components for the frontend
- Jupyter Server for the Python server
- Classic Notebook v6
- 特点
- Jupyter-kernels
- kernels -> 执行环境
- jupyter-server/jupyter_server
- BSD-3, Python
- jupyterlab/lumino
- BSD-3, TS
- library for building interactive web applications
- microsoft/vscode-jupyter
- MIT, TS
- datalayer/jupyter-ui
- React components for Jupyter Notebook
- Spec
- Notebook Document Format
- Interactive Computing Protocol
- The Kernel
- 参考
Notes
- @jupyterlab/services
- Javascript client for the Jupyter services REST APIs