This mod is supposed to work in tandem with mtluakernel - Jupyter kernel for Lua in Minetest.
How to run:
-
Start a Jupyter notebook using aforementioned Lua kernel.
-
Add mtluarunner mod to
secure.http_mods
inminetest.conf
. -
Start Minetest world with this mod enabled.
-
Lua code from notebook cells is sent to this mod for execution. See Minetest Lua Modding API Reference to do something useful.