Skip to content

Commit

Permalink
codespace terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Dec 4, 2024
1 parent f74056a commit e571d95
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
Binary file added slides/_fig_new_terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions slides/index.html

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion slides/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,22 @@ go somewhere on your computer you keep your projects, then clone (or fork *then*
- `cd projects`
- `git clone https://github.com/knaaptime/rypyrx.git`

## working in a cloud-based container
## working in a cloud-based container (codespaces)

To open this repository exactly as it appears, just click the button

[![](https://github.com/codespaces/badge.svg)](https://codespaces.new/knaaptime/rypyrx)

(you can use the same config elsewhere than github, but this is is nice)

## working in codespaces

wait for the VM to finish building, then click the plus to open a new terminal

![](_fig_new_terminal.png)

then continue with the `pixi run` commands

## from your own repository (1) {.smaller}

if you want to start a github codespace from another project (like if you forked your own version of this repo)
Expand Down
15 changes: 11 additions & 4 deletions slides/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,18 @@
"text": "working locally\n\ngo somewhere on your computer you keep your projects, then clone (or fork then clone to run from your own copy)\n\ncd projects\ngit clone https://github.com/knaaptime/rypyrx.git"
},
{
"objectID": "index.html#working-in-a-cloud-based-container",
"href": "index.html#working-in-a-cloud-based-container",
"objectID": "index.html#working-in-a-cloud-based-container-codespaces",
"href": "index.html#working-in-a-cloud-based-container-codespaces",
"title": "Reproducible Research Environments",
"section": "working in a cloud-based container",
"text": "working in a cloud-based container\nTo open this repository exactly as it appears, just click the button"
"section": "working in a cloud-based container (codespaces)",
"text": "working in a cloud-based container (codespaces)\nTo open this repository exactly as it appears, just click the button\n\n(you can use the same config elsewhere than github, but this is is nice)"
},
{
"objectID": "index.html#working-in-codespaces",
"href": "index.html#working-in-codespaces",
"title": "Reproducible Research Environments",
"section": "working in codespaces",
"text": "working in codespaces\nwait for the VM to finish building, then click the plus to open a new terminal\n\nthen continue with the pixi run commands"
},
{
"objectID": "index.html#from-your-own-repository-1",
Expand Down

0 comments on commit e571d95

Please sign in to comment.