Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mdenolle patch 1 #1

Merged
merged 3 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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