We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600cb8c commit c2905c1Copy full SHA for c2905c1
jupyter-server/jupyter-server.md
@@ -37,10 +37,7 @@ Decouple the backend server (and its configuration) from the classic notebook fr
37
1. Namespacing static files and REST API urls.
38
- Each extension serves static files at the `/static/<extension>` url.
39
- New `ExtensionHandlerApp` class
40
-1. Migrate configuration.
41
- - Notebook App configuration stays in `jupyter_notebook_config.py`
42
- - Server and services configurations move to `jupyter_server_config.py`
43
- - Add a `migrate` application to automate this migration.
+1. Migrate application.
44
1. Add necessary documentation to notebook and jupyter_server repos.
45
46
## Detailed Explanation
0 commit comments