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

feat: make ipecharts compatible with notebook<7 #26

Merged
merged 4 commits into from
Feb 8, 2025

Conversation

iisakkirotko
Copy link
Contributor

Adds support for notebook versions below 7. Should enable for ipecharts to work in Solara. VSCode support might be possible as well, if you're up to publishing the bundle on to unpkg @trungleduc.

Fixes #25

@trungleduc trungleduc self-requested a review February 7, 2025 15:09
@trungleduc trungleduc added the enhancement New feature or request label Feb 7, 2025
Copy link
Owner

@trungleduc trungleduc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on it. For uploading to CDN, do we need to update the Github Action?

ipecharts/__init__.py Outdated Show resolved Hide resolved
src/baseWidgetView.ts Outdated Show resolved Hide resolved
@trungleduc
Copy link
Owner

I fixed the issue with the CI, please rebase your branch to get the patch.

webpack.config.js Outdated Show resolved Hide resolved
webpack.config.js Outdated Show resolved Hide resolved
Previously we only built the extension once into `ipecharts/nbextension`, but we also want the nbextension code to be available on CDN, so we also build into `dist` and include that in the package.
@trungleduc
Copy link
Owner

Thanks!

@trungleduc trungleduc merged commit fa4727d into trungleduc:main Feb 8, 2025
8 checks passed
@trungleduc
Copy link
Owner

Released in 1.2.0

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

Successfully merging this pull request may close these issues.

support solara
2 participants