Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
On Windows 10 using conda package manage for python
conda install jupyter-client
fails to find the package but
conda install jupyter_client
succeeds
In README please replace (or make mention of differences)
pip install jupyter-client
with
pip install jupyter_client
Notice 'underscore' vs 'hyphen' .Otherwise the package is not found
Attachments
Issue Links
- links to
Good spot ioannis. For me, both are working in Ubuntu. Will change it to be fair in Windows and Linux.