-
-
Notifications
You must be signed in to change notification settings - Fork 75
Fix: Import JupyterDashPersistentInlineOutput only when needed #349
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
Conversation
…update dependencies #348
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
pyproject.toml:58
- The file imports 'retrying' in jupyter_dash_persistent_inline_output.py, but 'retrying' is not listed as a dependency here. Consider adding it to the inline_persistent extras to ensure all runtime dependencies are declared.
inline_persistent = ["kaleido", "Flask-Cors", "ipython"]
plotly_resampler/figure_resampler/jupyter_dash_persistent_inline_output.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
jvdd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related: #348