We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e7453 commit 2e6d5a1Copy full SHA for 2e6d5a1
Makefile
@@ -170,3 +170,7 @@ clean: ## Remove build artifacts and caches
170
@find . -name "*.pyd" -exec echo Deleting {} \; -delete
171
@find . -name "*.pyo" -exec echo Deleting {} \; -delete
172
@echo "Cleanup complete."
173
+
174
+notebook: ## Launch Jupyter Notebook
175
+ ${POETRY} run pip install jupyter
176
+ ${POETRY} run jupyter notebook
0 commit comments