Zulip Chat Archive
Stream: general
Topic: VSCode Lean Notebook API
Naveen (Jun 26 2021 at 08:01):
Hi,
From what I understand, Alectryon is analogous to Python's version of Jupyter Notebooks, but here, an interactive way to read and verify proofs. If this is the case, VS Code now has a notebook API, which I think is fairly easy to integrate using Lean LSP just to provide this kind of functionality. And exporting to web shouldn't be a difficult process from here.
Naveen (Jun 26 2021 at 08:12):
I also see, there are already attempts for literate style of Lean
- https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/lean-client-python
- https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Lean.20.2B.20Observable.20notebooks
- https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/.22Jupyter.20notebook.22.20for.20Lean.3F
- https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/VScode.20extension/near/187055122
Last updated: Dec 20 2023 at 11:08 UTC