-
Notifications
You must be signed in to change notification settings - Fork 130
/
index.Rmd
97 lines (86 loc) · 4.7 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
title: "Teaching and Learning with Jupyter"
author: >
Lorena A. Barba,
Lecia J. Barker,
Douglas S. Blank,
Jed Brown,
Allen B. Downey,
Timothy George,
Lindsey J. Heagy,
Kyle T. Mandli,
Jason K. Moore,
David Lippert,
Kyle E. Niemeyer,
Ryan R. Watkins,
Richard H. West,
Elizabeth Wickes,
Carol Willing, and
Michael Zingale
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: book.bib
biblio-style: apa
link-citations: yes
github-repo: jupyter4edu/jupyter-edu-book
description: "A handbook on teaching and learning with Jupyter notebooks."
favicon: "images/favicon.ico"
---
# Introduction {#intro}
This handbook is for any educator teaching a topic that includes data analysis
or computation in order to support learning. It is not just for educators teaching courses in engineering or
science, but also data journalism, business and quantitative economics,
data-based decision sciences and policy, quantitative health sciences, and
digital humanities. It aims to provide an entry point, and a broad overview of
Jupyter in education. Whether you are already using Jupyter to teach, you have
found learning materials built on Jupyter that piqued your curiosity, or have
never heard of Jupyter, the material in this open book can empower you to
use this technology in your teaching.
[Project Jupyter](http://jupyter.org/) is a broad collaboration that develops
open-source tools for interactive and exploratory computing. The tools include:
over 100 computer languages (with a focus on Python), the Jupyter Notebook, JupyterHub,
and an ecosystem of extensions
contributed by a large community. The Jupyter Notebook has exploded in popularity since
late 2014, fueled by its adoption as the favorite environment for doing data
science. It has also grown as a platform to use in the classroom, to develop
teaching materials, to share lessons and tutorials, and to create
computational stories. Notebooks are documents containing text narratives with images and math,
combined with executable code (many languages are supported) and the output of
that code. This marriage of content and code makes for a powerful new form of
data-based communication. Educators everywhere are adopting Jupyter for
teaching.
Educators newly adopting Jupyter can be overwhelmed by having to navigate the
ecosystem of tools and content. They could study many examples, or consume a
myriad of blog posts and videos of talks to distill the patterns of good practices
and technical solutions to serve their students best. Several early adopters,
having much experience to share, decided to begin collecting this know-how, and
share open documentation about using Jupyter for teaching and learning. The
result is this open book: a living document that captures the experiences of
community members using Jupyter in education.
The Jupyter Community Workshop in Washington, DC (November 2018) began that
process, with a book sprint aimed at producing the first version of this
handbook. The collaboratively written book consolidates explanations and
examples covering key topics, including: what is Jupyter, how to try Jupyter,
sharing notebooks with students, locally installing Jupyter, cloud offerings,
finding example notebooks, writing lessons in Jupyter, making collections for a
course, exporting to other formats with nbconvert, writing textbooks with
Jupyter, using Binder and JupyterHub, making assignments and auto-grading,
making online courses, teaching with Jupyter in the classroom, active learning
and flipped learning pedagogies with Jupyter, and guiding learners to create
their own content in Jupyter. This open handbook will grow to encompass all you
need to know about Jupyter in teaching and learning.
If you find these materials helpful or inspiring, give us a shout-out on Twitter
using `#Jupyter4Edu`. We hope you do!
## Acknowledgments {-}
The book sprint was held at the George Washington University in Washington, DC,
on 28–30 November 2018, and organized by Lorena A. Barba. Funding to support the
logistics and travel of all [participants](#authors) was possible thanks to a
grant from Bloomberg to Project Jupyter, and managed by NumFOCUS. The group was
fêted at a reception sponsored by Leidos. Participants traveled from all over
the country and volunteered their precious time and hard work to give this work
to the Jupyter community, with a heartfelt sense of gratitude to all the
contributors to the software projects we love and depend on. Thank you!
GitHub repository for this book: <https://github.com/jupyter4edu/jupyter-edu-book>
Content under a Creative Commons Attribution [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode) International license.