This removes the ability to add header blocks to every produced notebook which were defined in the conf.py file. This was initially used to add some code such as to switch autosave off for every produced notebook.
This will be replaced with the ability to specify a header rst which can be used to add in RST and/or code to the top of every produced notebook. This is currently called welcome_message but this should be renamed as header_rst.
This removes the ability to add header blocks to every produced notebook which were defined in the
conf.py
file. This was initially used to add some code such as to switchautosave
off for every produced notebook.This will be replaced with the ability to specify a header rst which can be used to add in RST and/or code to the top of every produced notebook. This is currently called
welcome_message
but this should be renamed asheader_rst
.