home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

34 rows where labels_id = 1981132365

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
529643405,1981132365 topic-html-repr 1981132365 display_style visual issues 529643405
588105641,1981132365 topic-html-repr 1981132365 HTML repr in the online docs 588105641
588526556,1981132365 topic-html-repr 1981132365 html repr does not work in Edge browser 588526556
598567792,1981132365 topic-html-repr 1981132365 HTML repr is slightly broken in Google Colab 598567792
599993415,1981132365 topic-html-repr 1981132365 Variable objects not displayable in notebook 599993415
611643130,1981132365 topic-html-repr 1981132365 small contrast of html view in VScode darkmode 611643130
644821435,1981132365 topic-html-repr 1981132365 Pre-expand data and attributes in DataArray/Variable HTML repr? 644821435
663931851,1981132365 topic-html-repr 1981132365 expanded attrs makes HTML repr confusing to read 663931851
674414304,1981132365 topic-html-repr 1981132365 html repr doesn't work in some sphinx themes 674414304
685825824,1981132365 topic-html-repr 1981132365 wrong chunk sizes in html repr with nonuniform chunks 685825824
690351243,1981132365 topic-html-repr 1981132365 Collapsible attributes in _repr_html_ 690351243
722539100,1981132365 topic-html-repr 1981132365 show dimension coordinates at top of coordinates repr 722539100
782943813,1981132365 topic-html-repr 1981132365 Poor performance of repr of large arrays, particularly jupyter repr 782943813
787486472,1981132365 topic-html-repr 1981132365 Add encoding to HTML repr 787486472
830515225,1981132365 topic-html-repr 1981132365 ENH: allow dimension to be collapsable in the html_repr 830515225
856728083,1981132365 topic-html-repr 1981132365 HTML formatting of non-string attribute names fails 856728083
856901056,1981132365 topic-html-repr 1981132365 Convert attribute and dimension names to strings when generating HTML repr 856901056
863506023,1981132365 topic-html-repr 1981132365 Fix lag in Jupyter caused by CSS in `_repr_html_` 863506023
929818771,1981132365 topic-html-repr 1981132365 Very poor html repr performance on large multi-indexes 929818771
1051292338,1981132365 topic-html-repr 1981132365 xarray dataset or dataarray html display failed in jupyter notebook 1051292338
1090700695,1981132365 topic-html-repr 1981132365 [Bug]: HTML repr does not display well in notebooks hosted on GitHub 1090700695
1207369905,1981132365 topic-html-repr 1981132365 HTML repr dark/light themes in Sphinx Furo 1207369905
1284094480,1981132365 topic-html-repr 1981132365 Avoid loading any data for reprs 1284094480
1413425793,1981132365 topic-html-repr 1981132365 indexes section in the HTML repr 1413425793
1455395909,1981132365 topic-html-repr 1981132365 html repr fails for empty cftime arrays 1455395909
1633513067,1981132365 topic-html-repr 1981132365 limit lines in html repr of dataset attrs 1633513067
1637616804,1981132365 topic-html-repr 1981132365 use the `files` interface instead of the deprecated `read_binary` 1637616804
1861543091,1981132365 topic-html-repr 1981132365 Documentation rendering issues (dark mode) 1861543091
1880809162,1981132365 topic-html-repr 1981132365 [pre-commit.ci] pre-commit autoupdate 1880809162
1890893841,1981132365 topic-html-repr 1981132365 Fancy reprs 1890893841
1890982762,1981132365 topic-html-repr 1981132365 HTML repr with many data vars 1890982762
1942666419,1981132365 topic-html-repr 1981132365 Move Variable aggregations to NamedArray 1942666419
2021386895,1981132365 topic-html-repr 1981132365 Deprecate ds.dims returning dict 2021386895
2259850888,1981132365 topic-html-repr 1981132365 HTML repr for chunked variables with high dimensionality 2259850888

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
    ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
    ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 6.321ms · About: xarray-datasette