Skip to content

open-datastudio/jupyter

Repository files navigation

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