1. Jupyter notebook - Who can live without it? - Ref.

pip install notebook
jupyter notebook

Using conda it will be

conda install -c anaconda jupyter

2. conda most used commands

conda create --name envname python=3.5
conda env remove --name bio-env  

3. ugrading pip

pip install pip --upgrade