Persist rendered python file including output of repl # %%
denoted cells as html
#26140
aaelony
started this conversation in
Feature Ideas / Enhancements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies if this feature already exists, I could not find it or documentation for it.
The repl feature that allows python lines annotated with
# %%
to define a "notebook" cell interactive mode is really nice.Once a python file has executed at least 1 such cell, is there a way to save the output that ran interactively? e.g. either python + output of all cells as html or otherwise?
I do see for each cell a "copy output" or "open in buffer", but it would be great to be able to capture the output of the current state of the entire python file with all outputs currently run.
Imagine doing an analysis and wanting to share the analysis (code + output) with a colleague without requiring anything more than a browser.
Something like this as HTML?
Beta Was this translation helpful? Give feedback.
All reactions