chisel-lab icon indicating copy to clipboard operation
chisel-lab copied to clipboard

coursier error

Open fatalfeel opened this issue 4 years ago • 1 comments

curl -Lo coursier https://git.io/coursier chmod +x coursier

coursier will error ///////////////////////////////////////////////////////////// modify to this #install coursier: https://get-coursier.io/docs/1.1.0-M10/cli-overview curl -L -o coursier https://git.io/coursier-cli && chmod +x coursier && ./coursier --help

pip3 install jupyter export SCALA_VERSION=2.12.8 export ALMOND_VERSION=0.2.1 ./coursier bootstrap -r jitpack -i user -I user:sh.almond:scala-kernel-api_$SCALA_VERSION:$ALMOND_VERSION sh.almond:scala-kernel_$SCALA_VERSION:$ALMOND_VERSION -o almond ./almond --install

fatalfeel avatar Aug 06 '21 02:08 fatalfeel

I am not sure what you are meaning here. We are not using the jupyter notebook. Maybe I should delete it.

schoeberl avatar Mar 10 '22 14:03 schoeberl