-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,3 @@ | ||
# Textbooks with Jupyter and Jekyll | ||
|
||
This repository / website is a template for hosting your own textbook using | ||
Jupyter Notebooks and Jekyll. | ||
|
||
<img src="images/logo/logo.png" width=200 /> | ||
|
||
Here are some highlights: | ||
|
||
* All course content is written in markdown and Jupyter Notebooks, stored in `notebooks/` | ||
* This site comes packaged with helper scripts to convert these into Jekyll pages (in `scripts/`) | ||
* Pages can have [Binder](https://mybinder.org) or JupyterHub links automatically added for interactivity. | ||
* The website itself is based on Jekyll, and is highly extensible and can be freely-hosted on GitHub. | ||
|
||
This repository comes with some sample textbook files from the Data 8 course | ||
for Data Science at UC Berkeley. You can update these materials and all site | ||
content with your own, and have a Jupyter-based textbook ready to go shortly! | ||
|
||
Here are a few links of interest: | ||
|
||
* **[A demo of the hosted textbook](http://predictablynoisy.com/textbooks-with-jupyter/ )** | ||
* **[A short guide to deploying your own textbook](https://predictablynoisy.com/textbooks-with-jupyter/guide/01_overview/)** | ||
* **[The markdown version of the guide in this repo](_guide/)** | ||
THIS REPOSITORY HAS MOVED TO https://github.com/choldgraf/jupyter-book |