Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Dec 20, 2023
1 parent b27b86b commit 04e08fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,5 @@ jupyter: install ## Run jupyter lab
@poetry run jupyter lab

.PHONY: marimo
marimo: install ## Run jupyter lab
marimo: install ## Install Marimo
@poetry run pip install marimo
@poetry run marimo edit

.PHONY: boil
boil: ## Update the boilerplate code
@poetry run pip install cvxcooker
@poetry run cook pyproject.toml

0 comments on commit 04e08fc

Please sign in to comment.