Instantly working cool apps you can use on Google Colab In ONE line!
import coolab; coolab.Code().run()
!pip install coolab # install package using pip
import coolab; coolab.Code().run() # run in seconds.
We cache vscode installation files and configurations in your google drive if you choose to mount your drive. It takes much less time if you run the same code at the second time (even in different colab sessions).
- VScode installation package is cached (so need to re-download vscode)
- Your connection token is cached (never worry about configuration)
- Working directory is cached (so you always automatically get directed back to the last working directory)
Coolab is made using coolab on Google Colab 😆 (pun intended).
A similar project colabcode also provides vscode access using colab. However, we aim to provide better user experience using caching mechanism.
We aim to provide more online tools using the computation resource of Google Colab. You start to use these awesome tools and we deal with the rest!
Feel free to create new issue so we can improve this library!
- Bug fixes to prevent crashing when selecting drives.