You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the iocaml-kernel with Jupyter and syntax highlighting does not completely work.
If I open a notebook that contains OCaml code, it gets highlighted.
However, if I create a new code cell and type code in it, it does not. Validating the cell does not trigger syntax highlighting either.
Saving and reloading the notebook gives a correctly highlighted code in the new cell. If I re-edit this cell, syntax highlighting works !
This allows to make notebooks that look nice in the end, but syntax highlighting would be really useful while typing !
Jupyter notebooks using the Python3 kernel are correctly highlighted from the beginning.
The text was updated successfully, but these errors were encountered:
ysalmon
changed the title
Syntax highlighting partially inactive
Syntax highlighting inactive in new cells
Jun 25, 2016
I am using the iocaml-kernel with Jupyter and syntax highlighting does not completely work.
If I open a notebook that contains OCaml code, it gets highlighted.
However, if I create a new code cell and type code in it, it does not. Validating the cell does not trigger syntax highlighting either.
Saving and reloading the notebook gives a correctly highlighted code in the new cell. If I re-edit this cell, syntax highlighting works !
This allows to make notebooks that look nice in the end, but syntax highlighting would be really useful while typing !
Jupyter notebooks using the Python3 kernel are correctly highlighted from the beginning.
The text was updated successfully, but these errors were encountered: