Skip to content

ottergottaott/java-jupyter-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-jupyter-kernel

Setup

First of all, you should install jupyter : installing jupyter and JDK 9.0.1 or later.

Then launch (root privilegies might requried)

./setup.py install

If all goes fine, setup.py will find path, where to specify Java kernel. (It calls "jupyter kernelspec list" and takes path from it.) If finding path fails, you'll be asked to specify path manually (i.e. /usr/local/share/jupyter/kernels).

Development

Files in repository include file java_src/target/jserver.jar . If you want to change or/and rebuild it, run

cd java_src
mvn clean install

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published