-
Notifications
You must be signed in to change notification settings - Fork 809
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
Setup problem? ImportError: No module named jupyter_nbextensions_configurator.application #653
Comments
ugh, sorry, this is my fault, introduced in #644, and related to our non-standard setup script. Essentially one of the requirements is required in order to run the setup script, not just for use after it's run. You can fix it by pip-installing the module in question |
ok, should be done - let me know! |
I reran setup after pulling the changed but got the same error. I checked setup and I have the modified version that requires . I use pip to install jupyter_nbextensions_configurator and the setup now works and nbextensions page is working again. I did note that in the nbextensions page the extention config/config_menu/main is greyed out and marked possibly incompatible, that the nbextentions page is not in the note book edit menu and not on a tab on the dash board. |
oh bummer, I guess I've misunderstood how The other remaining problems you note seem also to stem from the transition to
this may be the old uri still enabled in config (see below). If you allow configuring 'incompatible' extensions, you ought to be able to check what it says about compatibility?
That was provided by the config menu extension, which was removed from this repo as it's now provided by
this is not enabled by default - did you enable the |
My thought is this config/config_menu/main can be deprecated in favor of Nbextensions dashboard tab |
|
others have made the same assumption, so I think eventually it will make sense to have it enabled by default. For now, I don't have the mechanism written to do that reliably, but I'm working on stuff that will provide it as a side-effect.
Yeah, what's going on here is that the installation of the new version doesn't take account of the fact that |
I have a similar error during setup. I am installing IPython-notebook-extensions for the first time, and this is the error message I get:
Hope this helps. |
This should (hopefully) have been fixed in b148511, so hopefully doesn't happen with latest repo version - can we close this? |
I'm still getting the error after doing a pull about 5 min ago, so I don't think it's been fixed yet. I'm assuming the fix was meant to be in b148511? This after a 'conda update --all', so iPython, Jupyter and the rest are at their anaconda latest. Doing a 'pip install jupyter_nbextensions_configurator' before ./setup.py install seemed to do the trick. |
Ok, so it isn't fixed, and this should stay open.
Yes, it would. Essentially what's going on is that the |
for reasons I still don't understand, it seems that although running
fails because of the missing
respects the |
Closing, as this should now be fixed (or rather, avoided) by our shiny new two-part installation method. As always, reopen if I'm wrong! |
I am getting this error in the terminal after starting the notebook (rather than at installation):
Should this be a separate issue, or should this be re-opened? Running the current master on Python 3.5 (OS X). |
@fonnesbeck weird, seems like for some reason the configurator hasn't been installed correctly. However, this should probably go to a new issue, as it seems to be a different root cause. For the new issue, please add your install method (conda, pip etc) & any output that you get from the install. |
from #1115 |
Thanks ! It's helpful for me |
Hello, |
One last comment to this in the case that you are using Anaconda to virtual env your Python install and you are also getting the error @fonnesbeck enumerates above: Re-source your conda environment. The easiest way to do that is open another window and your environment will reload. Then, shazaam! |
After pulling from the main branch when I run ./setup.py install I get the error ImportError: No module named jupyter_nbextensions_configurator.application (see full output below).
When I use the About menu item it says I'm running notebook server is 4.2.1. If I open a shell and run jupyter --version it says 4.1.0. Note sure if this is useful but
jupyter --config-dir
/home/ec2-user/.jupyter
jupyter --data-dir
/home/ec2-user/.local/share/jupyter
------- output of running ./setup.py install ---------------------
Running source install...
Extensions and templates path: /home/ec2-user/.local/share/jupyter
Removing previously-installed files to /tmp/ipython-contrib-IPython-notebook-extensions-tTy8nX
Installing Jupyter notebook extensions.
Done!
Configuring extensions...
Traceback (most recent call last):
File "./setup.py", line 54, in
import configure_nbextensions
File "/tmp/IPython-notebook-extensions/configure_nbextensions.py", line 7, in
from jupyter_nbextensions_configurator.application import main as jnc_app_main
ImportError: No module named jupyter_nbextensions_configurator.application
The text was updated successfully, but these errors were encountered: