Added the disabledExtensions option into the jupyter-lite.json to opt out two kernels in the UI but it doesn't work. #133
Description
Description
Added the disabledExtensions option into the jupyter-lite.json to opt out two kernels(Pyodide and Web Worker) in the UI but it doesn't work.
Reproduce
-
I installed JupyterLite locally by https://jupyterlite.readthedocs.io/en/latest/quickstart/standalone.html.
-
I tried a hosting on the localhost URL with 8000 port by the command, "jupyter lite serve".
-
I found there are 3 kernels (Pyodide, Web Worker, XPython) in the main Launcher UI.
-
I added the disabledExtensions option into the jupyter-lite.json in the _output folder https://jupyterlite.readthedocs.io/en/latest/howto/configure/advanced/extensions.html#disabling-extensions-at-runtime.
"disabledExtensions": [
"@jupyterlite/javascript-kernel-extension",
"@jupyterlite/pyodide-kernel-extension"
] -
Again I tried a hosting on the localhost URL with 8000 port by the command, "jupyter lite serve".
Expected behavior
Two kernels(pyodide and javascript) should be disappeared in the UI. Only the xeus kernel should be there.
Context
- JupyterLite version: 0.1.0
- Operating System and version: mac 10.15.7
- Browser and version: chrome 113.0.5672.126