Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 404 Bytes

File metadata and controls

12 lines (10 loc) · 404 Bytes

Interactive Notebook for Pharo.

Capture d’écran 2024-02-06 à 11 52 09

To load in Pharo 11:

Metacello new
  baseline: 'InteractiveNotebook';
  repository: 'github://moosetechnology/InteractiveNotebook/src';
  load

To open the notebook, run INNotebookPresenter open