From db20d33b6144bebc14540a5620e8f25c52451e76 Mon Sep 17 00:00:00 2001 From: Tom Pike Date: Mon, 19 Aug 2024 05:22:08 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fae1bb52..79018045 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,7 @@ dev = [ docs = [ "sphinx", "ipython", + "ipykernel", # necessary to ensure python3 kernel "pydata_sphinx_theme", "seaborn", "myst-nb",