You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ This is the repository for the hands-on session of the Tutorial on Sequence-Awar
5
5
6
6
You have two options to run the code contained in this repository:
7
7
1. Setup a new environment on your local machine and run the code locally (_highly recommended_).
8
-
2. Launch a new Binder instance by clicking on this badge [](https://mybinder.org/v2/gh/mquad/sars_tutorial/master) (beware, Binder sessions automatically expire after 10 minutes of inactivity!).
8
+
2. Launch a new Binder instance by clicking on this badge [](https://mybinder.org/v2/gh/mquad/sars_tutorial/master).
9
9
10
-
While we all know that setting up a new local environment is a slightly tedious process, Binder instances have strict resource limits (1-2GB of memory, max 100 concurrent users per repository).
10
+
While we all know that setting up a new local environment is a slightly tedious process, Binder instances have strict resource limits (1-2GB of memory, max 100 concurrent users per repository).
11
+
Also beware that Binder sessions automatically expire after 10 minutes of inactivity!
11
12
So we *highly recommend* to set up a new local environment in advance by following the [Setup instructions](#setup-instructions).
0 commit comments