From 04e08fc0965d2a6e4dd15147f355b4eb617eb3b8 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Wed, 20 Dec 2023 17:21:41 +0400 Subject: [PATCH] Update Makefile --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 93c4439e..2bf47811 100644 --- a/Makefile +++ b/Makefile @@ -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