QuantEcon / sphinxcontrib-jupyter

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

FEAT: Add option to execute download notebooks #267

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

It would be nice to have the option to pre-execute the download collection of notebooks that are generated by the downloadnb option.

@AakashGfude this should be pretty simple to add? The julia team would like this feature.

Lets use:

jupyter_download_nb_execute = True

with a default value of False

mmcky commented 5 years ago

@AakashGfude the Julia team would like this to be able to populate their live environments with pre-executed notebooks. It is best to use the download collection as they contain URL referenced images.

mmcky commented 5 years ago

This has been merged #269