-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No tab suggestions in Jupyter Lab console/notebook #469
Comments
same here, losing code completion in jupyter does affect productivity / usability... hope it can be fixed soon 🙏 |
Just found a work-around about it. Seems the code completion problem is caused by the jupyter-console module not supporting prompt-toolkit 2.0 yet. So downgrading prompt-toolkit to 1.0.15 could help. If you use conda to install the packages, you may downgrade it by:
3 packages will be downgraded together
then restart jupyter and the code completion is back 🎉 |
According to jupyter/jupyter_console#158 , it should actually be fixed with the combination you had at first, so this very weird. |
@narfanar @hoishing This should now be fixed on |
Coconut kernels in the latest Jupyter Lab (console and notebook) do not show any suggestions on tab press. Proper Python works fine.
What logs/configs should I bring to you here?
The text was updated successfully, but these errors were encountered: