GitHub 热门项目:deepnote

2026-05-28 1 阅读 GitHub Trending
GitHub项目:deepnote 仓库地址:https://github.com/deepnote/deepnote 星级:2911 | 作者:深记 项目描述:Deepnote 是 Jupyter 的直接替代品,具有人工智能优先的设计、时尚的 UI、新的块和本机数据集成。在您最喜欢的 IDE 中本地使用 Python、R 和 SQL,然后扩展到 Deepnote 云以实现实时协作、Deepnote 代理和可部署的数据应用程序。 https://deepnote.com/ =================================================== 自述文件内容: ![Deepnote 徽标全黑](/assets/deepnote-cover-image.png) [![CI](https://github.com/deepnote/deepnote/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/deepnote/deepnote/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/deepnote/deepnote/graph/badge.svg?token=7DHBMXZS28)](https://codecov.io/gh/deepnote/deepnote) [网站](https://deepnote.com/?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main) • [文档](https://deepnote.com/docs?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main) • [变更日志](https://deepnote.com/changelog?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main) • [X](https://x.com/DeepnoteHQ) • [示例](https://deepnote.com/explore?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main) • [社区](https://github.com/deepnote/deepnote/discussions)
# Deepnote是AI时代的数据笔记本 雅诗兰黛、SoundCloud、Statsig、Gusto 等公司的 500,000 多名数据专业人士使用 Deepnote。 几秒钟内即可开始使用 Deepnote: ````bash npx @deepnote/convertnotebook.ipynb # 这将转换笔记本并创建notebook.deepnote ```` 然后在 [VS Code](https://marketplace.visualstudio.com/items?itemName=Deepnote.vscode-deepnote)、[Cursor](https://open-vsx.org/extension/Deepnote/vscode-deepnote) 或 [Windsurf](https://open-vsx.org/extension/Deepnote/vscode-deepnote) 中打开“.deepnote”文件! ## 什么是 Deepnote? Deepnote 是 Jupyter 的直接替代品。它使用 Deepnote 内核,该内核更强大但仍然向后兼容,因此您可以在两者之间无缝移动,但它添加了 AI 代理、时尚的 UI、新的块类型和本机数据集成。 **Deepnote 开源** 为您提供在使用 **Deepnote Cloud** 团队中扩展工作流程之前在本地工作所需的一切。 为什么 Deepnote 开源? - **人类可读的格式:** `.deepnote` YAML 格式用干净、版本控制和人性化的项目和笔记本结构取代了 `.ipynb` 混乱的 JSON。您可以将多个笔记本、集成和设置组织到一个“.deepnote”项目中,以实现更好的结构和协作。 - **基于块的架构:** 使用 SQL、输入、图表等块将笔记本扩展到代码单元之外 - 所有这些都通过开放的“@deepnote/blocks”包进行定义和验证。 - **随时随地工作:** 在 VS Code 中本地运行笔记本,或者使用开源 Deepnote 工具包在其他任何地方运行笔记本。一旦您想要在同一笔记本上以更强大的计算能力在团队中工作,请将您的项目拖放到 Deepnote Cloud 中。 - **反应式笔记本执行:** 当输入或数据更改时自动重新运行相关块,确保笔记本保持一致和可再现,无需手动执行。 - **开放且可扩展:** 基于 Jupyter 内核构建,与您现有的笔记本完全兼容