Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 1.59 KB

The Jupyter Book Changelog

Below is a rough list of new features, broken down by Jupyter Book version.

v0.3dev

Features

  • Added support for Thebelab to auto-generate interactive cells within the static page.
  • Added support for Bibliographies via jekyll-scholar
  • Added ability to customize look and feel of the site with your own CSS/JS
  • API CHANGE: there is now a separate configuration section for each button (jupyterhub, binderhub, etc).
  • Added the ability to hide code cells and make them collapsible (#59](executablebooks/jupyter-book#59))
  • Added option to hide sidebar (#59](executablebooks/jupyter-book#59))

Minor fixes

  • Minor improvements to page layout
  • Redirections for sanitized URLs now check whether the filesystem is case-sensitive and raise an error if unexpected behavior would occur without changes. @matthew-brett

v0.2.1 - Beta 2.1

  • Tests added to the Jupyter Book
  • Utility scripts are now a mini python module
  • Rearranging the location of the build folder and derivative files in this folder
  • Default license picker (#48)
  • YAML front-matter is now retained by default (#53)

v0.2 - Beta 2

  • Re-built the backend to Jupyter Book to use a simpler theme
  • Niftier javascript features for faster page loading
  • Improvements to CSS for math and text display

v0.1 - Beta 1

First Jupyter Book proof-of-concept.