calling jupyter notebook outputs error
See original GitHub issuecalling
jupyter notebook --NotebookApp.kernel_spec_manager_class='environment_kernels.EnvironmentKernelSpecManager'
causes this error:
[C 15:15:03.610 NotebookApp] Bad config encountered during initialization:
[C 15:15:03.610 NotebookApp] The 'kernel_spec_manager_class' trait of <notebook.notebookapp.NotebookApp object at 0x10314af90> instance must be a type, but u'environment_kernels.EnvironmentKernelSpecManager' could not be imported
How should I deal with this issue?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:27 (3 by maintainers)
Top Results From Across the Web
In Jupyter Notebook, how can the coloring of error output ...
I'd like to know if the differences between the error output for lines 4, 5, and 6 is meaningful and useful in troubleshooting...
Read more >Errors+and+Exceptions
Python has many built-in exceptions which forces your program to output an error when something in it goes wrong. However, sometimes you may...
Read more >Errors and Debugging | Python Data Science Handbook
This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released...
Read more >How to Fix Kernel Error in Jupyter Notebook
A kernel error occurs basically when you try opening a python 3 file in the wrong directory. The truth is Jupyter and Python...
Read more >The dreaded Jupyter * error — what it is, and how to fix it
Jupyter sometimes gets stuck, or wedged, with a * between the [] to the left of a cell. How does it happen, what...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You need to install environment_kernels using :
pip install environment_kernels
Ok, so I solved it finally, here are the steps:
jupyter --paths
.jupyter_notebook_config.json