iocaml icon indicating copy to clipboard operation
iocaml copied to clipboard

An OCaml kernel for the IPython notebook

Results 26 iocaml issues
Sort by recently updated
recently updated
newest added

As promised, the first step in the master plan :P One thing I'm not sure about is what to do about the custom top level. Jbuilder hasn't gained the ability...

Hi there, I tried installing iocaml via opam (i.e. ` opam install iocaml`), but it failed ``` =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [iocaml] Archive in cache [iocaml-kernel] Archive in cache =-=-...

The following error does not allow to install iocaml right now: [ERROR] curl: code 404 while downloading http://mjambon.com/releases/biniou/biniou-1.0.6.tar.gz and in the end: [ERROR] The sources of the following couldn't be...

``` opam install iocaml Your request can't be satisfied: - conduit.0.13.0 is in conflict with lwt.3.0.0 No solution found, exiting ```

bug

If I define `let something`, and then execute it, I would expect that typing `som` would autocomplete to `something` ![image](https://cloud.githubusercontent.com/assets/112170/16508184/d70ca79c-3eed-11e6-93bd-d1b6c58986d8.png) It looks like you'd need access to [`toplevel_value_bindings`](https://github.com/ocaml/ocaml/blob/trunk/toplevel/toploop.ml#L44), which is...

Last year you said you wanted to upgrade the server as well, but wouldn't it work fine to just have the server still use the old protocol (and the old...

I am learning OCaml right now and using a Python notebook for that is awesome, thanks iocaml exists!, so if I am doing something stupid please tell me... Installed a...

Hi, I'm having issue installing `iocaml` on ubuntu 16.04: ``` $ opam install iocaml The following actions will be performed: ∗ install iocaml 0.4.9 =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [default] https://opam.ocaml.org/archives/iocaml.0.4.9+opam.tar.gz...

I have just installed a binary of OPAM with the [official script](https://raw.githubusercontent.com/ocaml/opam/master/shell/opam_installer.sh) on Mac OS X Yosemite 10.10.5, XCode 7.2.1. Now, trying to install iocaml works fine until `make` fails...