-
Notifications
You must be signed in to change notification settings - Fork 945
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
Error Installing @jupyter-widgets/[email protected] #3307
Comments
Thanks @jhamet93 for reporting this issue 👍 I could reproduce it locally in a new environment with:
The
Normally this command is not stricly necessary with JupyterLab 3.0. Installing Would you be able to check whether this fixes the issue? |
I was able to fix the issue using as you stated but in a slightly hacky manner. At Twitter, we use pexes to conceal our Python environment which means exposing the contents of this pex a bit hacky in order for the prebuilt extension system to discover the correct location. Is still being able to install this extension via |
Yes this is still supported. It looks it is hitting that line in the extension manager code in JupyterLab: https://github.com/jupyterlab/jupyterlab/blob/2b8a2cedcdb7cd4d3aac556692b146e8712a0e8f/jupyterlab/commands.py#L2078 I wonder if this is because the
Which would make the string comparison fail. For reference the cookiecutter does not seem to be using the leading |
FYI @jhamet93 jupyterlab/jupyterlab#11427 should provide a fix for this, in case you would like to check it out. |
Description
ValueError: "@jupyter-widgets/[email protected]" is not a valid extension:
schemaDir is empty: "./schema"
Reproduce
jupyter labextension install @jupyter-widgets/[email protected]
within the latest JupyterLab3 environmentExpected behavior
Lab extension successfully installs
Context
Attempting to upgrade company JupyterLab offering to 3.X so bumping this installation
The text was updated successfully, but these errors were encountered: