matplotlib4j icon indicating copy to clipboard operation
matplotlib4j copied to clipboard

Jupyter support

Open sh0nk opened this issue 6 years ago • 3 comments

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

sh0nk avatar Nov 20 '18 07:11 sh0nk

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 avatar Feb 06 '22 14:02 vinayd001

@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!

sh0nk avatar Feb 07 '22 13:02 sh0nk

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.

evertoncolling avatar Dec 27 '22 19:12 evertoncolling