Physics of disordered systems: notebooks
The notebooks will be accessible on binder. To execute these notebooks on your computer (linux or mac), make sure pip
is installed and follow the instructions below.
Install required python packages in a separate python environment
virtualenv --python=python3 env
. env/bin/activate
pip install -r requirements.txt
Get started with a jupyter notebook
jupyter notebook test.ipynb
If you close the session and want to get back later on
cd maniplab
. env/bin/activate
jupyter notebook test.ipyn
The command deactivate
brings you back to the default python environment.