基础服务系列JupyterNotebook支持Java

编程

Download zip

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

unzip

unzip ijava-1.3.0.zip

install

python3 install.py --sys-prefix

install.py:169: DeprecationWarning: replace is ignored. Installing a kernelspec always replaces an existing installation

replace=args.replace

Installed java kernel into "/usr/local/share/jupyter/kernels/java"

[root@iZm5ebatmxqsalaxch02a7Z ~]# jupyter kernelspec list

Available kernels:

java /usr/local/share/jupyter/kernels/java

python3 /usr/local/share/jupyter/kernels/python3

Reference

SpencerPark/IJava

以上是 基础服务系列JupyterNotebook支持Java 的全部内容, 来源链接: utcz.com/z/516614.html

回到顶部