sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-26 08:23:20 +00:00
parent d97ea2d955
commit 6dacb122d0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
148 changed files with 6228 additions and 2485 deletions

View file

@ -0,0 +1,13 @@
repair with traitlets 5.10
Index: notebook/services/sessions/sessionmanager.py
--- notebook/services/sessions/sessionmanager.py.orig
+++ notebook/services/sessions/sessionmanager.py
@@ -31,7 +31,6 @@ class SessionManager(LoggingConfigurable):
# and allow jupyter_server contents managers to pass
# through. If jupyter_server is not installed, this class
# will be ignored.
- 'jupyter_server.services.contents.manager.ContentsManager'
]
)