Asked
Active
Viewed 263 times
1
I am looking for a way to open Google Colab files in Neovim. I am basically trying to figure out a way to connect the two platforms since I have to work on Google Colab for some CUDA related assignment stuff and I just love Neovim, By doing this, I would also be able to use Neovim cheatsheets, Github Copilot and other productivity tools.
Any advice that would get me a step closer would be highly appreciated

Syed M Abbas Haider Taqvi
- 485
- 3
- 9
-
1I know this isn't a full-fledged solution, but here is an interesting thread: https://stackoverflow.com/questions/50595831/google-colab-api If you can find a way to mount the files on your system using google drive, you could probably open them with nvim? – 0x9BD0 Jan 29 '23 at 14:49
-
Something like [jupyter-acending](https://github.com/untitled-ai/jupyter_ascending) which allows syncing and everything for Google Colab would be highly beneficial. But yess, there are some plugins for (neo)vim to work with ipynb files, Let me know if someone has tried this plugin, [vim-jukit](https://github.com/luk400/vim-jukit) else I'll update here once I get a chance to try that. – Syed M Abbas Haider Taqvi Jan 30 '23 at 05:30