Using the Joypy (Thun) Jupyter kernal.
23 18 +
123
*
clear
45 30 gcd
clear
words
trace
is only loaded in the pretty_printer.py
module, so it's not automatically included in the dictionary in the kernel.
Stdout is also not captured and returned to the notebook. (So words
doesn't work, for example, and neither would trace
if it was available, I imagine.)
Also, exceptions (like trace
not being found in the dictionary) lead to the kernal "hanging" in the sense that you just see the "pending computation" asterix in the notebook cell.
This would seem to indicate that I should polish the Joy kernel, eh?
[1 2 +]
trace
clear
[dup cons]
[x] trace
[i] trace
clear