-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ipylab returns empty list of commands. Console shows error Error: Module ipylab, semver range ^0.5.2 is not registered as a widget module #82
Comments
Updating JupyterLab to version 3.2.5 did not help. List of commands is still empty. The errors from the Chrome dev tools vanished. |
I think that the output of |
jupyter server extension list:
jupyter serverextension list:
jupyter labextension list:
|
In order to resolve the error on jupyter_nbextensions_configurator, I installed it with
As expected, that did not seem to influence the ipylab issue. jupyter serverextension list:
|
I tried That does work now. app.commands.list_commands() still returns an empty list. |
Right that's probably the case yes. Since retrieving the list of commands requires a round trip to the frontend. There is a |
I use JupyterLab 3.2.3 and installed ipylab 0.5.2 using pip.
Following notebook code
returns an empty array.
The Chrome dev tools console contains the error
Module ipylab, semver range ^0.5.2 is not registered as a widget module
Full output:
The text was updated successfully, but these errors were encountered: