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
It'd be pretty neat if we could create a fold for the previous output when a selection gets submitted to the interpreter. This would simplify hiding results that aren't relevant anymore. We could probably use nested folds..one for the input/output pair, with nested folders for the individual input/output components. This'd make it pretty similar to Mathematica's "cells" as per the notebook interface.
I'm not sure if this'd actually be possible for external interpreters, though, since we don't really have a signal that we can monitor for when the interpreter has done its thing with our input.
The text was updated successfully, but these errors were encountered:
This can't be done against buffers that have their "buftype" set to "terminal". This means that this will only be possible when using the internal or external interpreters
It'd be pretty neat if we could create a fold for the previous output when a selection gets submitted to the interpreter. This would simplify hiding results that aren't relevant anymore. We could probably use nested folds..one for the input/output pair, with nested folders for the individual input/output components. This'd make it pretty similar to Mathematica's "cells" as per the notebook interface.
I'm not sure if this'd actually be possible for external interpreters, though, since we don't really have a signal that we can monitor for when the interpreter has done its thing with our input.
The text was updated successfully, but these errors were encountered: