Posts by EBP

Announcing MyST-JS: Bringing MyST to JavaScript and Jupyter

  • 09 February 2023
  • EBP

MyST Markdown is an extensible, semantic, and community-driven flavor of markdown designed for scientific and computational narratives. It was created for Jupyter Book, and has gained wide adoption in Python’s Sphinx documentation ecosystem.

Read more ...


Migrate your old Table of Contents to the new TOC structure

  • 17 June 2021
  • EBP

In Jupyter Book v0.11, we introduced a new Table of Contents structure. The new structure is a bit more rigid and explicit, which should allow for a cleaner mapping of TOC structures onto book structures. It also introduces the concept of TOC formats, which allows you to specify different kinds of documents in the TOC (to start with, Books and Articles).

This is a short guide to explain the differences between the old and new Table of Contents structures, to help you update them.

Read more ...


🚀 RELEASE: Jupyter Book v0.11.1

  • 05 June 2021
  • EBP

This is an experimental post to try solving two problems with one blog post. We often send out a flurry of tweets to talk about a new release in the Executable Books stack. We’d also like to blog about releases more often so it’s easier to track major updates. This post is an attempt at crafting a blog post entirely made out of tweets!

We’re pleased to announce a new version of Jupyter Book has just been released! You can check out the CHANGELOG here: https://jupyterbook.org/reference/_changelog.html#v0-11-0

https://github.com/executablebooks/jupyter-book/blob/master/docs/images/logo-wide.svg?raw=true

Read more ...


Announcing the new Jupyter Book

  • 07 August 2020
  • EBP

Note: this announcement is cross-posted between the Jupyter Blog and the Executable Book Project updates blog

Jupyter Book is an open source project for building beautiful, publication-quality books, websites, and documents from source material that contains computational content. With this post, we’re happy to announce that Jupyter Book has been re-written from the ground up, making it easier to install, faster to use, and able to create more complex publishing content in your books. It is now supported by the Executable Book Project, an open community that builds open source tools for interactive and executable documents in the Jupyter ecosystem and beyond.

../../../_images/jb-ui.png

Read more ...


Hello world

  • 25 February 2020
  • EBP

Over the last several years, Jupyter Notebooks have become a staple in the data scientist’s toolkit. As both an interface for interactive computation and a document standard for structuring blocks of computational and narrative content, notebooks are ubiquitous, flexible, and powerful.

Read more ...