Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Rhode Island Data Discovery Center’s Jupyter Book

example workflow

Rhode Island Data Discovery Center’s Jupyter Book

This repository houses the RIDDC’s Jupyter Book with articles showcasing projects, analyzes and visualizations created using data from the OSM region.

Guidelines for RIDDC Articles.

Article Format

Articles can be written in Markdown or Jupyter Notebook format (ipynb). In both cases, the first block (cell in ipynb) should start with a title in Markdown followed by the authors’ names.

If the article is divided in sections, use h2 (##) headers for section titles. This will help Jupyter Book to create a table of contents on the right sidebar. Do not use # before a regular paragraph.

For images, use Markdown syntax with caption, in addition add the caption as a blockquote.

If your notebook was created in Colab, make sure you remove the first cell with the Open in Colab badge.

Example:

# Title
> by Jane Doe
> jane@brown.edu 

## Section Header

Paragrah text...

![image](path/to/image.png "Caption for image")
> Caption for image (repeat)

Jupyter Book Docs

Please, review the Jupyter Book Documentation before writing new content. They provide a lot of information on how to organize and write content for Jupyter Books.

How to add new notebooks

To add new notebooks to RIDDC follow these steps:

Usage

Install system dependencies

If you’d like to develop on and build the riddc book, you should:

Build the book

A fully-rendered HTML version of the book will be built in ./_build/html/.

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.