jupyter-server/jupyter_server

GitHub: jupyter-server/jupyter_server

Jupyter Server 是为 Jupyter Notebook、JupyterLab 等交互式计算 Web 应用提供后端核心服务与 REST API 的基础服务端组件。

Stars: 564 | Forks: 409

# Jupyter Server [![构建状态](https://static.pigsec.cn/wp-content/uploads/repos/cas/55/55610f2276a2074c1d35c30924ecb6a57a401886d697c69e52150abd21646f3c.svg)](https://static.pigsec.cn/wp-content/uploads/repos/cas/55/55610f2276a2074c1d35c30924ecb6a57a401886d697c69e52150abd21646f3c.svg) [![文档状态](https://readthedocs.org/projects/jupyter-server/badge/?version=latest)](http://jupyter-server.readthedocs.io/en/latest/?badge=latest) Jupyter Server 为 Jupyter Web 应用程序(如 Jupyter notebook、JupyterLab 和 Voilà)提供后端支持(即核心服务、API 和 REST 端点)。 欲了解更多信息,请阅读我们的[文档](http://jupyter-server.readthedocs.io/en/latest/?badge=latest)。 ## 安装与基本用法 要在本地安装最新发布的版本,请确保你已经 [安装了 pip](https://pip.pypa.io/en/stable/installation/) 并运行: ``` pip install jupyter_server ``` Jupyter Server 目前支持在 Linux、OSX 和 Windows 上运行的 Python>=3.10。 ### 版本控制与分支 如果 Jupyter Server 是你的项目/应用程序的依赖项,请务必将其版本固定为适合你应用程序的版本。Jupyter Server 遵循语义化版本控制:主版本可能包含破坏性的 API 更改,次版本以向后兼容的方式添加功能,而修订版本则包含向后兼容的缺陷修复。 针对先前的稳定主版本线(例如 `1.x`),我们会保留维护分支。`main` 分支始终反映最新的未发布版本。 要查看各版本之间的更改,请查阅 [CHANGELOG](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md)。 ## 用法 - 运行 Jupyter Server ### 在本地安装中运行 使用以下命令启动: ``` jupyter server ``` ### 测试 ## 团队会议与路线图 - 时间:周四 [太平洋时间上午 8:00](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&) - 地点:[Jovyan Zoom](https://zoom.us/j/95228013874?pwd=Ep7HIk8t9JP6VToxt1Wj4P7K5PshC0.1) - 内容: - [会议记录](https://github.com/jupyter-server/team-compass/issues?q=is%3Aissue%20%20Meeting%20Notes%20) - [议程](https://hackmd.io/Wmz_wjrLRHuUbgWphjwRWw) 请查看我们初步的[路线图](https://github.com/jupyter-server/jupyter_server/issues/127)。 ## 关于 Jupyter 开发团队 负责在 GitHub 上协调开发的核心团队可以在这里找到: https://github.com/jupyter/. ## 我们的版权政策 Jupyter 采用共享版权模型。每位贡献者都保留 其对 Jupyter 所做贡献的版权。但是,必须注意的是,这些 贡献通常仅限于对代码库的更改。因此,完整的 Jupyter 源代码并不属于任何单一个人或 机构的版权。相反,它是整个 Jupyter 开发团队的集体版权。如果个人贡献者希望保留 关于其拥有特定版权的更改/贡献的记录,他们应当在提交更改时, 在 commit message 中注明其版权, 然后将更改提交到某个 Jupyter 代码库中。 有鉴于此,任何源代码文件中都应使用以下横幅 来标明版权和许可条款: ``` # 版权所有 (c) Jupyter Development Team。 # 根据 Modified BSD License 的条款进行分发。 ```
标签:调试插件, 逆向工具