sh0nk / matplotlib4j

Matplotlib for java: A simple graph plot library for java, scala and kotlin with powerful python matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter support

sh0nk opened this issue · comments

Maybe for jupyter with almond scala kernel. How many people are interesting in it?

I want to add the support for Jupiter.

Can you tell me how to set up the whole matplotlib4j source code to run on my local machine.
So I can add the new feature in the current source code.

@vinayd001 Thanks for trying to contribute!

Clone the code base, then run ./gradlew build to install the dependency libraries. You can write the code with vim, vscode, IntelliJ IDEA or any other IDEs!

Any news on this feature? I'm testing this library in Kotlin notebooks and it works great with the exception that I cannot display the plots directly in the notebook.