Posted to tcl by mjanssen at Thu Oct 29 11:57:58 GMT 2020view raw

  1. [mpcjanssen@xps tcljupyter]$ jupyter console --kernel=tcljupyter
  2. >>>>>>>>>>>>>>>>>>>>>>>>> Kernel started, pid: 24763 <<<<<<<<<<<<<<<<<<<<<<<<<
  3. Created thread tid0x7fc9e602c640 for 24763
  4. Jupyter console 6.2.0
  5.  
  6. Tcl 8.6.10 :: TclJupyter kernel 0.0.1
  7. Protocol v5.3
  8. In [1]:
  9.  
  10. In [1]: puts ok
  11. ok
  12.  
  13. In [2]: ?
  14. invalid command name "?"
  15. while executing
  16. "?"
  17.  
  18. In [3]: help
  19. invalid command name "help"
  20. while executing
  21. "help"
  22.  
  23. In [4]: jupytre::display text/markdown "### 123"
  24. invalid command name "jupytre::display"
  25. while executing
  26. "jupytre::display text/markdown "### 123""
  27.  
  28. In [5]: jupyter::display text/markdown "### 123"
  29. Out[5]: display-id-1
  30.  
  31. In [6]: puts stderr test
  32. test
  33.  
  34. In [7]:
  35.