简体   繁体   中英

TAB completion not working in jupyter notebook and giving the error "NotImplementedError"

Code completion or TAB completion is not working in Jupyter notebook and at the same time Jupyter is giving the error "NotImplementedError". Jupyter and ipython were installed using pip and were upgraded. The keywords are not getting highlighted either.

If you are using python3, may be you can try "pip install parso==0.1.1". I had the same issue and was resolved by this.

Reference link: https://bugs.python.org/issue32187

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM