This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Added the disabledExtensions option into the jupyter-lite.json to opt out two kernels in the UI but it doesn't work. #133
Labels
bug
Something isn't working
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
Browser Output
The text was updated successfully, but these errors were encountered: