- tcljupyter (https://github.com/mpcjanssen/tcljupyter)
package require ticklecharts 3.2 ; # minimum version
# ...
# method to interact with jupyter notebook
$chart RenderJupyterRenderJupyter method accepts as arguments :
- -renderer : 'canvas' or 'svg' (
canvasby default) - -height : height of iframe plus inner container (
500pxby default) - -width : width of iframe plus inner container (
100%by default)
- Stefan Sobernig (https://github.com/mrcalvin)