Open ipere opened 6 years ago
Hi, I tried to follow the first chisel module. But when I try to run the first cell
val path = System.getProperty("user.dir") + "/source/load-ivy.sc" interp.load.module(ammonite.ops.Path(java.nio.file.FileSystems.getDefault().getPath(path)))
I get
File "<ipython-input-1-feb8effb9623>", line 1 val path = System.getProperty("user.dir") + "/source/load-ivy.sc" ^ SyntaxError: invalid syntax
I already uninstall everything (anaconda, jupyter, ipython etc) because my kernel was constantly dying and always failed when I relaunch it.
Did I miss a set up step when installing anaconda ?
Thanks in advance
It looks like you're following a tutorial in some other language, not Python. You may need to install a kernel for that language first.
You need to choose SCALA from the options in right hand side
Hi, I tried to follow the first chisel module. But when I try to run the first cell
I get
I already uninstall everything (anaconda, jupyter, ipython etc) because my kernel was constantly dying and always failed when I relaunch it.
Did I miss a set up step when installing anaconda ?
Thanks in advance