6

The syntax highlighting for "Apache Toree - Scala" doesn't work correctly. When I write some code in the cell, Jupyter doesn't highlight it.

enter image description here

However, when I refresh the notebook, it highlights everything: enter image description here

I have already configured kernel.json file, but it didn't help. Anybody knows a way to solve this issue?

Ashkan
  • 1,643
  • 5
  • 23
  • 45

1 Answers1

0

The problem seems to be solved in the most recent release candidate of Toree. Try re-installing 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
Gorkem Ozkaya
  • 79
  • 1
  • 3