You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to run the bootcamp locally, run the following instructions below for your particular situation.
4
-
Note that we include a custom javascript file for Jupyter, so if you already have Jupyter installed, you still need to install the custom.js file.
3
+
If you want to run the bootcamp locally, follow the instructions below for your platform.
5
4
6
-
Note: Make sure you are using **Java 8** (NOT Java 9) and have the JDK8 installed. Coursier/jupyter-scala does not appear to be compatible with Java 9 yet as of January 2018.
7
-
8
-
If you do have multiple version of Java, make sure to select Java 8 (1.8) before running `jupyter notebook`:
5
+
Note: Java 11 or later is recommended. If you have multiple Java versions installed, select the appropriate version before running `jupyter notebook`:
9
6
10
7
* On Windows: https://gist.github.com/rwunsch/d157d5fe09e9f7cdc858cec58c8462d6
11
-
* On Mac OS: https://stackoverflow.com/questions/21964709/how-to-set-or-change-the-default-java-jdk-version-on-os-x
8
+
* On macOS: https://stackoverflow.com/questions/21964709/how-to-set-or-change-the-default-java-jdk-version-on-os-x
12
9
13
-
### Local Installation using Docker - Linux/Mac/Windows
10
+
### Local Installation using Docker - Linux/macOS/Windows
14
11
15
-
Make sure you have Docker [installed](https://docs.docker.com/get-docker/) on your system.
12
+
Make sure you have Docker [installed](https://docs.docker.com/get-docker/) on your system, or alternatively [nerdctl](https://github.com/containerd/nerdctl) for a Docker-compatible CLI.
Ensure Java 17 LTS or later is installed. Test by typing `java -version` in a command prompt. If not found, install from [Adoptium](https://adoptium.net/temurin/releases/).
124
119
125
120
#### Install Jupyter
126
121
Jupyter recommends using the Anaconda distribution, here is the
@@ -132,14 +127,13 @@ Windows does not recommend this, but I do. It will make it easier to run using
132
127
If you did not elect to add Jupyter to the PATH, start a prompt using the
133
128
"Anaconda Prompt (Anaconda3)" shortcut from the Start Menu.
134
129
135
-
#### Install Scala components.
130
+
#### Install Scala components
136
131
137
-
The simplest way seems to be to download Coursier from [here](https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-24/coursier).
132
+
Download the latest Coursier from [GitHub releases](https://github.com/coursier/coursier/releases/latest/download/coursier).
0 commit comments