How to setup Scala notebook
We need the following tools
Git to do the clone of below repo
https://github.com/Bridgewater/scala-notebook
Sbt
Download it from
http://www.scala-sbt.org/download.html
After that go to place where you cloned the scala-notebook
And type the full path to place where you extracted sbt
Example command is
cd D:\Users\d760770\Desktop\Jagat\dev\code\open\scala-notebook
Then run sbt
D:\Users\d760770\Desktop\Jagat\dev\tools\sbt-0.13.7\sbt\bin\sbt
After this sbt will take sometime to download all dependencies
When its done , just start the web based notebook
>project server
>run
Wait for sometime
The browser url is
http://127.0.0.1:8899
Enjoy Scala notebook
We need the following tools
Git to do the clone of below repo
https://github.com/Bridgewater/scala-notebook
Sbt
Download it from
http://www.scala-sbt.org/download.html
After that go to place where you cloned the scala-notebook
And type the full path to place where you extracted sbt
Example command is
cd D:\Users\d760770\Desktop\Jagat\dev\code\open\scala-notebook
Then run sbt
D:\Users\d760770\Desktop\Jagat\dev\tools\sbt-0.13.7\sbt\bin\sbt
After this sbt will take sometime to download all dependencies
When its done , just start the web based notebook
>project server
>run
Wait for sometime
The browser url is
http://127.0.0.1:8899
Enjoy Scala notebook
No comments:
Post a Comment
Please share your views and comments below.
Thank You.