Video coming soon…
📈 Setup marimo — Reactive Python Notebooks with No Hidden State
Deploy marimo on Ubuntu with Docker — reactive Python notebooks stored as plain .py files, with no hidden state and clean version control, protected by a token, on port 2718.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/data-science/marimo/marimo-ubuntu.sh
chmod +x marimo-ubuntu.sh
./marimo-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/data-science/marimo/marimo-ubuntu.sh
2 Make it Executable
chmod +x marimo-ubuntu.sh
3 Run the Installer
./marimo-ubuntu.sh
4 Open marimo With the Token
http://your-server-ip:2718
Ports Used
| Port | Purpose |
|---|---|
| 2718 | marimo web interface, token-protected |