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: contents/computing-environment.qmd
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,24 +23,33 @@ It should be as easy as possible to grab the whole onion and take it where you w
23
23
be that a local VSCode editor on your laptop, or an RStudio Server instance
24
24
running up on Microsoft Azure cloud.
25
25
26
-
## On the cloud: Codespaces
26
+
## On the cloud: Gitpod or Codespaces
27
27
28
+
[](https://gitpod.io/#https://github.com/boettiger-lab/nasa-topst-env-justice)
28
29
[](https://codespaces.new/espm-157/nasa-topst-env-justice?quickstart=1)
29
30
31
+
Both [GitHub Codespaces](https://github.com/codespaces) and [Gitpod](https://gitpod.io/about) provide
32
+
a fast and simple way to enter into integrated development environments such as VSCode, RStudio, or JupyterLab
33
+
on free, cloud-based virtual machines. Codespaces has a free tier of 60 hours/month, Gitpod of 50 hours a month,
34
+
both offer paid plans for additional use and larger compute instances. Small codespace instances are also [free to instructors](https://docs.github.com/en/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom)
30
35
31
-
By clicking the "Open in GitHub Codespaces" button on the README in GitHub, users
36
+
37
+
By clicking on one of the buttons in GitHub, users
32
38
will be placed into a free cloud-based virtual machine running a VSCode editor
33
39
in their web browser. The first setup can take a few minutes to complete.
34
40
35
41
Additionally, this also provides access to an RStudio environment on an embedded port for users
36
42
who prefer that editor to VSCode. Once the Codespace has fully completed loading, it
37
43
will include a link in a second welcome message in the Terminal to access RStudio like so:
0 commit comments