Skip to content

Instantly share code, notes, and snippets.

@alexarchambault
Created February 16, 2016 19:56
Show Gist options
  • Save alexarchambault/6f7eeffef3ecdf353992 to your computer and use it in GitHub Desktop.
Save alexarchambault/6f7eeffef3ecdf353992 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgorjis
Copy link

mgorjis commented Mar 10, 2016

When I am trying to run the first block:

classpath.add(
"org.scalanlp" %% "breeze" % "0.11.2",
"org.scalanlp" %% "breeze-natives" % "0.11.2"
)

I see this error in the jupyter:

Compilation Failed
Main.scala:49: not found: value classpath
classpath.add(
^

And thus I can't load breeze. Do you have any idea? Thank you.

@alpanchino
Copy link

I also have this issue:

Compilation Failed
Main.scala:49: not found: value classpath
classpath.add(
^

@Roshrini
Copy link

I also get same error.
not found: value classpath
classpath.add(

Anyone of you found the solution to this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment