Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.18 KB

virtual_machine.md

File metadata and controls

25 lines (16 loc) · 1.18 KB

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
  1. restart jupyter notebook