QuantEcon / sphinxcontrib-jupyter

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

FEAT: Enable making websites from jupyter notebooks #185

Closed AakashGfude closed 5 years ago

AakashGfude commented 5 years ago

This PR has the functionality of making a website folder, with all the assets and templates. The folder is created in _build/jupyter_html folder, which can then be served using a simple http server. Detailed documentation will be written properly for this feature.