Releases: akabe/ocaml-jupyter
Releases · akabe/ocaml-jupyter
2.7.3
Micro changes
- #155 Force opam to use "sh" sytanx (thanks to @mseri )
- #156 invoke script to generate kernel specs within Colab notebook (thanks to @mirko-b )
- #157 Fix travisci
2.7.0
Minor changes
- #140 Split kernelspec generation from build phase
Note: #140 changes installation process of ocaml-jupyter kernel. You need to explicitly generate kernel.json
by ocaml-jupyter-opam-genspec
command before jupyter kernelspec install
.
Micro changes
2.6.1
Micro changes
- #138 Fix code format (upgrade of ocp-indent, distribution of CI, and improvement of README)
- #137 Fix for ocaml 4.09 by @mseri
v2.6.0
Minor changes
Micro changes
- #131 Fix unit tests for 4.08
v2.5.0
Minor changes
Micro changes
v2.4.0
Minor changes
- #109 Support ocaml parameters (command-line options of
ocaml
cmd, e.g., -strict-sequence
are supported.)
v2.3.5
Micro changes
- #108 Return a non-null value as
kernel_info_reply.banner
(jupyter qtconsole
is supported.)
v2.3.4
Micro changes
- #104 Support multiple-version OCaml
- #105 Support OPAM2