home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 627805952 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • max-sixty 2
  • zmoon 1
  • stale[bot] 1
  • headtr1ck 1

author_association 4

  • MEMBER 2
  • COLLABORATOR 1
  • CONTRIBUTOR 1
  • NONE 1

issue 1

  • Optionally create new figure automatically · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1465302631 https://github.com/pydata/xarray/issues/4114#issuecomment-1465302631 https://api.github.com/repos/pydata/xarray/issues/4114 IC_kwDOAMm_X85XVr5n headtr1ck 43316012 2023-03-12T21:20:35Z 2023-03-12T21:20:35Z COLLABORATOR

I assume this has been resolved then? If not, feel free to reopen.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Optionally create new figure automatically 627805952
1103009167 https://github.com/pydata/xarray/issues/4114#issuecomment-1103009167 https://api.github.com/repos/pydata/xarray/issues/4114 IC_kwDOAMm_X85BvpWP zmoon 15079414 2022-04-19T19:25:44Z 2022-04-19T20:37:34Z CONTRIBUTOR

Thanks @max-sixty. ~~I think~~ it was with %matplotlib widget (ipympl) that I got the behavior I described. With %matplotlib inline (default inline backend) the figures get closed[^1] at the end of a cell, so the two plot commands would have to be in the same cell to get an overlay, which is fine. But with ipympl, this is not the case so you have to be more careful.

Example ![image](https://user-images.githubusercontent.com/15079414/164080131-07a8d5d1-86b5-44d4-811f-ab6f19b1bd0f.png)

[^1]: You can disable this behavior with %config InlineBackend.close_figures=False and get an overlay from plot commands in separate cells, but then you have to manually refresh the plot it seems.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Optionally create new figure automatically 627805952
1102869557 https://github.com/pydata/xarray/issues/4114#issuecomment-1102869557 https://api.github.com/repos/pydata/xarray/issues/4114 IC_kwDOAMm_X85BvHQ1 max-sixty 5635139 2022-04-19T16:47:07Z 2022-04-19T16:47:07Z MEMBER

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Optionally create new figure automatically 627805952
1102853303 https://github.com/pydata/xarray/issues/4114#issuecomment-1102853303 https://api.github.com/repos/pydata/xarray/issues/4114 IC_kwDOAMm_X85BvDS3 max-sixty 5635139 2022-04-19T16:29:22Z 2022-04-19T16:29:22Z MEMBER

Sorry this didn't get a response @zmoon, particularly given your contributions to xarray and the broader community.

That said, I think I get this already, unless I'm misunderstanding?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Optionally create new figure automatically 627805952
1102492670 https://github.com/pydata/xarray/issues/4114#issuecomment-1102492670 https://api.github.com/repos/pydata/xarray/issues/4114 IC_kwDOAMm_X85BtrP- stale[bot] 26384082 2022-04-19T10:43:49Z 2022-04-19T10:43:49Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Optionally create new figure automatically 627805952

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 10.875ms · About: xarray-datasette