scala-notebook icon indicating copy to clipboard operation
scala-notebook copied to clipboard

Interactive Scala REPL in a browser

Results 36 scala-notebook issues
Sort by recently updated
recently updated
newest added

I'm trying to run server but faced with weird issue: `` > [debug] sbt-js template properties {} > javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid ce...

Hi guys, I'd like to run scala-notebook however failed. The only one I did is change all the '127.0.0.1' to my server's ip address and I got error like title....

Disables hiding the input when you evaluate a cell.

Hi all, I really like scala-notebook, but looking at Github's network graph it looks as if everyone is doing his own thing and there are many long-lived forks whose functionality...

1. Run SN from sbt (i.e., "project server; run") 2. Don't open a notebook! Simply type any key: you get returned to the SBT prompt 3. Now open a notebook...

When I try to build with sbt I get: Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? r error: error while loading CharSequence, class file '/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken (bad constant...

Hi, Just wanted ping you wil and interesting but very similar project: http://zeppelin-project.org/ Suminda

Hi, It runs 100% fine in my local machine. But when I try to run scala-notebook in unix server, it returns below error message. > project server > .. >...

I'm trying to combine it with Apache Spark (one of the hottest framework for data analysis) but I don't know how to do it. Can someone give me a hint...