Skip to content

Commit a4a6808

Browse files
committed
test add ipykernel to requirements
1 parent 5b8553c commit a4a6808

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ 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
2220

2321
build: execute convert
2422
buildall: executeall convertall

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
gitpython
44
git+https://github.com/astropy/nbcollection
55
pre-commit
6+
ipykernel

0 commit comments

Comments
 (0)