Andrew Ray
Andrew Ray
A patch was provided by @signalpillar a couple of months ago that got it working with the latest Jupyter at that time. Not sure how things have changed since then...
The patch was in #36, and is included in this repo and was released with opam.
I had a bit of a hack around with docker/jupyter and this Dockerfile works https://gist.github.com/andrewray/a6e44c0ab497e8737dc2
Hey this is cool. I like the signature stuff very much. Regarding zmq I deliberatly moved from the standard library in order to support v3 and v4 simultaneously, but if...
My apologies, I have been extremely unhelpful here. > there are incompatible versions of zmq? or is v3/v4 referring to jupyter spec? I was referring to the zmq protocol version....
Ok cool. Doing it under a new organisation where we could keep related projects (ie an ocaml kernel and, hopefully, a new server) seems a good idea.
sounds good.
It seems to be something to do with `ctypes.foreign` which depends on `libffi-dev`. What does this say? ``` $ ocamlfind list | grep ctypes ```
Thanks. It's difficult to say exactly what has gone wrong here. Some thoughts - you are running on the special `system` opam switch which on Ubuntu 14.04 should be ocaml...
That is something I have seen before. There was some logic I didn't get working (related to something like Btype.snap or somesuch) which might be related. FWIW rather than restart...