We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8553c commit a4a6808Copy full SHA for a4a6808
Makefile
@@ -17,8 +17,6 @@ CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutpu
17
18
init:
19
python -m pip install -U -r requirements-dev.txt
20
- pip install --upgrade ipython ipykernel
21
- ipython kernel install --name "python3" --user
22
23
build: execute convert
24
buildall: executeall convertall
requirements-dev.txt
@@ -3,3 +3,4 @@
3
gitpython
4
git+https://github.com/astropy/nbcollection
5
pre-commit
6
+ipykernel
0 commit comments