On 8/29/18, Jesús Marí <jmariagui...@gmail.com> wrote:
> 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.

Thanks! This is convenient!

> 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.
>

Reply via email to