You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## A third-party extension for JupyterLab for viewing Deepnote projects (`.deepnote` files) directly in JupyterLab
12
9
13
-
> **Note:** This is an unofficial, community-developed extension and is not affiliated with or endorsed by Project Jupyter. Jupyter, JupyterLab and the Jupyter logos are trademarks or registered trademarks of LF Charities, used by Deepnote Inc with permission.
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.
-**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
30
25
31
26
## Installation
32
27
@@ -59,9 +54,7 @@ jupyter labextension list
59
54
60
55
You should see `jupyterlab_deepnote` listed in both outputs.
61
56
62
-
## Usage
63
-
64
-
### Opening Deepnote files
57
+
## Opening Deepnote files
65
58
66
59
1.**Launch JupyterLab**:
67
60
@@ -137,13 +130,13 @@ After uninstalling, restart JupyterLab for the changes to take effect.
137
130
138
131
## Compatibility
139
132
140
-
### JupyterLab Version Support
133
+
### JupyterLab version support
141
134
142
135
This extension is compatible with **JupyterLab 4.4.0 or higher**. It requires the content provider registry API introduced in JupyterLab 4.4.
143
136
144
137
**Upper bound:** The extension sets an upper bound of `< 5.0.0` to prevent automatic installation with potentially incompatible future major versions of JupyterLab.
145
138
146
-
### Maintenance Policy
139
+
### Maintenance policy
147
140
148
141
Following [JupyterLab's extension development guidelines](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#overview-of-extensions), we adhere to semantic versioning principles:
149
142
@@ -157,7 +150,7 @@ When JupyterLab 5.x is released, we will:
157
150
2. Release a new major or minor version with explicit JupyterLab 5.x support
158
151
3. Clearly document any breaking changes in the changelog
159
152
160
-
### Backwards Compatibility
153
+
### Backwards compatibility
161
154
162
155
This extension follows semantic versioning for its own API:
163
156
@@ -166,26 +159,20 @@ This extension follows semantic versioning for its own API:
166
159
167
160
Note: This extension does **not** support JupyterLab 3.x or earlier versions.
168
161
169
-
## Development
162
+
## Need help?
170
163
171
-
For development setup, testing, and contributing guidelines, please see [CONTRIBUTING.md](CONTRIBUTING.md).
172
-
173
-
## License
174
-
175
-
This project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.
164
+
- Join our Community!
165
+
- Open an issue for bug reports or feature requests
166
+
- 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).
167
+
- Check out our [documentation](https://deepnote.com/docs?utm_source=github&utm_medium=github&utm_campaign=github&utm_content=readme_main)
168
+
- 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
176
169
177
-
## Related projects
170
+
## Contributing
178
171
179
-
-[Deepnote](https://deepnote.com)
180
-
-[Deepnote Open Source](https://github.com/deepnote/deepnote)
0 commit comments