简体   繁体   中英

setting up scala for jupyter notebook

Hi i'm running trouble setting up scala on jupyter notebook. I already created the environment on conda's command prompt but unlike python or julia environments i prepared before, this one is returning "Intitializing Scala interpreter...". reading logs i think there's an interpreter finder called when this happens and it's failing to find interpreter. Ideas on how to circumvent this issue? tyvm result when executing simple scala code

 val x:Int =1 
 val y:Int =7 
 var z:Int = x+y

Intitializing Scala interpreter...

Do you have scala exe in your path? Check if you can just run the scala interpreter from the command prompt.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM