-
Install Docker
-
Launch Minispot
docker run --rm -it -p8888:8888 -v$(pwd):/workdir ghcr.io/tomokinakamaru/minispot:latest -
Open the localhost URL displayed in the terminal
... [C 2024-01-01 00:00:00.000 ServerApp] ... http://localhost:8888/tree?token=... # ← This URL http://127.0.0.1:8888/tree?token=... ... -
Create a notebook and do anything you want
- Install Docker
- Open this repository using a dev container
- Run
pdm syncto setup the environment - Run
sh kernel-install.shto install the default kernel - Run
source .venv/bin/activateto activate the virtual environment - Run
jlpm installto setup the test environment
pdm run lint
pdm run fix # Fix lint issuesjlpm playwright install --with-deps chromium # Install dependencies
jlpm playwright test# Run this command outside the dev container
act --job check --matrix python-version:3.13pdm build --no-sdistCheck the URLs listed in Dockerfile
sh pdm-upgrade.shsh kernel-upgrade.shpdm update --unconstrainedjlpm plugin import @yarnpkg/plugin-interactive-tools
jlpm upgrade-interactive
jlpm plugin remove @yarnpkg/plugin-interactive-tools