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"
[ ] I need to add a test for this option - but that will trigger an update on all tests in ipynb unless we tests conf options in a separate environment.
This PR updates
jupyter_welcome_message
option in theconf.py
tojupyter_header_block
.One can add a header to generated notebooks by adding an
rst
file and setting it in theconf.py
file.ipynb
unless we testsconf
options in a separate environment.