-
Improvement
-
Resolution: Fixed
-
Minor
-
None
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
- links to