jupyter/help

Treubles activating Jupiter from Anaconda

IlanHindy opened this issue · 2 comments

  1. I work in Anaconda.
  2. I work in windows 10.
  3. I created a new environment - python 3.7 for Jupiter.
  4. I installed (using the navigator) the Jupiter package in the package when it said:

Jupiter metapapackage. Install all the Jupiter components in one go.

(I have another computer and done the same procedure and Jupiter worked)
6. I activated the Jupiter from Anaconda navigator (using this environment).
7. I opened a new python 3 notebook. It said Kernel Error in the notebook page in the top left.
8. I took the google Machine Learning course. Thus the ports 8888 and 8889 where occupied. So I changed in the Jupiter Config the port to be 8887.
9. Attached the Jupiter Config file and the Jupiter kernel log
10. Config file (The only changes are the port and log setting)
11. Kernel Log file
thanks,
Ilan

Error log.txt

‏‏jupyter_notebook_config .py.txt

minrk commented

Try running in a console:

ipython kernel install --sys-prefix

I believe this is a bug in the conda-forge package for ipykernel that has been fixed recently. Updating ipykernel (conda install ipykernel) ought to fix it as well.

Thanks