Skip to content

Commit 8c5627a

Browse files
committed
Add ipykernel as dev dep
1 parent 1ccddae commit 8c5627a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

python-wrapper/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dev = [
4545
"mypy==1.14.1",
4646
"pytest==8.3.4",
4747
"selenium==4.28.1",
48+
"ipykernel==6.29.5",
4849
"palettable==3.3.3",
4950
"pytest-mock==3.14.0",
5051
"nbconvert==7.16.5",

python-wrapper/tests/test_notebooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
import pathlib
32
import signal
43
import sys

0 commit comments

Comments
 (0)