Add marimo target to Makefile (#73)
This commit is contained in:
5
Makefile
5
Makefile
@@ -21,3 +21,8 @@ help: ## Display this help screen
|
|||||||
jupyter: install ## Install and start jupyter Lab
|
jupyter: install ## Install and start jupyter Lab
|
||||||
@uv run pip install jupyterlab
|
@uv run pip install jupyterlab
|
||||||
@uv run jupyter lab
|
@uv run jupyter lab
|
||||||
|
|
||||||
|
.PHONY: marimo
|
||||||
|
marimo: install ## Install and start marimo
|
||||||
|
@uv run pip install marimo
|
||||||
|
@uv run marimo edit --no-token --headless .
|
||||||
|
|||||||
Reference in New Issue
Block a user