Just do it :)
Then, link your terminal to Github by typing
gh auth login
You’ll only have to do it once!
Open a terminal and cd to the folder in which you want to place the repository
git clone xxxx
One key strength of VS Code is the huge set of extensions it offers to make your life easier. Amongst them, we will use the following: - Python - Rainbow CSV - Jupyter - Data Wrangler Install them (File -> Extensions -> Search)
We will create a virtual environment using the miniforge version of conda. - Open VScode and open the folder corresponding to the cloned Github repository - Open a CMD terminal - Create the environment: conda create -n neurograd python=3.11 - Activate the environement: conda activate neurograd - Install the core dependencies: pip install -r requirements.txt - This last step may take a few minutes
This notebook is used to import RLWM data acquired online before this summer school. Open the notebook in VScode, click on “Select kernel” (top right) and select the neurograd kernel. Then you will execute it cell-by-cell.
Note
The data is already provided in the folder .\prolific_data.