Posted to tcl by mjanssen at Thu Oct 29 11:57:58 GMT 2020view pretty
[mpcjanssen@xps tcljupyter]$ jupyter console --kernel=tcljupyter
>>>>>>>>>>>>>>>>>>>>>>>>> Kernel started, pid: 24763 <<<<<<<<<<<<<<<<<<<<<<<<<
Created thread tid0x7fc9e602c640 for 24763
Jupyter console 6.2.0
Tcl 8.6.10 :: TclJupyter kernel 0.0.1
Protocol v5.3
In [1]:
In [1]: puts ok
ok
In [2]: ?
invalid command name "?"
while executing
"?"
In [3]: help
invalid command name "help"
while executing
"help"
In [4]: jupytre::display text/markdown "### 123"
invalid command name "jupytre::display"
while executing
"jupytre::display text/markdown "### 123""
In [5]: jupyter::display text/markdown "### 123"
Out[5]: display-id-1
In [6]: puts stderr test
test
In [7]: