Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

Enough is enough - Jupyter Notebook

peters__kurt
Novice
4,445 Views

IDP doesn't work "out of the box" with Jupyter notebook. I've gone around and around to get it working once. Then I did an update and it stopped working. WHY ISN'T there clear instructions on how to set it up and run it anywhere on the planet?!  This is disgusting.

This is just one example of trying to get it installed:

(idp) C:\Users\kurt\workspace_v9>conda install jupyter-core
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - jupyter-core

Current channels:

  - https://conda.anaconda.org/intel/win-64
  - https://conda.anaconda.org/intel/noarch
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

 

Does anyone know how to get it installed?

I've even wiped the entire Idp and tried again from scratch. NOTHING.

Kurt

0 Kudos
6 Replies
peters__kurt
Novice
4,445 Views

I found this post: conda install -c conda-forge jupyterlab

How is anyone supposed to figure that out, and why isn't it included in the Intel Channel?

0 Kudos
peters__kurt
Novice
4,445 Views

Are their a set of rules of thumb to know when to use the anaconda forge, vs, intel's vs conda?

0 Kudos
AthiraM_Intel
Moderator
4,445 Views

Hi,

Thanks for reaching out to us.

Could you please try to install jupyter_core using the below command, there is a change in the package name.

conda install -c intel jupyter_core

Please find the below link for the list of packages for Intel® Distribution for Python* 

https://software.intel.com/content/www/us/en/develop/articles/complete-list-of-packages-for-the-intel-distribution-for-python.html

The packages which are not available in this list can be install through other channels.

Hope this helps. If you face any further issues , please let us know.

 

 

 

 

 

 

0 Kudos
ArunJ_Intel
Moderator
4,445 Views

Hey Peters,

 

Hope this resolves your issue. Could you please confirm on the same.

 

Arun Jose

0 Kudos
peters__kurt
Novice
4,447 Views

I think this does solve the issue.

0 Kudos
AthiraM_Intel
Moderator
4,447 Views

Hi,

Thanks for the confirmation. We are closing this case. Please feel free to open a new thread if you have any further queries.

0 Kudos
Reply