codota/jupyter-tabnine

GET http://127.0.0.1:8888/tabnine?data=BIG_STRING 404 (Not Found)

flazouh opened this issue · 2 comments

I'm getting this error when trying to use your plugin:
Screenshot 2020-11-12 at 15 22 03

Hi @Maulorian, this issue is fixed in this commit

Please reinstall with the following commands:

pip install https://github.com/wenmin-wu/jupyter-tabnine/archive/master.zip --user
jupyter nbextension install --py jupyter_tabnine --user
jupyter nbextension enable --py jupyter_tabnine --user
jupyter serverextension enable --py jupyter_tabnine --user

I'm going to release the new version to pypi after several days of using.

Hi @Maulorian The latest version is available on pypi, you can install with pip install jupyter-tabnine