Skip to content

Move Jupyter integration from :core to a new module #769

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

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

koperagen
Copy link
Collaborator

@koperagen koperagen commented Jul 8, 2024

fixes #241
fixes #700

The goal was to have this handy function:

%use ktor-client
%use dataframe

val df = http.get("...").bodyAsDataFrame()

ktor-client requires Java 11 compatibility, so it has to live in a different module if we want to keep 8.
So here's the refactoring that thanks to friend module wasn't that hard. Plus the integration with ktor-client itself.
TODO: After this PR is merged, we'd need to add "org.jetbrains.kotlinx:dataframe-jupyter.*" here https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json for future versions

I didn't move the whole jupyter package btw. Only parts that depend on jupyter-api.

@koperagen koperagen added this to the 0.14.0 milestone Jul 8, 2024
@koperagen koperagen self-assigned this Jul 8, 2024
@koperagen koperagen changed the title Jupyter integration module Move Jupyter integration from :core to a new module Jul 8, 2024
@koperagen koperagen force-pushed the jupyter-integration-module branch from 27261fd to b7dd172 Compare July 8, 2024 16:06
@koperagen koperagen requested a review from zaleslaw July 8, 2024 16:07
@koperagen koperagen force-pushed the jupyter-integration-module branch from b7dd172 to 52306e0 Compare July 9, 2024 10:18
Copy link
Contributor

github-actions bot commented Jul 9, 2024

Generated sources will be updated after merging this PR.
Please inspect the changes in here.

@koperagen koperagen merged commit bb457bf into master Jul 9, 2024
3 checks passed
@koperagen koperagen deleted the jupyter-integration-module branch August 26, 2024 13:47
@Jolanrensen Jolanrensen restored the jupyter-integration-module branch February 14, 2025 16:40
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

Successfully merging this pull request may close these issues.

Java 11? Extract Jupyter dependencies to different module
2 participants