Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 19, 2023
1 parent 86609dd commit 3f758bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ KERNEL=$(shell poetry version | cut -d' ' -f1)
install: ## Install a virtual environment
@poetry install -vv

.PHONY: kernel
kernel: install ## Create a kernel for jupyter lab
@echo ${KERNEL}
@poetry run pip install ipykernel
@poetry run python -m ipykernel install --user --name=${KERNEL}


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

0 comments on commit 3f758bc

Please sign in to comment.