notebook.community
Edit and run
This is the obligatory "hello world" for the Elm Jupyter kernel.
In [ ]: import Html main = Html.text "Hello, world!" -- compile-code
import Html main = Html.text "Hello, world!" -- compile-code
In [ ]: