Jupyter
Jupyter notebook make life easier for
Begineer to learn and understand step by step
Experts to explore data,visualiations.
Mentors to create course
Speakers for demonstration
How to enable virtualenv on jupyter notebook
Installation
sudo apt install jupyter-core
Activate the env and the install ipykernel
pip install ipykernel
Inorder to differentiate different environemnt, you have to name them, Name them with along with packgae version
ipython kernel install --user --name=envname_pkg_v1
To view all the environment
jupyter kernelspec list
Remove environment from jupyter
jupyter kernelspec uninstall envname
Themes
pip install jupyterthemes
How to install extension
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install