Apache Toree syntax highlighting for Scala

The syntax highlighting for "Apache Toree - Scala" does not work correctly. When I write code in a cell, Jupyter does not highlight it.

enter image description here

However, when I update the laptop, it highlights everything:enter image description here

I already set up the file kernel.json, but that didn't help. Does anyone know a way to solve this problem?

+6
source share
1 answer

The problem seems to be resolved in the latest release of Toree. Try reinstalling it with

pip install https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0-incubating-rc2/toree-pip/toree-0.2.0.tar.gz
0
source

Source: https://habr.com/ru/post/1659881/


All Articles