Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: We are currently experiencing some issues with the EBRAINS Drive. Please bear with us as we fix this issue. We apologise for any inconvenience caused.


Git clone into a notebook

Version 6.1 by kindler on 2021/12/15 15:46

To get e.g. the newest BrainScaleS-2 interactive tutorial examples from this github repository:

  • Open your "Lab" (left hand menu, choose CSCS as execution site for the Jupyter notebooks)
  • create a folder, to which the examples should be cloned in the file browser (here e.g. "test")
    1639578846465-641.png
  • Open the Git  > Git Command in Terminal menu item
    1639579028389-249.png
  • in the appearing terminal change into the directory, to where you would like to clone the examples files:
    cd /opt/app-root/src/shared/NMC\ test\ collab\ for\ user\ YOUR_USERNAME

  • then type in the clone command:
git clone https://github.com/electronicvisions/brainscales2-demos.git --branch jupyter-notebooks

  • the cloned files are in the new directory brainscales2-demo
    1639579556725-986.png