-
Notifications
You must be signed in to change notification settings - Fork 24
Extension installing but not working through pip install on JupyterLab 3.5.0 #237
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Issue resolved by using solution listed here: #228 (comment) I would submit a PR to resolve this issue but not sure which copy of the
and:
|
Hi @johnnybarrels, I have started looking into this issue. I think the id needs to start from 1. With the recent jupyterlab, id of 0 means undefined. But, we have some bigger build issues. Will create a PR if it's done! |
Should work now with a new version! |
I has the same issue. but resolve with another simple method, @jahn96 do you has any idea? work well with : |
Current version is 2.2.0 but conda-forge hasn't been updated yet. Is it on their side? |
I install the extention 4 days ago actually , by the follow command .
|
@shuivin this command will print something:
As you didn't installed with pip, it didn't added pip package. |
Thanks! the code-snippets has the right version, and pip has installed. pip 21.1.1
|
@shuivin you have pip installed, but you didn't install plugin with pip. That's why pip doesn't show it. That's pretty expected result for your case.
Yeah, I should have said pypi package, not "pip" package. |
@jahn96: Is this really fixed in the 2.2.0/2.2.1 version? After installing the current version from pypi (pip says that this is 2.2.1, jupyter says it is 2.2.0) the issue remains and the workaround of adding an empty snippets is still required. |
I found a related error that caused the extra junk to persist. |
Describe the bug
After installing this package through
pip
, then starting Jupyter Lab (3.5.0), the package is not working. When clicking on theCode Snippet Explorer
icon in left sidebar, the sidebar window is completely blank (see screenshots below). Also, when right-clicking a cell and selectingSave As Code Snippet
, nothing happens.Upon opening the developer console, I notice a
jupyterlab-code-snippets:snippets validation error
of"should have required property 'id'"
(see screenshot below).To Reproduce
pip install jupyterlab-code-snippets
Code Snippet Explorer
icon in left sidebarExpected behavior
Normal use of extension: snippets sidebar window not blank, able to save code in cells as new snippet.
Screenshots
Blank
Code Snippet Explorer
windowDeveloper console
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: