iocamljs
iocamljs copied to clipboard
An OCaml javascript kernel for the IPython notebook
Hello there @andrewray, I tried to download the code from master or gh-pages branch, or to "save as" the [web page](https://andrewray.github.io/iocamljs/full402.html) (e.g., full402.html), but I keep failing to have a...
You can test locally with: jekyll serve --baseurl='/iocamljs'
Are there plans to make this work with recent dependencies?
Hi, sorry for the naive question. I am trying to put online a small tutorial using static webpages, using a custom iocamljs kernel. I've read the documentation to successfully build...
Setting both options leads to undefined results (seems that `-static` is ignored)
It seems stand-alone `kernel.foo.js` doesn't work with split lines in the code. I got the following error message: ``` [Error] TypeError: undefined is not a function (evaluating 'string.split(/\r\n?|\n/)') (anonymous function)...