From 3e670d2ad55c5f5540b381b6812163bf19d4b3fc Mon Sep 17 00:00:00 2001 From: ppinkhasov <6701857+ppinkhasov@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:23:41 -0400 Subject: [PATCH] Add nbconvert to poetry The environment can't add notebook files in the UI without nbconvert. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d5689998..056478b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,8 @@ pytest-cov = "^3" ruff = "^0" pytest-asyncio = "^0.21.1" types-pyyaml = "^6.0.12.12" +nbconvert = ^7.16.2 + [build-system] requires = ["poetry-core>=1.0.0"]