-
Notifications
You must be signed in to change notification settings - Fork 78
Add _repr_html_ to tables
#514
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
|
No idea why the docs are broken, they build locally. Will fix the CI tomorrow, but def not the fault of these changes. |
|
Very tidy, I like it! |
|
One to add to the CHANGELOG too. |
|
@jeromekelleher changelog added (fixed up a few other entries too) |
|
Looks like the docs build is failing because of a new sphinx version. Sigh. |
|
Things like this are why deps should be version-pinned, at least for the CI. At the moment the CI isn't deterministic. We can use https://dependabot.com/ to keep the pinned versions up-to-date. It submits PRs automatically and we would see the CI break there instead of here. |
|
@jeromekelleher I'm fixing the docs - will be in a diff PR. |
Codecov Report
@@ Coverage Diff @@
## master #514 +/- ##
==========================================
+ Coverage 86.82% 86.84% +0.01%
==========================================
Files 21 21
Lines 15979 15996 +17
Branches 3105 3109 +4
==========================================
+ Hits 13874 13891 +17
Misses 1055 1055
Partials 1050 1050
Continue to review full report at Codecov.
|
Closes #512
This method is called by jupyter notebooks to display nice-looking tables. Here's a screenshot:
