Somewhat related - but the Pharo equivalent (said naively - as I’ve only seen demos of Jupyter and not used it in anger myself) is gtDocumentor which looks to be the concept reimagined in Smalltalk. Apologies if you already know about it - but its so cool its worth checking out if you haven’t - https://github.com/feenkcom/gtoolkit-documenter <https://github.com/feenkcom/gtoolkit-documenter> (note - take note of the bottom comment and load all of glamourous toolkit to get the full impression).
Tim > On 7 Aug 2018, at 08:11, H. Hirzel <hannes.hir...@gmail.com> wrote: > > P.S. Some notes and links how Jupyter notebooks relate to the Dynabook idea > here > > http://wiki.squeak.org/squeak/1318 > > My aim is to use nteract as client (https://nteract.io/ ) together > with a Pharo based Smalltalk "kernel" (i.e. server acting as the > "scripting engine") > > On 8/7/18, H. Hirzel <hannes.hir...@gmail.com> wrote: >> Thank you, Evan, for an alternative load script. >> >> Unfortunately it gives the same error message. >> >> I use a recent, pristine Pharo 6.1 installation on a 64bit Ubuntu based >> Linux. >> >> >> On 8/4/18, Evan Donahue <emdon...@gmail.com> wrote: >>> Try: >>> >>> Metacello new >>> githubUser: 'jmari' project: 'JupyterTalk' commitish: 'master' >>> path: >>> 'repository'; >>> baseline: 'JupyterTalk'; >>> load >>> >>> >>> >>> -- >>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >>> >>> >> >