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/notebookapp.py
--- notebook/notebookapp.py.orig
+++ notebook/notebookapp.py
@@ -1388,7 +1388,6 @@ class NotebookApp(JupyterApp):
# and allow jupyter_server contents managers to pass
# through. If jupyter_server is not installed, this class
# will be ignored.
- 'jupyter_server.contents.services.managers.ContentsManager'
],
config=True,
help=_('The notebook manager class to use.')