ColabHost

https://img.shields.io/github/workflow/status/PuneethaPai/colab_host/CI%20Build.svg https://img.shields.io/pypi/v/colab_host.svg Documentation Status https://img.shields.io/badge/code%20style-black-000000.svg

Host any (python) application in colab or kaggle notebook environment

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.

Features

Supported IDEs:

  • Jupyter Notebook
  • Jupyter Lab
  • For VScode you can use colabcode

Supported Applications:

  • 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.

Installation

$ pip install colab_host

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.