codota / jupyter-tabnine

Autocompletion with Deep Learning on Jupyter Notebook
MIT License
795 stars 121 forks source link

Tabnine suggestions don't work in non-code cells #50

Open lucharo opened 4 years ago

lucharo commented 4 years ago

Hi I am editing a markdown document and I was expecting the tabnine autocompletion to work for markdown cells, unfortunately it does not. I can although get this to work by switching the cells to Code type though some of the formatting breaks. TabNine for vim can work for any kind of document, could this perhaps be made to work in non-code cells? I am using the jupytext extension which turns any .md file into an executable .ipynb when editing.