Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.84 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.84 KB

Open Data studio Jupyter notebook

This repository helps run Jupyter notebook on Kubernetes environment.

For now it supports

Features

  • Jupyter Lab
  • NVIDIA GPU, CUDA support
  • Dask dynamic cluster (work in progress)
  • MLflow server integration
  • Persistent storage for ~/work
  • Run on the cloud in a few clicks, no setup required!

Articles

Screenshots and video

  • Launch on GPU instance

Development

Run locally with skaffold command.

$ skaffold dev --port-forward -p minikube

and browse http://localhost:8888

Thanks