Skip to content

Commit 35e2f76

Browse files
Merge branch 'main' into rename_python_virtual_envs
2 parents fbd92f1 + 22508f8 commit 35e2f76

File tree

8 files changed

+826
-3
lines changed

8 files changed

+826
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ Then navigate to the course content of interest (e.g. open the notebooks in `ind
7474
(Optional) Build the Jupyter Book site locally:
7575

7676
To build the complete website from this repository, run:
77+
7778
```bash
78-
jupyter-book build
79+
jupyter-book build .
7980
```
8081

8182
This will generate the static site under the `_build/html/` directory, which you can open in a browser to view the book offline. (This step requires the `jupyter-book` package, which is included in the requirements.)

_toc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ parts:
334334
chapters:
335335
- file: short_courses/overview
336336
- file: short_courses/python_environments
337-
338-
337+
- file: short_courses/r_environments
339338
- caption: Join Us!
340339
chapters:
341340
- file: contributing/community
374 KB
Loading

short_courses/figures/r_environments/restore_r_environment.drawio

Lines changed: 178 additions & 0 deletions
Large diffs are not rendered by default.
600 KB
Loading
40.9 KB
Loading
40.7 KB
Loading

short_courses/r_environments.ipynb

Lines changed: 645 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)