Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notebook Setup error #31

Open
ghost opened this issue Apr 29, 2015 · 3 comments
Open

notebook Setup error #31

ghost opened this issue Apr 29, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 29, 2015

Env:
OSX yosemite,
python: 2.7.6
Ipython: 3.1.0
java: 1.8.0_40-b27
scala: 2.11.6


Follow instructions here: https://github.com/mattpap/IScala to set it up
change --connection-file to --profile to make it work for ipython

fire up a notebook, try a simple fib function definition:

def fib(n:Int):Int = if (n <= 2) 1 else fib(n-1) + fib(n-2)

try to run it, got following error:


JSON deserialization error: JsResultException(errors:List((/user_variables,List(ValidationError(validate.error.missing-path,WrappedArray())))))

Any help will be appreciated.

Thanks

@crazzle
Copy link

crazzle commented Jul 12, 2015

Same problem for me!

@icejungle
Copy link

I'm running into the same problem trying to run Scala in a jupyter notebook. Has anyone found a solution?

@Prabhusarathy18
Copy link

Even me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants