QuantEcon / sphinxcontrib-jupyter

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

FEAT: directive to add a dependent file copied to notebook location #142

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This PR adds ability to specify a dependent file that is copied to the default build location at _build/jupyter/ to enable execution of notebook. A user can now specify a file to be copied using:

.. jupyter-dependency: _static/<filename>
mmcky commented 5 years ago

the writer now uses the outdir associated with the builder class