Skip to content

Commit

Permalink
Merge pull request #1 from geo-smart/mdenolle-patch-1
Browse files Browse the repository at this point in the history
Mdenolle patch 1
  • Loading branch information
mdenolle authored Sep 29, 2023
2 parents 5b8ba9c + 7b81488 commit 2035ad5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GeoSMART Curriculum Jupyter Book Site (ESS 490/590)
# GeoSMART Curriculum Jupyter Book Site (ESS 469/569)

[![Deploy](https://github.com/geo-smart/curriculum-book/actions/workflows/deploy.yaml/badge.svg)](https://github.com/geo-smart/curriculum-book/actions/workflows/deploy.yaml)
[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://geo-smart.github.io/curriculum-book)
Expand All @@ -14,4 +14,4 @@ This repository stores configuration for GeoSMART curriculum content, specifical

Activate the `curriculum_book` conda environment (or any conda environment that has the necessary jupyter book dependencies). Navigate to the root folder of the curriculum book repository in anaconda prompt. Run `python server.py`.

The server code can take a `--no-build` flag (or `--nb` shorthand) if you don't want to build any changes you've made to the notebooks, and this can just be run from a regular terminal.
The server code can take a `--no-build` flag (or `--nb` shorthand) if you don't want to build any changes you've made to the notebooks, and this can just be run from a regular terminal.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Open Reproducible Science
# 1.1 Open Reproducible Science

[Slides](https://docs.google.com/presentation/d/1SCrx65-Q_CB8JRMN81Uk-QniPvPE-wozRD7YDDQEapc/edit?usp=sharing)
[Video](https://youtu.be/WeZ2vJxBuTg?si=aG1IuBNhCQnb1ljv)
2 changes: 1 addition & 1 deletion book/Chapter1-GettingStarted/1.2_jupyter_environment.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.2 Jupyter Environment
# 1.3 Jupyter Environment

## Jupyter Notebooks

Expand Down
2 changes: 1 addition & 1 deletion book/Chapter1-GettingStarted/1.3_python_environment.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1 Python Ecosystem
# 1.3 Python Ecosystem

## What do you need to run your Python code?
- Python. Most packages work with Python3. Your laptop may already come with one. We recommend downloading Anaconda, which comes with a version of python, and aliasing $python$ to the binary executable python specific to conda.
Expand Down
2 changes: 1 addition & 1 deletion book/Chapter1-GettingStarted/1.5_version_control_git.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.3 Version Control & GitHub
# 1.5 Version Control & GitHub


## Version Control
Expand Down

0 comments on commit 2035ad5

Please sign in to comment.