You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would simplify things, and add support for more languages, but also it would allow for running code within containers without having the entirety of RunMe itself in a container.
The text was updated successfully, but these errors were encountered:
I think that cells with scriptisto should work already. They are executed as files.
However, it might be a good inspiration for making cell execution a better experience in general. The current mechanism is very naive and does not allow any modifications or additional arguments.
I believe what @adambabik meant to say was that scriptisto should be supported via interpreter in the cell config.
I haven't tried this myself yet, @seivan. As you know, the naive mechanism Adam describes is #742, where Runme matches languageID in the fenced code blocks to common runtimes with a set of fixed command line flags.
scriptisto
This would simplify things, and add support for more languages, but also it would allow for running code within containers without having the entirety of RunMe itself in a container.
The text was updated successfully, but these errors were encountered: