From 5ad8bf7933203a701813cdd9c7aa90b5f833a032 Mon Sep 17 00:00:00 2001 From: didihou <didi.hou@rwth-aachen.de> Date: Fri, 11 Aug 2023 11:54:36 +0200 Subject: [PATCH] / --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e5d3d..dc7093b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ With limited resources, EBRAINS Lab regularly deletes and cleans data loaded on 4. Now your forked repository of multi-area model is loaded on the server. Enter the folder `multi-area-model` and open the notebook `multi-area-model.ipynb`. 5. Click the field that displays `Python 3 (ipykernel)` in the upper right corner and switch the `kernel` to `EBRAINS-23.02`. 6. Run the notebook! To run the model, click the `Run` on the title bar and choose `Run All Cells`. It takes several minutes until you get all results. -7. You can modify the exposed parameters before running the model. If you want to save the changes you made, click the `Git` icon on the most left toolbar, do git commits and push. To commit, on `Changed` bar, click the `+` icon, and filled a comment in the `Summary (Control+Enter to commit)` at lower left corner and click `COOMMIT`. To push, click the `Push commited changes` icon at upper left which is looks like cloud, you may be asked to enter your username and passwords, enter and click `Push`. +7. You can modify the exposed parameters before running the model. If you want to save the changes you made, click the `Git` icon on the most left toolbar, do git commits and push. To commit, on `Changed` bar, click the `+` icon, and filled a comment in the `Summary (Control+Enter to commit)` at lower left corner and click `COOMMIT`. To push, click the `Push commited changes` icon at upper left which is looks like cloud, you may be asked to enter your username and password (user name is your GitHUb username, password should be Personal access tokens(classic)) enter and click `Push`. 8. If you would like to contribute to our model or bring your ideas to us, you’re most welcomed to contact us. It’s currently not possible to directly make changes to the original repository, since it is connected to our publications. ## Python framework for the multi-area model -- GitLab