mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
ipython_genutils requires nose
This commit is contained in:
parent
2e8c3159e5
commit
3e7f4b9518
@ -21,7 +21,7 @@ install:
|
|||||||
- cmd: conda config --set show_channel_urls true
|
- cmd: conda config --set show_channel_urls true
|
||||||
- cmd: conda config --add channels conda-forge
|
- cmd: conda config --add channels conda-forge
|
||||||
#- cmd: conda update --yes --quiet conda
|
#- cmd: conda update --yes --quiet conda
|
||||||
- cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs pytest
|
- cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs pytest nose
|
||||||
# not using `conda install -y` on nbconvent package because there is
|
# not using `conda install -y` on nbconvent package because there is
|
||||||
# currently a bug with the version that the anaconda installs, so we will just install it with pip
|
# currently a bug with the version that the anaconda installs, so we will just install it with pip
|
||||||
- cmd: pip install nbconvert
|
- cmd: pip install nbconvert
|
||||||
|
Loading…
Reference in New Issue
Block a user