-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Handle attachments in notebook cells #36
Conversation
CI failure looks unrelated, also failing locally on https://github.com/jupyterlab/pytest-check-links/pull/36/checks?check_run_id=2993914735 |
Looks like we need to pin on |
Codecov Report
@@ Coverage Diff @@
## master #36 +/- ##
==========================================
+ Coverage 89.89% 89.96% +0.07%
==========================================
Files 3 3
Lines 277 279 +2
==========================================
+ Hits 249 251 +2
Misses 28 28
Continue to review full report at Codecov.
|
CI now green. |
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.
Thanks!
Fixes #35
Manually create the
IPythonRenderer
andMarkdownWithMath
objects to be able to pass the cellattachments
.