Skip to content

Commit

Permalink
test add ipykernel to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Oct 10, 2024
1 parent 5b8553c commit a4a6808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutpu

init:
python -m pip install -U -r requirements-dev.txt
pip install --upgrade ipython ipykernel
ipython kernel install --name "python3" --user

build: execute convert
buildall: executeall convertall
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
gitpython
git+https://github.com/astropy/nbcollection
pre-commit
ipykernel

0 comments on commit a4a6808

Please sign in to comment.