@@ -615,7 +615,6 @@ exclude = [".github", "binder"]
615
615
"jupyterlab_examples_server/labextension" = "share/jupyter/labextensions/@jupyterlab-examples/server-extension"
616
616
"install.json" = "share/jupyter/labextensions/@jupyterlab-examples/server-extension/install.json"
617
617
"jupyter-config/server-config" = "etc/jupyter/jupyter_server_config.d"
618
- "jupyter-config/nb-config" = "etc/jupyter/jupyter_notebook_config.d"
619
618
620
619
[tool.hatch.build.hooks.version]
621
620
path = "jupyterlab_examples_server/_version.py"
@@ -659,7 +658,7 @@ It will build the frontend NPM package through its _factory_, and will ensure on
659
658
generated files is ` jupyterlab_examples_server/labextension/package.json ` :
660
659
661
660
``` py
662
- # pyproject.toml#L57-L68
661
+ # pyproject.toml#L56-L67
663
662
664
663
[tool.hatch.build.hooks.jupyter- builder]
665
664
dependencies = [" hatch-jupyter-builder>=0.5" ]
@@ -711,15 +710,6 @@ in the appropriate jupyter folder (`etc/jupyter/jupyter_server_config.d`):
711
710
" jupyter-config/server-config" = " etc/jupyter/jupyter_server_config.d"
712
711
```
713
712
714
- For backward compatibility with the classical notebook, the old version of that file is copied in
715
- (` etc/jupyter/jupyter_notebook_config.d ` ):
716
-
717
- ``` py
718
- # pyproject.toml#L52-L52
719
-
720
- " jupyter-config/nb-config" = " etc/jupyter/jupyter_notebook_config.d"
721
- ```
722
-
723
713
### JupyterLab Extension Manager
724
714
725
715
The distribution as a Python package has been described in the previous subsection. But
0 commit comments