Skip to content

Commit

Permalink
added installing notebook for jupyterhub
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Jul 28, 2016
1 parent 1611cac commit 23674d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install_rep_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if ! which conda ; then
export PATH=$HOME/miniconda/bin:$PATH
hash -r
conda update --yes conda
pip install jupyterhub==0.6.1
pip install jupyterhub==0.6.1 notebook==4.0
# cleaning root environment
conda clean --yes --all

Expand Down

0 comments on commit 23674d4

Please sign in to comment.