-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: machine-learning-plugin
-
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