#!/usr/bin/env python # coding: utf-8 # In[ ]: get_ipython().system('pip3 install RISE') get_ipython().system('/usr/local/bin/jupyter contrib install --system') get_ipython().system('/usr/local/bin/jupyter rise install rise --py --sys-prefix') get_ipython().system('/usr/local/bin/jupyter-nbextension enable rise --py --sys-prefix') # In[ ]: get_ipython().system('pip3 install matplotlib') # In[ ]: get_ipython().system('jupyter nbextension enable --py --system widgetsnbextension') # In[ ]: get_ipython().system('pip3 install folium') # In[ ]: get_ipython().system('pip3 install nglview==1.0.b2') get_ipython().system('jupyter-nbextension enable nglview --py --sys-prefix') # In[ ]: get_ipython().system('pip3 install MDAnalysis') # In[ ]: get_ipython().system('apt-get update && apt-get install -y frescobaldi && apt-get clean') get_ipython().system('pip3 install music21') get_ipython().system('apt-get install -y musescore') # In[ ]: get_ipython().system('pip3 install jupyter-wysiwyg') get_ipython().system('jupyter nbextension install --py jupyter_wysiwyg') get_ipython().system('jupyter nbextension enable --py jupyter_wysiwyg') # In[ ]: get_ipython().system('pip3 install schemdraw') # In[ ]: get_ipython().system('apt-get install -y asymptote') get_ipython().run_line_magic('install_ext', 'http://raw.github.com/azjps/ipython-asymptote/master/asymagic.py') # In[ ]: get_ipython().system('pip3 install sympy') # In[ ]: #Is this py2? #!apt-get install -y python-rdkit librdkit1 rdkit-data # In[ ]: get_ipython().system('apt-get install -y graphviz') get_ipython().system('pip3 install graphviz') # In[ ]: