QuantEcon / sphinxcontrib-jupyter

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

Preview add-on for vscode and atom #23

Closed jlperla closed 5 years ago

jlperla commented 6 years ago

Some of you may be hardcore vim users, but one thing that would be extremely useful for mere mortals is a simple extension for previewing the results of a workbook. Maybe something that runs the make jupyter for the folder, and then renders the result in https://nbviewer.jupyter.org/

The preview would not need to be interactive.

jstac commented 6 years ago

This is a nice idea. Typically we don't want to edit the output, and an executed static view is convenient because it can be opened from any browser.

jlperla commented 6 years ago

For sure. This would probably make sense for your one RST page to jupyter tool rather than the bigger sphinx setup, but I think the add-on frameworks for vscode and atom are relatively straightforward to work with (especially for a static display). The editing itself could use something like https://github.com/vscode-restructuredtext/vscode-restructuredtext or http://atom-packages.directory/package/language-restructuredtext/

jlperla commented 5 years ago

Closed for consolidating with https://github.com/QuantEcon/lecture-source-jl/issues/491