digital-science / dimcli

Python client and CLI for scientometrics and research analytics using the Dimensions API.

Home Page:https://digital-science.github.io/dimcli/getting-started.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix autocomplete issue in notebooks

lambdamusic opened this issue · comments

ip.Completer.use_jedi = False

As suggested in ipython/ipython#11878

Fixed in 0.6.2.1
Thanks to ipython/ipython#11878 (comment)