Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Remove the direct marimo support as book has been removed
  • Loading branch information
tschm authored Jan 14, 2025
1 parent c47865d commit 1ccb519
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 @@ -32,12 +32,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: marimo
marimo: install ## Install Marimo
@uv pip install marimo
@uv run marimo edit notebooks


.PHONY: test
test: install ## Run pytests
@uv pip install pytest
Expand Down

0 comments on commit 1ccb519

Please sign in to comment.