Skip to content

Commit 5b8553c

Browse files
committed
try solve notebook kernel issue
1 parent de5b0d1 commit 5b8553c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutpu
1717

1818
init:
1919
python -m pip install -U -r requirements-dev.txt
20+
pip install --upgrade ipython ipykernel
21+
ipython kernel install --name "python3" --user
2022

2123
build: execute convert
2224
buildall: executeall convertall

0 commit comments

Comments
 (0)