Using VS Code on Google Colab
How to launch a VS Code server on Gooogle Colab using pyngrok
It is possible to use VS Code on Google Colab.
How? Using pyngrok:
- Start the VS code server in a port
- Expose that port through a URL
Through VS Code, you can open a terminal.
Next steps
- Other IDEs? PyCharm?
- Other services: terminal emulator (like the one in Jupyter/JupyterLab)?
References
- Original post (updated) by Amit Chaudhary: VSCode on Google Colab
- Video tutorial by Abhishek Thakur: VS Code (codeserver) on Google Colab / Kaggle / Anywhere