digital-science / dimcli

Python client and CLI for scientometrics and research analytics using the Dimensions API.
https://digital-science.github.io/dimcli/getting-started.html
MIT License
43 stars 6 forks source link

Problems running in Anaconda #21

Closed lambdamusic closed 5 years ago

lambdamusic commented 5 years ago

Reports of people having problems running dimcli from the terminal in Anaconda

lambdamusic commented 5 years ago

Can be fixed by upgrading these libraries:

pip install prompt-toolkit -U
pip install ipython -U

See also https://github.com/jupyter/jupyter_console/issues/158

lambdamusic commented 5 years ago

@TODO add to README

lambdamusic commented 5 years ago

readme updated in 0.4.9 (see https://github.com/lambdamusic/dimcli/commit/d2962fbbd0df286f410eaefaccf722662f2d0cd9)