Skip to content

Commit 7c4bbd4

Browse files
committed
Create a kernel
1 parent 2c10997 commit 7c4bbd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-book.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
pip install -r requirements.txt
3030
pip install .
3131
32+
- name: Create a kernel
33+
run: |
34+
pip install ipykernel
35+
python -m ipykernel install --name itables --user
36+
3237
# Build the book
3338
- name: Build the book
3439
run: |

0 commit comments

Comments
 (0)