Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bollu/lean-to

Jupyter notebook for the Lean4 programming language
https://github.com/bollu/lean-to

lean4

Last synced: 2 days ago
JSON representation

Jupyter notebook for the Lean4 programming language

Awesome Lists containing this project

README

        

# Lean-to

> A Jupyter shelter for your Lean4 code.

```bash=
make install-kernel
make run-cpp-notebook
```

##### Python packaging hell

- https://github.com/jupyter/jupyter_console/issues/241

##### References

- Simple kernel with raw zmq requests: https://github.com/dsblank/simple_kernel
- IHaskell widget spec: https://github.com/gibiansky/IHaskell/blob/master/ihaskell-display/ihaskell-widgets/MsgSpec.md
- Jupyter kernel: https://jupyter-client.readthedocs.io/en/stable/kernels.html
- IPyWidgets models (markdown docs): https://github.com/jupyter-widgets/ipywidgets/blob/master/packages/schema/jupyterwidgetmodels.v8.md#buttonmodel-jupyter-widgetscontrols-140-buttonview-jupyter-widgetscontrols-140
- IPyWidgets models (json): https://github.com/jupyter-widgets/ipywidgets/blob/79312fb164e058c3a2fddd9f3ef35493515ed64b/packages/schema/jupyterwidgetmodels.latest.json