Re: OCaml syntax highlighting

Matthias Bussonnier <[email protected]> Tue, 5 Apr 2016 10:42:52 -0700
Newsgroups gmane.comp.python.ipython.devel
Message-ID <CANJQusUg49Ms5K52QthJqzovsLCb7ag6x=irLK1h5BhY-DXnhg@mail.gmail.com>
Can you open a bug report and jupyter/notebook and link to the Ocaml
kernel repository ?

We can investigate,

Thanks
-- 
M

On Tue, Apr 5, 2016 at 12:48 AM, Denis Pinsard
<[email protected]> wrote:
> Hello,
>
> When I load a OCaml Notebook, code cells are correctly highlighted,
> but new cells  are not, until I save and reload the notebook.
>
> Metadata notebook :
> {
>   "language_info": {
>     "version": "4.1.0",
>     "name": "ocaml"
>   },
>   "kernelspec": {
>     "name": "ocaml",
>     "display_name": "OCaml",
>     "language": "ocaml"
>   }
> }
>
> The version of the notebook server is 4.1.0 and is running on:
> Python 3.4.3 (default, Oct 14 2015, 20:28:29)
> [GCC 4.8.4]
>
>
> Thanks for your help,
> Denis Pinsard
>
> _______________________________________________
> IPython-dev mailing list
> [email protected]
> https://mail.scipy.org/mailman/listinfo/ipython-dev
>