summer-school

Memmo 2020 Summer School

View the Project on GitHub MeMory-of-MOtion/summer-school

Virtual Machine

  1. Download the virtual machine using this link https://memmo-data.laas.fr/media/memmo-student.zip.
  2. If you don’t already have a virtualization system, download https://www.virtualbox.org/.
  3. Unzip and load the virtual machine into your virtualization system (the virtual machine is in an open format and should be read by any kind of virtualization system).
  4. Start the VirtualBox Image. If you start the VirtualBox for the first time, everything should be already running with the test notebook ~/summer-school/setup/load_talos.ipynb. Say Hi to Talos!
  5. Otherwise, you can start by running jupyter notebook in ~/summer-school. Notebooks for the tutorials are in ~/summer-school/tutorials.

Update the notebooks

The VirtualBox or Docker images might not contain the latest version of the notebooks so please pull the latest modifications before the tutorials. To do that :

  1. If running in one of the terminals, kill jupyter notebook using ctrl+C.
  2. Pull changes from the repository:
    cd ~/summer-school
    git pull
    git submodule update --init
    
  3. restart jupyter notebook