Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Aug 18, 2023
1 parent 04184f7 commit 4b06132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kernel: install ## Create a kernel for jupyter lab

.PHONY: fmt
fmt: ## Run autoformatting and linting
@poetry run pip install pre-commit
@poetry run pre-commit run --all-files

.PHONY: test
Expand Down Expand Up @@ -48,6 +49,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: ## Start jupyter lab
jupyter: kernel ## Start jupyter lab
@poetry run pip install jupyterlab
@poetry run jupyter lab

0 comments on commit 4b06132

Please sign in to comment.