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

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

相关推荐
虚拟搬运工3 分钟前
xformers造成comfyu启动失败
python·comfyui
Hello.Reader4 分钟前
PyFlink DataStream Operators 算子分类、函数写法、类型系统、链路优化(Chaining)与工程化踩坑
前端·python·算法
从此不归路5 分钟前
FPGA 结构与 CAD 设计(第3章)下
ide·fpga开发
Learner15 分钟前
Python函数
开发语言·python
万行20 分钟前
机器学习&第五章生成式生成器
人工智能·python·算法·机器学习
_李小白21 分钟前
【Android FrameWork】延伸阅读:AMS 的 handleApplicationCrash
android·开发语言·python
万行38 分钟前
机器学习&第一章
人工智能·python·机器学习·flask·计算机组成原理
2301_7973122641 分钟前
学习java37天
开发语言·python
smileNicky1 小时前
Lombok @Data 在 IDEA 中运行报错解决方案
java·ide·intellij-idea
WJSKad12351 小时前
果园树干识别与定位_faster-rcnn_x101-32x4d_fpn_1x_coco改进实践
python