Forth kernel for the IPython notebook. Requires IPython 3.x (master at the time of writing).
- Install Gforth. Make sure it is accessible via the commandline/terminal (
gforth --version
). - Clone this repository and run
pip install .
(may require sudo, depending on Python location).
Run ipython notebook
. In a new or existing notebook, use the kernel selector (located at the top right of the notebook) to select IForth
.