home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 639618568 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 2

  • dcherian 1
  • lukelbd 1

author_association 2

  • MEMBER 1
  • NONE 1

issue 1

  • Dark theme-friendly HTML Dataset and DataArray reprs for jupyter notebooks? · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
645547954 https://github.com/pydata/xarray/issues/4161#issuecomment-645547954 https://api.github.com/repos/pydata/xarray/issues/4161 MDEyOklzc3VlQ29tbWVudDY0NTU0Nzk1NA== lukelbd 19657652 2020-06-17T18:33:58Z 2020-06-17T18:33:58Z NONE

Welp this was actually the catalyst for me to completely switch to jupyter lab, which I've been meaning to do for a while anyway 😅.

I'll close this to keep from cluttering your issue tracker, not sure it would be worth the development time to address this given that jupyter notebook is on its way out and jupyter-themes is a third-party extension which you aren't really obligated to support. I guess if anyone else chimes in with the same issue we can reopen

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dark theme-friendly HTML Dataset and DataArray reprs for jupyter notebooks? 639618568
644796279 https://github.com/pydata/xarray/issues/4161#issuecomment-644796279 https://api.github.com/repos/pydata/xarray/issues/4161 MDEyOklzc3VlQ29tbWVudDY0NDc5NjI3OQ== dcherian 2448579 2020-06-16T14:19:38Z 2020-06-16T14:19:38Z MEMBER

Hi @lukelbd. We would gladly take a PR for this. See #4036 for an example

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dark theme-friendly HTML Dataset and DataArray reprs for jupyter notebooks? 639618568

Advanced export

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

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 15.032ms · About: xarray-datasette