Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moosetechnology/interactivenotebook


https://github.com/moosetechnology/interactivenotebook

pharo smalltalk

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Interactive Notebook for Pharo.

![Capture d’écran 2024-02-06 à 11 52 09](https://github.com/moosetechnology/InteractiveNotebook/assets/39184695/7c3899f4-48f8-4379-8357-be3db660518f)

To load in Pharo 11:
```Smalltalk
Metacello new
baseline: 'InteractiveNotebook';
repository: 'github://moosetechnology/InteractiveNotebook/src';
load
```
To open the notebook, run `INNotebookPresenter open`