Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jupyter integration(s) #244

Open
ileasile opened this issue May 1, 2024 · 0 comments
Open

Add Jupyter integration(s) #244

ileasile opened this issue May 1, 2024 · 0 comments

Comments

@ileasile
Copy link
Member

ileasile commented May 1, 2024

Problem.

Now we have a bunch of lets-plot integrations in kotlin-jupyter-libraries. Some of them, such as https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/lets-plot.json, are rather complicated, and at the same time not tested. It's easy to break something when updating the library.

Another problem: lets-plot outputs could be rendered natively in Kotlin Notebook, for that you should just add a spec to the output, like it's done in Kandy. Lets-plot doesn't do that, and it leads to the problems like this: https://youtrack.jetbrains.com/issue/KTNB-171/After-changing-color-scheme-black-light-ggplot-lets-plot-plots-are-rendered-with-black-background

Solution.

Introduce a separate Jupyter module. Place there a Jupyter integration.
Example
Documentation

After that, lets-plot descriptor(s) could be simplified. Also note that you can add tests for this integration and maintain them ensuring that everything works in the release (and between them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant