Skip to content

Commit 2e6d5a1

Browse files
committed
make notebook
1 parent e5e7453 commit 2e6d5a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,7 @@ clean: ## Remove build artifacts and caches
170170
@find . -name "*.pyd" -exec echo Deleting {} \; -delete
171171
@find . -name "*.pyo" -exec echo Deleting {} \; -delete
172172
@echo "Cleanup complete."
173+
174+
notebook: ## Launch Jupyter Notebook
175+
${POETRY} run pip install jupyter
176+
${POETRY} run jupyter notebook

0 commit comments

Comments
 (0)