Notebook intake
Upload a trusted Jupyter notebook
The notebook source is stored in the database so you can reopen it later, attach small data files, and run it again.
What this first version supports
A practical MVP, not a full JupyterHub
- Upload
.ipynbnotebooks and keep them searchable. - Attach small trusted data files to make reruns repeatable.
- Execute notebooks server-side and review outputs/logs per run.
- Download both the original notebook and the executed artifact.
Trusted code only
This MVP runs notebook code on the server. It is designed for your own notebooks or a small trusted team.
First-run tip
Try a notebook with simple Python cells and a small CSV file first, then refine the runner for heavier workloads in the next iteration.