Aug. 29, 2018
5:12 p.m.
You can display text or html using self display openInJupyter:'*hello world in bolt*' or anything in a morph (a jpg, png ..a Roassal drawing). self display openInJupyter: aMorph you can expecify the extent self display openInJupyter: aMorph extent: aPoint. if you have installed Roassal group (it's a hack of many Roassal Classes) then you can visualize Interactive Roassal drawings doing: "this will load a modified version of Roassal.js that opens a Roassal view inside <div>" self loadScript: IPRoassal js. self display interactionOn; openInJupyter: aRoassalView. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html