FS#67552 - [jupyter] Tab completion not working
Attached to Project:
Community Packages
Opened by Ilango Rajagopal (ilango100) - Tuesday, 11 August 2020, 06:14 GMT
Last edited by Antonio Rojas (arojas) - Friday, 11 September 2020, 06:23 GMT
Opened by Ilango Rajagopal (ilango100) - Tuesday, 11 August 2020, 06:14 GMT
Last edited by Antonio Rojas (arojas) - Friday, 11 September 2020, 06:23 GMT
|
Details
Tab completion does not seem to work with ipython or jupyter
notebook. The issue seems to have popped up after the latest
python-parso update (v0.8.0).
Completion depends on python-jedi which is at 0.17.0, dependency parso>=0.7.0, which allowed parso 0.8, but it is incompatible. jedi upstream is updated to 0.17.2 with its dependency parso<0.8>=0.7.0, which shows parso 0.8 is incompatible. Steps to reproduce: Update all the packages, open ipython or jupyter notebook, try tab completion. It won't work. It works after downgrading python-parso to older version. |
This task depends upon
Comment by
Ilango Rajagopal (ilango100) -
Friday, 11 September 2020, 05:56 GMT
With the downgraded release of python-parso, this is no longer a
problem. Should we close this? Or is this intended to be kept open
till newer versions are released.