-
Notifications
You must be signed in to change notification settings - Fork 810
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
Variable inspector not working #1133
Comments
Version of nbextensions? Here is my entire Jupyter system in a python 2.7 conda virutal env:
|
Thanks! Seems like
|
Great :) Not sure about that Unfortunately I'm still waiting on Travis to build the conda-forge package for 0.3.3, but once it does, that should hopefully work too. |
I'll leave this issue open for now though, for the benefit of anyone installing 0.3.2 from conda 😞 |
Same issue here. Just installed 0.3.2 from conda and many extensions do not appear in the toolbar even though enabled, including variable inspector, toc2, freeze, and runtools |
Yes, I'm sorry, but quite a few will be affected by this bug. For now (until the conda build completes correctly), the best I can offer is to try a pip upgrade. This is perfectly safe to do over the top of a conda install, but I forgot earlier that two steps are needed. To apply over the top of a conda install, use (with the relevant conda environment active)
You may wish to add a --symlink flag to the second command (and you're not on Windows, which doesn't support symlinks). |
See also (same bug) #1127 |
@jcb91 Thanks a lot for the instructions, they work nicely! Really appreciate the team's efforts! |
@SteliosStefanatos you're welcome, glad to hear you got it fixed ok :)
But there isn't really any need to for now, since you've already got 0.3.3 anyway :) |
Hi, I have the same issue, even though all my versions are up to date... My jupyter is 5.6.0 and the nb extension's version is 0.5.0. Any ideas? |
Also seeing this with a fresh install of jupyter, nbextensions. Can't seem to get the inspector window at all... trying it out for the first time, so might be missing something obvious. (Enabled via command line originally, went back and verified through configurator that it was present and enabled. selected the show window on startup... disabled and reenabled the variable inspector via the configurator. Stopped my notebook and jupyter lab... restarted it, still no dice.) |
After enabling
varInspector/main
I am not seeing anything in the toolbar nor can I toggle the inspector via the command palette. I can see and change inspector parameters in the extensions configurator, and have setTrue
to display window at startup, but there is just nothing visible, no errors or no sign of the extension in action.The text was updated successfully, but these errors were encountered: