Skip to content

Commit 7f654bc

Browse files
Delete noop assignment
This doesn’t seem to do anything: `server_app.contents_manager = DeepnoteContentsManager(parent=server_app)`. What does seem to work is adding this field to a config file, and pointing `jupyterlab` at this config: `"contents_manager_class": "jupyterlab_deepnote.contents.DeepnoteContentsManager"` Signed-off-by: Andy Jakubowski <[email protected]>
1 parent 80daef0 commit 7f654bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyterlab_deepnote/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ def _load_jupyter_server_extension(server_app):
3131
setup_handlers(server_app.web_app)
3232
name = "jupyterlab_deepnote"
3333
server_app.log.info(f"Registered {name} server extension")
34-
server_app.contents_manager = DeepnoteContentsManager(parent=server_app)

0 commit comments

Comments
 (0)