Skip to content
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

when building show ‘AppOptions’ object has no attribute ‘extensions’ #230

Open
freemedom opened this issue Oct 31, 2021 · 3 comments

Comments

@freemedom
Copy link

https://discourse.jupyter.org/t/appoptions-object-has-no-attribute-extensions/11487

@freemedom
Copy link
Author

freemedom commented Oct 31, 2021

when use
pip install lckr-jupyterlab-variableinspector
show:
ERROR: Invalid requirement: 'jupyterlab,==3.*'

@freemedom
Copy link
Author

i finally solve this problem by
https://teratail.com/questions/348800

@michaelwooley
Copy link

@freemedom 's link does appear to work. Thanks! Here is the command:

jupyter labextension install @lckr/jupyterlab_variableinspector@3.0.7
  • 3.0.7 is the latest tagged release
  • It appears that pinning to 3.0.7 is critical to getting the build to work.
  • v3.0.9 is currently on npm? If 3.0.9 is unstable then I'm not surprised that it didn't work.

Somehow this also fixed a lot of my other extensions by causing "linkages" to occur?! (I don't think that this extension broke those extensions.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants