Skip to content

Commit

Permalink
🖊️
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Nov 28, 2023
1 parent e8d4da6 commit d7f519c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
15 changes: 9 additions & 6 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ execute:
freeze: auto

website:
page-footer:
right:
- icon: github
href: https://github.com/boettiger-lab/nasa-topst-env-justice
- icon: globe-americas
href: https://carlboettiger.info
repo-url: https://github.com/boettiger-lab/nasa-topst-env-justice
repo-actions: [edit, issue]
page-navigation: true
sidebar:
style: "docked"
search: true
Expand Down Expand Up @@ -48,5 +45,11 @@ website:
contents:
- text: Portable Environments
href: contents/computing-environment.qmd
page-footer:
right:
- icon: github
href: https://github.com/boettiger-lab/nasa-topst-env-justice
- icon: globe-americas
href: https://carlboettiger.info


19 changes: 18 additions & 1 deletion contents/computing-environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@ It should be as easy as possible to grab the whole onion and take it where you w
be that a local VSCode editor on your laptop, or an RStudio Server instance
running up on Microsoft Azure cloud.


## Notebooks on GitHub

Each of the recipes on this site correspond to a Quarto or Jupyter notebook in a
GitHub repository (see `contents/` directory or footer links). Such notebooks form the
basis of technical documentation and publishing to a wide array of formats.
A `_quarto.yml` configuration file in the repository root determines the [website layout](https://quarto.org/docs/websites/).
Notebooks can be run interactively in any appropriate environment
(RStudio, JupyterLab, VSCode, etc, see below for free online platforms).
Type `quarto render` from the bash command line or use `quarto::quarto_preview()`
from the R console to preview the entire site.

## A Portable compute environment




## On the cloud: Gitpod or Codespaces

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/boettiger-lab/nasa-topst-env-justice)
Expand All @@ -42,7 +59,7 @@ Additionally, this also provides access to an RStudio environment on an embedded
who prefer that editor to VSCode. Once the Codespace has fully completed loading, it
will include a link in a second welcome message in the Terminal to access RStudio like so:

<img align="right" src="mg/vscode-welcome.png" width="250">
<img align="right" src="img/vscode-welcome.png" width="500">

The RStudio link can also always be accessed from the Ports tab under the port labeled "Rstudio" (8787).
(Gitpod will show a pop-up message to open this port instead.)
Expand Down

0 comments on commit d7f519c

Please sign in to comment.