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

persistent import error #1349

Open
CatOfTheCannals opened this issue Sep 17, 2018 · 0 comments
Open

persistent import error #1349

CatOfTheCannals opened this issue Sep 17, 2018 · 0 comments

Comments

@CatOfTheCannals
Copy link

CatOfTheCannals commented Sep 17, 2018

Hi, whenever I try to run jupyter notebook from my virtual-env, I get the following error:

$ jupyter notebook --ip='*' --port=8888 [I 15:43:11.803 NotebookApp] Using EnvironmentKernelSpecManager... [I 15:43:11.803 NotebookApp] Started periodic updates of the kernel list (every 3 minutes). [W 15:43:11.941 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended. [W 15:43:11.946 NotebookApp] Error loading server extension ipyparallel.nbextension Traceback (most recent call last): File "/home/ubuntu/workspace/machine_learning_tools-recommendations/venv/local/lib/python2.7/site-packages/notebook/notebookapp.py", line 1546, in init_server_extensions mod = importlib.import_module(modulename) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named ipyparallel.nbextension [W 15:43:11.947 NotebookApp] Error loading server extension jupyter_nbextensions_configurator Traceback (most recent call last): File "/home/ubuntu/workspace/machine_learning_tools-recommendations/venv/local/lib/python2.7/site-packages/notebook/notebookapp.py", line 1546, in init_server_extensions mod = importlib.import_module(modulename) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named jupyter_nbextensions_configurator

I have unfruitfully tried the suggested solutions from the following issues:
#1077
#579
#1115

I hope you know of something I might be missing so as to fix this issue :D

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

1 participant