Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.17 KB

📘 Jupyter Notebook Workshop Demo

This repository contains a demo of how to use Union with Jupyter Notebooks. It contains two notebooks:

📘 Notebook 📝 Description 🔗 Colab Link
Basic demo Simple example of how to run Union tasks and workflows in a notebook Colab Badge
Train a model A model-training example where you create a dataset, train a model, and generate predictions Colab Badge

☁️ Running a Serverless Workspace

Currently, you need a developer installation of union to run the workspace.

git clone https://github.com/unionai-oss/union.git
cd union
pip install -e .

Then, you can run the workspace with:

union create workspace workspace.yaml

Delete it with:

union delete workspace jupyter-notebook-workshop