You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned elsewhere, a JupyterLite site builder UI, would be a "normal" labextension, and would want to be installed in an environment which had all the other packages installed, as the sys.prefix stuff done by a real package manager is so important to keeping everything working.
I'm thinking that would not depend on any @jupyterlite/ npm packages, and very probably could be based on ipywidgets. Longer con, this could also run in e.g. pyodide-kernel, which is a ticket i've been meaning to make.
Problem
Starting a full JupyterLab 3.6-based application with
jupyterlite-pyodide-kernel
shows the (harmless) console error:Harmless, but annoying.
Proposed Solution
???
Additional context
things tried
optional
jupyter labextension disable @jupyterlite/pyodide-kernel-extension
The text was updated successfully, but these errors were encountered: