ocaml-jupyter

An OCaml kernel for Jupyter (IPython) notebook

MIT License

Stars
288
Committers
20

Bot releases are hidden (Show)

ocaml-jupyter - 2.7.5

Published by akabe about 3 years ago

Micro changes

  • #173 Conform OPAM version ≥ 2.1 (@Chris00)
  • #174 Conform OPAM version ≥ 2.1 (@Chris00)
ocaml-jupyter - 2.7.4

Published by akabe over 3 years ago

Micro changes

  • Support for 4.12 #171 (thanks to @xclerc)
  • Change README to link to introduction notebook since required packages for other notebooks are not installed #170 (thanks to @edmcman)
  • Run tests for OCaml 4.12 on Travis CI #172
ocaml-jupyter - 2.7.3

Published by akabe about 4 years ago

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
ocaml-jupyter - 2.7.2

Published by akabe about 4 years ago

Micro changes

  • #149 OCaml 4.11 and cairo2 0.6 support (thanks to @kit-ty-kate)
ocaml-jupyter - 2.7.1

Published by akabe over 4 years ago

Micro changes

  • #148 Remove camlp4 tests
  • #147 Fix Jupyter_comm.Stdin.read_line (fixes #129) by @adept
ocaml-jupyter - 2.7.0

Published by akabe over 4 years ago

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

  • #142 OCaml 4.10 support
ocaml-jupyter - 2.6.1

Published by akabe over 4 years ago

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
ocaml-jupyter - v2.6.0

Published by akabe about 5 years ago

Minor changes

  • #130 Add support for ocaml 4.08 (by @mseri)

Micro changes

  • #131 Fix unit tests for 4.08
ocaml-jupyter - v2.5.0

Published by akabe over 5 years ago

Minor changes

  • Block on lwt/async. #126 by @LaurentMazare

Micro changes

  • fix build error with base64 (3.2) #116 by @bladewang
  • Modification of README and distribution files #117, #119 (by @slel), #122 (by @LaurentMazare), #125
ocaml-jupyter - v2.4.0

Published by akabe almost 6 years ago

Minor changes

  • #109 Support ocaml parameters (command-line options of ocaml cmd, e.g., -strict-sequence are supported.)
ocaml-jupyter - v2.3.5

Published by akabe almost 6 years ago

Micro changes

  • #108 Return a non-null value as kernel_info_reply.banner (jupyter qtconsole is supported.)
ocaml-jupyter - v2.3.4

Published by akabe about 6 years ago

Micro changes

  • #104 Support multiple-version OCaml
  • #105 Support OPAM2
ocaml-jupyter - v2.3.3

Published by akabe about 6 years ago

Micro changes

  • #99 Update test for OCaml 4.07.0 (by @314eter)
  • #98 Add ocp-indent configuration (by @314eter)
  • #97 Use correct prefix for merlin completion (by @314eter)
  • #96 Fix some protocol errors (by @314eter)
ocaml-jupyter - v2.3.2

Published by akabe about 6 years ago

Micro changes

  • #95 Migrate to dune from jbuilder
  • #94 Use an absolute path for .merlin (the bug and its solution are reported by @ghennequin at issue #93)
ocaml-jupyter - v2.3.1

Published by akabe over 6 years ago

Micro changes

  • Fix links to API docs (4de2307)
  • Upgrade zmq from v4.0 to v5.x (#91)
ocaml-jupyter - v2.3.0

Published by akabe over 6 years ago

Minor changes

  • Support Lwt 4.0.0+ #89
    • Log levels of --verbosity command-line option are changed: fatal is removed and app is added.
    • The environment variable for the current log level is changed:
      • older versions: LWT_LOG='* -> debug'
      • this version or above: OCAML_JUPYTER_LOG='debug'

Micro changes

  • Fix Travis CI tests #88
  • Fix directory path in the README #87 (@rnarkk)
ocaml-jupyter - v2.2.2

Published by akabe over 6 years ago

Micro changes

  • Fix dependencies to unix, lwt.unix #84
ocaml-jupyter - v2.2.1

Published by akabe almost 7 years ago

Micro changes

  • #79 Set true to Sys.interactive
ocaml-jupyter - v2.2.0

Published by akabe almost 7 years ago

Minor changes

  • #77 Support inspection

Micro changes

  • #75 ocaml-jupyer → ocaml-jupyter in the logger (by @Naereen)
  • #76 Prevent merlin errors
ocaml-jupyter - v2.1.0

Published by akabe almost 7 years ago

Minor changes

  • #71, #74 Manually install kernel
    • This revision changed installation process of this kernel: you need to manually register the kernel to Jupyter (following README.md, or opam message).

Micro changes

  • #70 Fix ocaml kernel hangs in jupyterlab (by @clouds56)
  • #73 Removed empty cell at the end of introduction.ipynb (by @Naereen)