Skip to content

Commit

Permalink
lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 17, 2023
1 parent 4101087 commit f521066
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 2,590 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ tree: install ## make a tree
help: ## Display this help screen
@echo -e "\033[1mAvailable commands:\033[0m"
@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
@poetry run pip install jupyterlab
@poetry run jupyter lab
Loading

0 comments on commit f521066

Please sign in to comment.