SBRG / ssbio

A Python framework for structural systems biology
http://ssbio.readthedocs.io/en/latest/
MIT License
101 stars 28 forks source link

Tab completion issues on Jupyter notebook for a GEMPRO object #21

Closed nmih closed 6 years ago

nmih commented 6 years ago

Seem to be having some issues when doing a tab complete for a GEMPRO object. Interrupting the kernel will kill the process unfortunately..need to hunt down the bug.

nmih commented 6 years ago

Not sure if related to https://github.com/jupyter/notebook/issues/2435

nmih commented 6 years ago

This is a very annoying bug..needs to be fixed ASAP

nmih commented 6 years ago

This is most likely the reason, especially when large dataframes exist in a GEMPRO object: https://github.com/ipython/ipython/issues/10493

Updating jedi from 0.10.2 to 0.11.1 (pip install jedi --upgrade) fixed the issue.