Replies: 1 comment 2 replies
-
The output of a process is not linked to any cell. This is really hard because in this case you could say: "I want the output of G1 in the first cell". But G2 could also call G1, then G1 print, and now you want it in the second cell. :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run 2 cells (or more) with async outputs, one after the other, or just the last one, then they are evaluated in order but the output of the first cell can be printed in the second cell. When it is sync, there is no pb. Seems like the output isn't linked to the emitter. Is this "normal"?
Beta Was this translation helpful? Give feedback.
All reactions