Releases: akabe/ocaml-jupyter
Releases · akabe/ocaml-jupyter
v1.0.2
Micro revisions
- Fix multiple-cell execution (#55)
- Update README (#51, #56)
v1.0.1
Micro changes
- #45 Improvement of documentation
- #44 Fix installation of Jupyter kernelspec without
--user
option
v1.0.0
Breaking changes
- #42 Remove output channel
cellout
and function display_cell
in JupyterNotebook
due to a bug.
Micro changes
- #39 Fix
help_links
of Jupyter shell messages
- #38 Integration tests with Jupyter
- #36 Migrate SHA256 HMAC verification (of Jupyter messages) from nocrypto to cryptokit (for less depedencies)
v0.1.0
- User-defined communication
- Jupyter STDIN
- (merlin-based) code completion
v0.0.0
The first release of OCaml Jupyter 🎉