基础服务系列-Jupyter Notebook 支持Java

邮差的信 提交于 2020-08-12 05:45:45

A Jupyter kernel for executing Java code. The kernel executes code via the new JShell tool.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!