Closed jlperla closed 5 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.
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/
Closed for consolidating with https://github.com/QuantEcon/lecture-source-jl/issues/491
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.