QuantEcon / sphinxcontrib-jupyter

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

Allow definition for dependencies? #7

Closed mmcky closed 5 years ago

mmcky commented 6 years ago

Should this extension provide a dependency directive which would allow users to supply a dependent file(s) for the notebook that is not shown in any notebook cells but is brought over to be included in the _static folder.

This would be useful for support data files or python modules to import functions from

jstac commented 6 years ago

Sounds like a nice idea.

mmcky commented 5 years ago

dependency in execution has been implemented but not dependency on _static files. Given we have adopted a convention in QuantEcon to have fairly independent lectures -- this covers most bases as if a file is generated by a lecture needed by a future lecture (this can be accommodated for).

mmcky commented 5 years ago

this has been added with jupyter_dependecy_lists