issue-tracker
issue-tracker copied to clipboard
Kite for ipynb support in vs code
It is really inconvenient, that everything works fine in py files, but in ipynb I lose all possibilities of kite.
Agree fully. Hopefully this will be added soon.
Agreed.
Seems https://github.com/kiteco/vscode-plugin/blob/master/src/constants.js does not include ipynb as a supported file type.
Unfortunately it's not enough to simply add ipynb
as a supported file type. ipynb
files trigger a completely separate editor UI which does not hook into the same completions API that the regular file editor does.
Investigation is needed to see whether and how it's possible to make this work.
Also hoping to see this soon. A workaround for now is to use a normal python file and surround cells with '#%%' , which allows running them in a python notebook on the side.
ah was hitting my head on why it worked for jupyter in chrome but not vscode.. hope to see it supported soon!
This is a must-have feature!!
I agree, this is a requested feature because I CAN use Kite in JupyterLab and Jupyter Notebooks (not sure about the latter but should work!). So I expected that VS Code would also include Kite support for Jupyter notebook editing. Please implement this :)
I can't integrate kite to jupyter lab|notebook yet. It won't work. I appreciate if someone could help with this.
I love Kite and would like to see integration with VS Code running ipynb files.
This is a must have for kite. I would love to see it.
I agree this is a must have feature
still hopefully waiting.
Would be great to have kite integration.
VS Code suggesting "import pandas as pandas" led me here.
+1
Are there any updates?
Are there any news?
Are there any updates?
any news ?
jumping on the bandwagon here. Just finally loaded kite for vscode after seeing it for the 1000,th time on youtube. doesn't work on jupyter in vscode, total let down.
still waiting...
same
still waiting
also waiting
Any updates on this topic? Still waiting.
any suggestion on how to use kite for ipynb in vscode?
I would really like this as well
oh my, nothiong yet?.
https://www.tabnine.com/welcome
Not a solution but an alternative
Hopefully there will be a solution soon. Seem to me that it is not a diffcult problem.