Online platform - baseball tutorial jupyter notebook file missing


#1

Hi everyone!

This may be a trivial question, but I couldn’t find an answer anywhere. I would like to work through the baseball tutorial exercise using the online neurorobotics platform, but I’m having trouble opening the jupyter notebook file that’s mentioned in the experiment description.
How do I open the jupyter notebook file in the online platform? I saw the virtual coach terminal command that’s supposed to be used, but how do I even open a terminal in the online platform (that’s not the ROS consol)?
I also have jupyter notebook installed directly on my computer, but the mentioned tutorial_baseball.ipynb file is missing from the cloned experiment files/tutorial_baseball_exercise folder in the online platform, so I can’t even download it for local use.

Thanks,
Ben


#2

Dear Benedictus,

The jupyter notebook can unfortunately not be opened from the online platform. This is a feature we will add in a coming release. Though, you can get the .ipynb file from bitbucket : https://bitbucket.org/hbpneurorobotics/experiments/src/development/tutorial_baseball_exercise/tutorial_baseball.ipynb
and use it locally as a guide to the experiment (though disconnected from the actual simulation).

Alternatively, you can install the NRP locally using our Docker installer from http://neurorobotics.ai and run the notebook from within the backend container (when it’s back online, should be install script version 1.13).