Guest User

Untitled

a guest
May 27th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /home/ubuntu/miniconda/bin/conda create -y --name analytics python=2.7
  2. source /home/ubuntu/miniconda/bin/activate analytics
  3. conda install -y hdf5 h5py matplotlib seaborn jupyter pandas pytables mkl-service bokeh holoviews
  4. conda install -y -c conda-forge jupyter_contrib_nbextensions
  5. conda install -y -c conda-forge jupyter_nbextensions_configurator
  6.  
  7. echo "source activate analytics; jupyter notebook --ip=0.0.0.0 --no-browser --NotebookApp.token=''" > /home/ubuntu/start_notebook
Add Comment
Please, Sign In to add comment