I implemented support for Jupyter Notebooks for a Python 3.8 runtime (that I temporarily published as actionloop/action-python-v3.8) as you can see here:
https://imgur.com/dTjj6UJ It was easy as I leveraged the "compilation" script of Actionloop that is written in Python and also the nbconvert library that is also Python-based. However since I believe this is a useful feature, and since Jupyter Notebooks are available for all the languages I was thinking to make it a standard feature of the Go Proxy (aka AcionLoop) so it is inherited by all the runtimes based on ActionLoop (Python, PHP, Rust, Go, and the flavors of Java and Node that uses it). So what the community thinks? Is widespread support for Jupyter Notebook as a "source" format, that I detect and handle the init level and to extract the code from it, a worthy addition? -- Michele Sciabarra mich...@sciabarra.com