Skip to content

Commit c2905c1

Browse files
committed
remove old migration lines
1 parent 600cb8c commit c2905c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jupyter-server/jupyter-server.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ Decouple the backend server (and its configuration) from the classic notebook fr
3737
1. Namespacing static files and REST API urls.
3838
- Each extension serves static files at the `/static/<extension>` url.
3939
- 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.
40+
1. Migrate application.
4441
1. Add necessary documentation to notebook and jupyter_server repos.
4542

4643
## Detailed Explanation

0 commit comments

Comments
 (0)