QuantEcon / sphinxcontrib-jupyter

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

DISC: Default Value for "jupyter_conversion_mode" #197

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

Current the default value is:

app.add_config_value("jupyter_conversion_mode", None, "jupyter")

should this be "all"

mmcky commented 5 years ago

@AakashGfude can you update this to be all?