Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
This repository was 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

Open
@JeongJun-Lee

Description

@JeongJun-Lee

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

  1. I installed JupyterLite locally by https://jupyterlite.readthedocs.io/en/latest/quickstart/standalone.html.

  2. I tried a hosting on the localhost URL with 8000 port by the command, "jupyter lite serve".

  3. I found there are 3 kernels (Pyodide, Web Worker, XPython) in the main Launcher UI.

  4. 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"
    ]

  5. 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.
image

Context

  • JupyterLite version: 0.1.0
  • Operating System and version: mac 10.15.7
  • Browser and version: chrome 113.0.5672.126
Browser Output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions