https://geektimes.ru/post/298091/
http://jupyter.org
Install through Miniconda https://conda.io/miniconda.html
conda install jupyter
Run with jupyter notebook
Nice tutorial here https://medium.com/codingthesmartway-com-blog/getting-started-with-jupyter-notebook-for-python-4e7082bd5d46
Matplotlib example https://matplotlib.org/gallery/api/power_norm.html#sphx-glr-gallery-api-power-norm-py Pandas https://pandas.pydata.org/pandas-docs/stable/10min.html
R vs Python: ggplot2, plyr, etc. http://hadley.nz
Python vs and D3
https://github.com/d3/d3/wiki/Gallery https://bokeh.pydata.org/en/latest/ https://ncbi.github.io/HYDROID/example1/results/nucl_H-SASAvsEXP_TS.html
download and install install jupyter: conda install jupyter conda install anaconda-nb-extensions -c anaconda-nb-extensions conda install jupyter_contrib_nbextensions -c conda-forge jupyter notebook
conda install mdanalysis -c conda-forge conda install nglview -c conda-forge example notebook
Multiuser jupyter notebook environment link