QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

Update jupyter_welcome_message to be more unified terminology ``header_block`` #56

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

This PR updates jupyter_welcome_message option in the conf.py to jupyter_header_block.

One can add a header to generated notebooks by adding an rst file and setting it in the conf.py file.

jupyter_header_block = "welcome.rst"