Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 637 Bytes

File metadata and controls

34 lines (21 loc) · 637 Bytes

Install Required Tools

You need these three things:

Python (for Jupyter), Jupyter Notebook, OpenJDK.

Check installation in terminal:

python --version java -version javac -version

Install Jupyter Notebook:

pip install notebook jupyter notebook

Install Java Kernel:

curl -L https://github.com/SpencerPark/IJava/releases/download/v1.3.0/ijava-1.3.0.zip -o ijava.zip

Extract it:

unzip ijava.zip

Install kernel:

python install.py

Now restart Jupyter. New → Java {14EFBA12-2454-49B2-B56D-8322F92DA1F0}