tcrdist3 icon indicating copy to clipboard operation
tcrdist3 copied to clipboard

Avoid jedi==0.18.0 IPyhton crashes

Open kmayerb opened this issue 4 years ago • 0 comments

Beta-users have found that jedi==0.18.0 has caused crashes and prevents autocomplete in IPython

Solution until we change requirements officialy:

pip uninstall jedi
pip install jedi==0.17.2

kmayerb avatar Dec 30 '20 23:12 kmayerb