Pretty Jupyter
2.0.5

Basics

  • Quick Start
  • Page Header
  • Jinja Markdown
  • Tabset
  • Table of Contents
  • Code Folding
  • Command-Line Interface (CLI)
  • PDF

Customizing Output

  • Metadata
  • Styling
  • Custom Template

Configuration Options

  • Metadata Options
  • Styling Options
  • CLI Options

About

  • Changelog
Pretty Jupyter
  • »
  • Page Header
  • View page source

Page Header

In this page, we describe, how to set up a page header.

The most easy way to set up a page header is to create a first cell of a raw type. In this cell, we specify the header in yaml.

The next code block shows an example of such a header.

title: Page Title
author: Page Author
date: "{{ datetime.now().strftime('%Y-%m-%d') }}"

Note

A header similar to this is automatically generated when starting a new report with a command pretty-jupyter quickstart path/to/output/ipynb.

There are many more properties that can be set in the header. Check out Metadata page for more detailed information about page header’s options and how it works.

Previous Next

© Copyright 2022-2024, Jan Palasek.

Built with Sphinx using a theme provided by Read the Docs.