|
|
|
|
|
by agons
1106 days ago
|
|
The problem with that is that Jupyter requires a back-end to do any of the actual processing that runs the code in the cells. Only way I can think to make the html file truly portable while fully functional would be to embed a python interpreter and all required libraries as wasm. Could be possible with pyodide? I haven't used it. |
|
Papermill does a great job of recording the input parameters and execution history. But there isn't anything equivalent to the "return foo, bar" part of a function which makes it difficult to build up modules. You don't want to have to digitize a plot to carry on to the next step is what I'm saying.