|
13 | 13 |
|
14 | 14 | # Deepnote extension for JupyterLab |
15 | 15 |
|
16 | | -Deepnote is the data notebook for the AI era. `jupyterlab-deepnote` is a JupyterLab extension that enables you to open and view [Deepnote](https://deepnote.com) project files (`.deepnote` format) directly within JupyterLab. This extension provides a seamless read-only viewer for Deepnote notebooks, allowing you to explore Deepnote projects without leaving your JupyterLab environment. |
| 16 | +`jupyterlab-deepnote` is a JupyterLab extension that enables you to open and view [Deepnote](https://deepnote.com) project files (`.deepnote` format) directly within JupyterLab. This extension provides a seamless read-only viewer for Deepnote notebooks, allowing you to explore Deepnote projects without leaving your JupyterLab environment. |
17 | 17 |
|
18 | 18 | ## Key features |
19 | 19 |
|
20 | | -- **Open Deepnote files**: View `.deepnote` project files containing Deepnote notebooks in JupyterLab |
21 | | -- **Multi-notebook support**: Switch between multiple notebooks within a single `.deepnote` file |
22 | | -- ️ **Read-only mode**: View notebook content safely without modifying the original `.deepnote` file |
23 | | -- **Seamless integration**: Works natively with JupyterLab's notebook interface |
24 | | -- **Deepnote block support**: Renders Deepnote-specific block types as Jupyter cells |
| 20 | +- **Open Deepnote files**: View `.deepnote` project files containing Deepnote notebooks in JupyterLab |
| 21 | +- **Multi-notebook support**: Switch between multiple notebooks within a single `.deepnote` file |
| 22 | +- **Read-only mode**: View notebook content safely without modifying the original `.deepnote` file |
| 23 | +- **Seamless integration**: Works natively with JupyterLab's notebook interface |
| 24 | +- **Deepnote block support**: Renders Deepnote-specific block types as Jupyter cells |
25 | 25 |
|
26 | 26 | ## Installation |
27 | 27 |
|
@@ -158,22 +158,20 @@ This extension follows semantic versioning for its own API: |
158 | 158 |
|
159 | 159 | Note: This extension does **not** support JupyterLab 3.x or earlier versions. |
160 | 160 |
|
| 161 | +## Need help? |
| 162 | +- Join our Community! |
| 163 | +- Open an issue for bug reports or feature requests |
| 164 | +- Check out source code of related repositories: [Deepnote Open Source](https://github.com/deepnote/deepnote), [JupyterLab extension](https://github.com/deepnote/jupyterlab-deepnote) and [Deepnote Toolkit](https://github.com/deepnote/deepnote-toolkit). |
| 165 | +- Check out our [documentation](https://deepnote.com/docs?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main) |
| 166 | +- Want a low-code experience? Visit [Deepnote Cloud](https://deepnote.com/?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main) together with Deepnote AI agent |
| 167 | + |
161 | 168 | ## Contributing |
162 | 169 |
|
163 | 170 | For development setup, testing, and contributing guidelines, please see [CONTRIBUTING.md](CONTRIBUTING.md). |
164 | 171 |
|
165 | | -## Related projects |
166 | | - |
167 | | -- [Deepnote](https://deepnote.com) |
168 | | -- [Deepnote Open Source](https://github.com/deepnote/deepnote) |
169 | | -- [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Deepnote.vscode-deepnote) |
170 | | -- [Cursor extension](https://open-vsx.org/extension/Deepnote/vscode-deepnote) |
171 | | -- [Windsurf extension](https://open-vsx.org/extension/Deepnote/vscode-deepnote) |
172 | | - |
173 | 172 | --- |
174 | | - |
175 | 173 | <div align="center"> |
176 | 174 |
|
177 | | -Made with 💙 by the data-driven team |
| 175 | +Built with 💙 |
178 | 176 |
|
179 | 177 | </div> |
0 commit comments