jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Treubles activating Jupiter from Anaconda #460

Closed IlanHindy closed 5 years ago

IlanHindy commented 5 years ago
  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)

  1. I activated the Jupiter from Anaconda navigator (using this environment).
  2. I opened a new python 3 notebook. It said Kernel Error in the notebook page in the top left.
  3. 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.
  4. Attached the Jupiter Config file and the Jupiter kernel log
  5. Config file (The only changes are the port and log setting)
  6. Kernel Log file thanks, Ilan

Error log.txt

‏‏jupyter_notebook_config .py.txt

minrk commented 5 years ago

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.

IlanHindy commented 5 years ago

Thanks