I'm running RHEL 6.7, and have Anaconda set up. (anaconda 4.10). Jupyter is working OOTB, and it by default has the Python kernel. Everything is dandy so I can select "python notebook" in Jupyter.
I'm now looking to get Scala set up with Jupyter as well. (which it seems like Spark kernel - now Toree will work?)
Every question/answer I've seen in regards to it - is not referencing the issue I'm running into.
I was trying to install Toree, and did
sudo pip install toree
and it worked. But then the next step is too
jupyter toree install
And the error I get is:
jupyter toree install
Traceback (most recent call last):
File "/usr/app/anaconda/bin/jupyter-toree", line 7, in <module>
from toree.toreeapp import main
ImportError: No module named toree.toreeapp
Am I missing a step? Anything I'm doing wrong? If i need to provide more information, I will be glad too. Thanks!
Edit: What is the standard/easiest/reliable way to get a Scala notebook in Jupyter? (tl;dr)