Instantly working cool apps you can use on Google Colab!
Project description
Coolab
Instantly working cool apps you can use on Google Colab In ONE line!
Available Apps
1. vscode
import coolab; coolab.Code().run()
2. more to come
How to Use in Google Colab?
!pip install coolab # install package using pip
import coolab; coolab.Code().run() # run in seconds.
How Fast is it
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)
How Coolab is Made
Coolab is made using coolab on Google Colab :laughing: (pun intended).
Related Projects
A similar project colabcode also provides vscode access using colab. However, we aim to provide better user experience using caching mechanism.
Next Step
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!
Suggestions
Feel free to create new issue so we can improve this library!
Updates
- Bug fixes to prevent crashing when selecting drives.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.