Replies: 1 comment 1 reply
-
Sounds like a cool feature idea. We'd probably have to inject code into the kernel to do so. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be a nice feature to have the IW print variables if the last line in a cell was an assignment. Essentially replicate the behavior of
without needing to use the walrus operator.
In dataframe manipulation it's often helpful to verify results before proceeding. Currently this requires code like this:
Writing just this but getting the same output would be much better.
Beta Was this translation helpful? Give feedback.
All reactions