Skip to content

Commit

Permalink
make jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 28, 2023
1 parent 735b9a2 commit e1d97bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ help: ## Display this help screen
.PHONY: test
test: install ## Run tests
@poetry run pytest


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

0 comments on commit e1d97bd

Please sign in to comment.