From 212b5fe287b4f31ae4e07ccb6b26a180d34ca984 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 5 Mar 2024 10:04:34 -0500 Subject: [PATCH] attempt to fix docs --- dev-requirements.txt | 1 + justfile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1d631f0..c0ea337 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,6 +3,7 @@ ruff build twine nbclient +ipykernel # docs quartodoc diff --git a/justfile b/justfile index 14c2921..c166af7 100644 --- a/justfile +++ b/justfile @@ -77,6 +77,10 @@ docs: docs-marvin: @open https://www.askmarvin.ai/welcome/what_is_marvin/ +# open repo +repo: + @open https://github.com/ibis-project/ibis-birdbrain + # presentation presentation: @quarto preview presentation.qmd