Google Colab and Kaggle notebook environments are great. You have powerful compute, but just using their notebook environment feels restrictive. Given the hardware you should be able to do more.
Inspired from Abhishek Thakur, and his work on colab code this package extends the idea.
- Jupyter Notebook
- Jupyter Lab
- For VScode you can use colabcode
- Flask and Gunicron applications
- FastAPI and Uvicorn applications
This is purely for developement and testing purpose. You can use supported IDEs to seamlessly develop your idea and also host them for testing purpose. It is not advised to use for production purpose.
$ pip install colab_host
- Free software: MIT license
- Documentation: https://colab-host.readthedocs.io.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.