Skip to content

Commit

Permalink
notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 20, 2025
1 parent 57e8f72 commit f3ef3f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := help

.PHONY: venv install fmt clean help test
.PHONY: venv install fmt clean help test jupyter

venv:
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down Expand Up @@ -28,3 +28,7 @@ help: ## Show this help message
@echo ""
@echo "Targets:"
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf " %-15s %s\n", $$1, $$2}' $(MAKEFILE_LIST)

jupyter: install ## Install a run a Jupyter Lab server
uv pip install jupyterlab
uv run jupyter lab
Empty file added notebooks/.gitkeep
Empty file.

0 comments on commit f3ef3f4

Please sign in to comment.