Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/interactivenotebook
https://github.com/moosetechnology/interactivenotebook
pharo smalltalk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moosetechnology/interactivenotebook
- Owner: moosetechnology
- Created: 2023-03-24T09:13:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T15:00:11.000Z (6 months ago)
- Last Synced: 2024-09-25T21:24:27.100Z (3 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`