基础服务系列-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

相关推荐
傻啦嘿哟几秒前
一篇文章讲清楚Python的变量作用域
开发语言·python
蜗牛旅行2 分钟前
trae快捷键记录
ide
装不满的克莱因瓶3 分钟前
学习 LPRNet 框架——轻量级车牌识别网络从结构到工程落地
人工智能·python·深度学习·机器学习·ai
dust_and_stars4 分钟前
Streamlit vs Gradio 完整对比
服务器·python
winfredzhang12 分钟前
Python + wxPython + SQLite 实战:开发一个本地 Python 项目一键启动管理工具
python·sqlite·bat·截图·claudecode·codingliteplan
星越华夏18 分钟前
python中四种获取文件后缀名的方法
开发语言·python
lunzi_082619 分钟前
【学习笔记】《Python编程 从入门到实践》第9章:类、继承、组合与面向对象编程
笔记·python·学习
大蚂蚁2号20 分钟前
本地批量音视频转文本免费工具
python·音视频·开源软件
copyer_xyf26 分钟前
FastAPI 项目骨架搭建
前端·后端·python
十正27 分钟前
aiohttp.TCPConnector 连接池原理详解
网络·python·tcp·aiohttp