# textbooks-with-jupyter **Repository Path**: mirrors_lepy/textbooks-with-jupyter ## Basic Information - **Project Name**: textbooks-with-jupyter - **Description**: A template repository to quickly build an online textbook using Jekyll - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Textbooks with Jupyter and Jekyll This repository / website is a template for hosting your own textbook using Jupyter Notebooks and Jekyll. 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/)**