Skip to content

Commit

Permalink
marimo extern
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 30, 2024
1 parent 934c99e commit a0b0de7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ help: ## Display this help screen
@grep -E '^[a-z.A-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-18s\033[0m %s\n", $$1, $$2}' | sort


.PHONY: jupyter
jupyter: install ## Start jupyter lab
@uv pip install jupyterlab
@uv run jupyter lab


.PHONY: marimo
marimo: install ## Start marimo
@uv pip install marimo
Expand Down

0 comments on commit a0b0de7

Please sign in to comment.