Skip to content

the bones of a gantt chartยค

    from nbconvert_a11y.repr import get_table; import requests; __import__("requests_cache").install_cache()
    import nbconvert_a11y.table
%%
    workflows = requests.get\
https://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows?per_page=100

    workflows = DataFrame(Series(workflows.json()).workflows)
    workflows.update(workflows[workflows.columns[workflows.columns.str.endswith("_at")]].apply(pandas.to_datetime))
    runs = await (workflows.head(5).drop_duplicates("path").url + "/runs?per_page=100").http.get()
    df = runs.series().workflow_runs.explode().series()
    df.update(df[df.columns[df.columns.str.endswith("_at")]].apply(pandas.to_datetime))
workflows = requests.get\

https://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows?per_page=100

workflows = DataFrame(Series(workflows.json()).workflows)
workflows.update(workflows[workflows.columns[workflows.columns.str.endswith("_at")]].apply(pandas.to_datetime))
runs = await (workflows.head(5).drop_duplicates("path").url + "/runs?per_page=100").http.get()
df = runs.series().workflow_runs.explode().series()
df.update(df[df.columns[df.columns.str.endswith("_at")]].apply(pandas.to_datetime))
%%
    gantt = (g := df.sample(99)).groupby(g.index).pipe(
        get_table, id="actions", options=nbconvert_a11y.table.TableOptions(max_rows=100, max_columns=100), caption=\
a gannt chart of github workflows

    )
    gantt.table.caption.clear()
    gantt.table.attrs["class"] = "gantt"
    HTML(gantt)
/home/tbone/mambaforge/envs/p311/lib/python3.11/site-packages/pandas/core/base.py:1133: FutureWarning: Dtype inference on a pandas object (Series, Index, ExtensionArray) is deprecated. The Index constructor will keep the original dtype in the future. Call `infer_objects` on the result to get the old behavior.
  return Index(self).is_monotonic_decreasing
/home/tbone/mambaforge/envs/p311/lib/python3.11/site-packages/pandas/core/base.py:1110: FutureWarning: Dtype inference on a pandas object (Series, Index, ExtensionArray) is deprecated. The Index constructor will keep the original dtype in the future. Call `infer_objects` on the result to get the old behavior.
  return Index(self).is_monotonic_increasing
a gannt chart of github workflows
Noneidnamenode_idhead_branchhead_shapathdisplay_titlerun_numbereventstatusconclusionworkflow_idcheck_suite_idcheck_suite_node_idurlhtml_urlpull_requestscreated_atupdated_atactorrun_attemptreferenced_workflowsrun_started_attriggering_actorjobs_urllogs_urlcheck_suite_urlartifacts_urlcancel_urlrerun_urlprevious_attempt_urlworkflow_urlhead_commitrepositoryhead_repository
09672267199Close answered issuesWFR_kwLOA5k_I88AAAACQIMVvwmainf3643454fd59f8f71001af262a1d8e9a82ca477c.github/workflows/answered.ymlClose answered issues1089schedulecompletedsuccess1097572725317032327CS_kwDOA5k_I88AAAAF5QNBhwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9672267199https://github.com/jupyterlab/jupyterlab/actions/runs/9672267199[]Timestamp('2024-06-26 01:51:14+0000', tz='UTC')Timestamp('2024-06-26 01:51:35+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-26 01:51:14+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9672267199/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9672267199/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25317032327https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9672267199/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9672267199/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9672267199/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': 'f3643454fd59f8f71001af262a1d8e9a82ca477c', 'tree_id': 'ff20981a13a24fe3ff91c4d442f73d4ffee0aeaf', 'message': 'Implement viewport tracking and reactive rendering in scrollbar (#16392)\n\n* Implement viewport tracking and reactive rendering in scrollbar\r\n\r\n* Review: adjust positioning\r\n\r\nCo-authored-by: Nicolas Brichet <32258950+brichet@users.noreply.github.com>\r\n\r\n* Lint\r\n\r\n---------\r\n\r\nCo-authored-by: Nicolas Brichet <32258950+brichet@users.noreply.github.com>', 'timestamp': '2024-06-21T12:28:29Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09966858468Close answered issuesWFR_kwLOA5k_I88AAAACUhIw5Amain152359f2d241d5760ea3bc8964ef9d2ab6b71124.github/workflows/answered.ymlClose answered issues1110schedulecompletedsuccess1097572726086871966CS_kwDOA5k_I88AAAAGEuYTnghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468https://github.com/jupyterlab/jupyterlab/actions/runs/9966858468[]Timestamp('2024-07-17 01:54:08+0000', tz='UTC')Timestamp('2024-07-17 01:54:28+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-17 01:54:08+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26086871966https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '152359f2d241d5760ea3bc8964ef9d2ab6b71124', 'tree_id': 'fb40493d0d7ce3bcb69ab958dc5ba3bb653bff55', 'message': 'Settings Editor: remove pluginslist grey background (#14375)\n\n* remove pluginslist grey background\r\n\r\n* Preserve hover effect\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* run prettier\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>', 'timestamp': '2024-07-16T16:48:48Z', 'author': {'name': 'Andrii Ieroshenko', 'email': 'ieroshenkoa@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09728512116Close answered issuesWFR_kwLOA5k_I88AAAACQ91QdAmainae0ba1db9ea6ab0037270df842cea747305b8153.github/workflows/answered.ymlClose answered issues1093schedulecompletedsuccess1097572725466198352CS_kwDOA5k_I88AAAAF7edZUAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9728512116https://github.com/jupyterlab/jupyterlab/actions/runs/9728512116[]Timestamp('2024-06-30 01:55:36+0000', tz='UTC')Timestamp('2024-06-30 01:56:03+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-30 01:55:36+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9728512116/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9728512116/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25466198352https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9728512116/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9728512116/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9728512116/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': 'ae0ba1db9ea6ab0037270df842cea747305b8153', 'tree_id': 'c940a1c569cb6b59b58651f5f490f1aefaf44ef1', 'message': 'Add checkbox to skip showing the kernel restart dialog (#16265)\n\n* Add checkbox to skip showing the kernel restart dialog\n\n* Swap to Setting Registry\n\n* add ISettingRegistry to sessionDialogs\n\n* Add null option for ISettingRegistry\n\n* unlink checkbox with setting\n\n* Suggested changes', 'timestamp': '2024-06-29T05:19:25Z', 'author': {'name': 'Elijah McMorris', 'email': 'NexVeridian@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09492387939Close answered issuesWFR_kwLOA5k_I88AAAACNcpYYwmain9c0c1e0c061b5dfebf5d0ad343e0464b77186bce.github/workflows/answered.ymlClose answered issues1076schedulecompletedsuccess1097572724845455873CS_kwDOA5k_I88AAAAFyOeSAQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9492387939https://github.com/jupyterlab/jupyterlab/actions/runs/9492387939[]Timestamp('2024-06-13 01:50:54+0000', tz='UTC')Timestamp('2024-06-13 01:51:18+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-13 01:50:54+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9492387939/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9492387939/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/24845455873https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9492387939/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9492387939/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9492387939/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '9c0c1e0c061b5dfebf5d0ad343e0464b77186bce', 'tree_id': 'a06c33d428f278d50684e725cf235d6290be6c70', 'message': 'thetimezoneconverter.com website is unresponsive (#16482)', 'timestamp': '2024-06-12T23:30:16Z', 'author': {'name': 'Afshin Taylor Darian', 'email': 'git@darian.link'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09509381126Close answered issuesWFR_kwLOA5k_I88AAAACNs2kBgmain9c0c1e0c061b5dfebf5d0ad343e0464b77186bce.github/workflows/answered.ymlClose answered issues1077schedulecompletedsuccess1097572724892217876CS_kwDOA5k_I88AAAAFy7EaFAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9509381126https://github.com/jupyterlab/jupyterlab/actions/runs/9509381126[]Timestamp('2024-06-14 01:51:23+0000', tz='UTC')Timestamp('2024-06-14 01:51:50+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-14 01:51:23+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9509381126/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9509381126/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/24892217876https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9509381126/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9509381126/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9509381126/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '9c0c1e0c061b5dfebf5d0ad343e0464b77186bce', 'tree_id': 'a06c33d428f278d50684e725cf235d6290be6c70', 'message': 'thetimezoneconverter.com website is unresponsive (#16482)', 'timestamp': '2024-06-12T23:30:16Z', 'author': {'name': 'Afshin Taylor Darian', 'email': 'git@darian.link'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
010051323005Close answered issuesWFR_kwLOA5k_I88AAAACVxsEfQmainef5a055976e02fee6c4d877a6a6df756f3323f79.github/workflows/answered.ymlClose answered issues1116schedulecompletedsuccess1097572726304555560CS_kwDOA5k_I88AAAAGH9-qKAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10051323005https://github.com/jupyterlab/jupyterlab/actions/runs/10051323005[]Timestamp('2024-07-23 01:54:07+0000', tz='UTC')Timestamp('2024-07-23 01:54:28+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-23 01:54:07+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10051323005/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10051323005/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26304555560https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10051323005/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10051323005/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10051323005/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': 'ef5a055976e02fee6c4d877a6a6df756f3323f79', 'tree_id': 'a53f1fd3a808d0f50847fe79e707267856755685', 'message': 'Add untitled files to .gitignore (#16595)', 'timestamp': '2024-07-19T15:20:50Z', 'author': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09359932066Close answered issuesWFR_kwLOA5k_I88AAAACLeU6ogmain6e1b549a127b4d9785767c972bfb75cde765c9e2.github/workflows/answered.ymlClose answered issues1067schedulecompletedsuccess1097572724493228590CS_kwDOA5k_I88AAAAFs-kCLghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9359932066https://github.com/jupyterlab/jupyterlab/actions/runs/9359932066[]Timestamp('2024-06-04 01:50:29+0000', tz='UTC')Timestamp('2024-06-04 01:50:49+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-04 01:50:29+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9359932066/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9359932066/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/24493228590https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9359932066/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9359932066/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9359932066/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '6e1b549a127b4d9785767c972bfb75cde765c9e2', 'tree_id': '77ac1d0402ef1af608e14a828bd11ed37ae1f444', 'message': 'Comments in nested markdown code blocks incorrectly being identified as TOC headings (#16420)\n\n* Fixing nested markdown code blocks\r\n\r\n* Lint checks', 'timestamp': '2024-06-03T19:16:33Z', 'author': {'name': 'Vishnutheep B', 'email': 'vishnutheep@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09590370484Close answered issuesWFR_kwLOA5k_I88AAAACO6FwtAmain0e9579724041688aeaea9c5f22f99f58a14904c4.github/workflows/answered.ymlClose answered issues1083schedulecompletedsuccess1097572725103507555CS_kwDOA5k_I88AAAAF2EkgYwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9590370484https://github.com/jupyterlab/jupyterlab/actions/runs/9590370484[]Timestamp('2024-06-20 01:50:22+0000', tz='UTC')Timestamp('2024-06-20 01:50:42+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-20 01:50:22+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9590370484/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9590370484/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25103507555https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9590370484/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9590370484/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9590370484/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '0e9579724041688aeaea9c5f22f99f58a14904c4', 'tree_id': '0d2defc705e37f6a95784d9e5b73157a80591221', 'message': 'Update JupyterLab 3.x maintenance announcement (#16506)\n\n* "will reach" โ†’ "has reached" in README\r\n\r\n* Edits for brevity\r\n\r\nCo-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>', 'timestamp': '2024-06-19T22:02:21Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09167567522Close answered issuesWFR_kwLOA5k_I88AAAACIm36ogmain44b82c8c55880a02c088ebd9576da807dc471b48.github/workflows/answered.ymlClose answered issues1053schedulecompletedsuccess1097572723991575732CS_kwDOA5k_I88AAAAFlgJktAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9167567522https://github.com/jupyterlab/jupyterlab/actions/runs/9167567522[]Timestamp('2024-05-21 01:49:39+0000', tz='UTC')Timestamp('2024-05-21 01:50:06+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-05-21 01:49:39+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9167567522/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9167567522/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/23991575732https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9167567522/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9167567522/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9167567522/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '44b82c8c55880a02c088ebd9576da807dc471b48', 'tree_id': '66bf97b8cd849a524f30a5835de4dae809f99c50', 'message': 'Avoid conflicting call of _onResize() (#16335)', 'timestamp': '2024-05-17T06:22:12Z', 'author': {'name': 'Nicolas Brichet', 'email': '32258950+brichet@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09334790207Close answered issuesWFR_kwLOA5k_I88AAAACLGWYPwmain21ffea9749637633b4a4d82b3f277b55f80afb3d.github/workflows/answered.ymlClose answered issues1065schedulecompletedsuccess1097572724429155229CS_kwDOA5k_I88AAAAFsBdTnQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9334790207https://github.com/jupyterlab/jupyterlab/actions/runs/9334790207[]Timestamp('2024-06-02 01:52:32+0000', tz='UTC')Timestamp('2024-06-02 01:52:53+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-02 01:52:32+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9334790207/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9334790207/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/24429155229https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9334790207/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9334790207/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9334790207/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '21ffea9749637633b4a4d82b3f277b55f80afb3d', 'tree_id': '5c137918a28620f8dd5675cd5d54a5ca12749f15', 'message': 'Add the toolbar again when updating the title of PanelWithToolbar (#16390)\n\n* Add the toolbar again when updating the title of PanelWithToolbar\r\n\r\n* Update docstring', 'timestamp': '2024-05-31T11:45:23Z', 'author': {'name': 'Nicolas Brichet', 'email': '32258950+brichet@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09629913071Close answered issuesWFR_kwLOA5k_I88AAAACPfzP7wmainf3643454fd59f8f71001af262a1d8e9a82ca477c.github/workflows/answered.ymlClose answered issues1086schedulecompletedsuccess1097572725206554355CS_kwDOA5k_I88AAAAF3m1-8whttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9629913071https://github.com/jupyterlab/jupyterlab/actions/runs/9629913071[]Timestamp('2024-06-23 01:53:53+0000', tz='UTC')Timestamp('2024-06-23 01:54:16+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-23 01:53:53+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9629913071/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9629913071/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25206554355https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9629913071/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9629913071/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9629913071/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': 'f3643454fd59f8f71001af262a1d8e9a82ca477c', 'tree_id': 'ff20981a13a24fe3ff91c4d442f73d4ffee0aeaf', 'message': 'Implement viewport tracking and reactive rendering in scrollbar (#16392)\n\n* Implement viewport tracking and reactive rendering in scrollbar\r\n\r\n* Review: adjust positioning\r\n\r\nCo-authored-by: Nicolas Brichet <32258950+brichet@users.noreply.github.com>\r\n\r\n* Lint\r\n\r\n---------\r\n\r\nCo-authored-by: Nicolas Brichet <32258950+brichet@users.noreply.github.com>', 'timestamp': '2024-06-21T12:28:29Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09393849941Close answered issuesWFR_kwLOA5k_I88AAAACL-rGVQmain2c718c1be098f11d602a7b82b534a8654419533f.github/workflows/answered.ymlClose answered issues1069schedulecompletedsuccess1097572724586597764CS_kwDOA5k_I88AAAAFuXm1hAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9393849941https://github.com/jupyterlab/jupyterlab/actions/runs/9393849941[]Timestamp('2024-06-06 01:50:32+0000', tz='UTC')Timestamp('2024-06-06 01:50:54+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-06 01:50:32+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9393849941/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9393849941/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/24586597764https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9393849941/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9393849941/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9393849941/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '2c718c1be098f11d602a7b82b534a8654419533f', 'tree_id': '29da5ee62f9d9d5aae1bbdfb7a5718b6a5fc417c', 'message': 'Use lazy loading for HTML/PDF files, and help tabs (#16387)\n\n* added lazy loading\r\n\r\n* fixed location of lazy loading attribute\r\n\r\n* [pre-commit.ci] auto fixes from pre-commit.com hooks\r\n\r\nfor more information, see https://pre-commit.ci\r\n\r\n* added loading into iFrame component constructor and changed appropriate loading settings\r\n\r\n* updated documentation\r\n\r\n* typo\r\n\r\n* ran prettier\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-06-05T14:28:47Z', 'author': {'name': 'Huy Nguyen', 'email': '124930674+hnben@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
010380091598Close answered issuesWFR_kwLOA5k_I88AAAACarOgzgmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/answered.ymlClose answered issues1138schedulecompletedsuccess1097572727149213574CS_kwDOA5k_I88AAAAGUjgfhghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10380091598https://github.com/jupyterlab/jupyterlab/actions/runs/10380091598[]Timestamp('2024-08-14 01:55:36+0000', tz='UTC')Timestamp('2024-08-14 01:55:59+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 01:55:36+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10380091598/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10380091598/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27149213574https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10380091598/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10380091598/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10380091598/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09072481310Close answered issuesWFR_kwLOA5k_I88AAAACHMMUHgmain82f0327c9da2c096c663e6b22d5d8428b94d2447.github/workflows/answered.ymlClose answered issues1046schedulecompletedsuccess1097572723746752831CS_kwDOA5k_I88AAAAFh2qxPwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9072481310https://github.com/jupyterlab/jupyterlab/actions/runs/9072481310[]Timestamp('2024-05-14 01:49:23+0000', tz='UTC')Timestamp('2024-05-14 01:49:43+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-05-14 01:49:23+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9072481310/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9072481310/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/23746752831https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9072481310/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9072481310/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9072481310/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '82f0327c9da2c096c663e6b22d5d8428b94d2447', 'tree_id': '3a3c2ae3ab9426fb395215fbace96a821df0ec14', 'message': 'Allow RegExp in galata helper when looking for a tab (#16302)', 'timestamp': '2024-05-13T14:30:45Z', 'author': {'name': 'Nicolas Brichet', 'email': '32258950+brichet@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09232008084Close answered issuesWFR_kwLOA5k_I88AAAACJkVDlAmain144a5e84a3af41caa31d206e4aaef5fd9ff1e330.github/workflows/answered.ymlClose answered issues1057schedulecompletedsuccess1097572724166346977CS_kwDOA5k_I88AAAAFoG0w4Qhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9232008084https://github.com/jupyterlab/jupyterlab/actions/runs/9232008084[]Timestamp('2024-05-25 01:49:32+0000', tz='UTC')Timestamp('2024-05-25 01:49:54+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-05-25 01:49:32+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9232008084/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9232008084/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/24166346977https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9232008084/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9232008084/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9232008084/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '144a5e84a3af41caa31d206e4aaef5fd9ff1e330', 'tree_id': '0a9078032a8c7f182d6a856c4277e6545d36ceed', 'message': 'Check whether debugger is running before trying to read a message header (#16368)', 'timestamp': '2024-05-24T08:14:22Z', 'author': {'name': 'Afshin Taylor Darian', 'email': 'git@darian.email'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
09376899159Close answered issuesWFR_kwLOA5k_I88AAAACLuggVwmain066dc21bfaf6785a49e0145a981d261a49da4f56.github/workflows/answered.ymlClose answered issues1068schedulecompletedsuccess1097572724539812438CS_kwDOA5k_I88AAAAFtq_SVghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9376899159https://github.com/jupyterlab/jupyterlab/actions/runs/9376899159[]Timestamp('2024-06-05 01:50:24+0000', tz='UTC')Timestamp('2024-06-05 01:50:46+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-05 01:50:24+0000', tz='UTC'){'login': 'blink1073', 'id': 2096628, 'node_id': 'MDQ6VXNlcjIwOTY2Mjg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2096628?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/blink1073', 'html_url': 'https://github.com/blink1073', 'followers_url': 'https://api.github.com/users/blink1073/followers', 'following_url': 'https://api.github.com/users/blink1073/following{/other_user}', 'gists_url': 'https://api.github.com/users/blink1073/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/blink1073/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/blink1073/subscriptions', 'organizations_url': 'https://api.github.com/users/blink1073/orgs', 'repos_url': 'https://api.github.com/users/blink1073/repos', 'events_url': 'https://api.github.com/users/blink1073/events{/privacy}', 'received_events_url': 'https://api.github.com/users/blink1073/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9376899159/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9376899159/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/24539812438https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9376899159/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9376899159/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9376899159/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727{'id': '066dc21bfaf6785a49e0145a981d261a49da4f56', 'tree_id': 'b0ba515c971a5416fb6177b41e9293311ff36e0f', 'message': 'Use a static view of the toolbar widgets for computation (#16409)', 'timestamp': '2024-06-04T13:12:29Z', 'author': {'name': 'Nicolas Brichet', 'email': '32258950+brichet@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
19648630745Auto Author AssignWFR_kwLOA5k_I88AAAACPxpr2Qbackport-of-pr-16508-on-4.2.xf3d7a7d3cc4fba608e467f329717f1b2526429f0.github/workflows/auto_author_assign.ymlBackport PR #16508 on branch 4.2.x (Fix inline completer configure calls not being propagated correctly)3903pull_request_targetcompletedsuccess973225225252251233CS_kwDOA5k_I88AAAAF4SbGYQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9648630745https://github.com/jupyterlab/jupyterlab/actions/runs/9648630745[]Timestamp('2024-06-24 16:05:11+0000', tz='UTC')Timestamp('2024-06-24 16:05:36+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-24 16:05:11+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9648630745/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9648630745/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25252251233https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9648630745/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9648630745/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9648630745/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'f3d7a7d3cc4fba608e467f329717f1b2526429f0', 'tree_id': 'da04c2bef8dc296a8741b2f7a21ab3368c9ba1e9', 'message': 'Backport PR #16508: Fix inline completer `configure` calls not being propagated correctly', 'timestamp': '2024-06-24T16:03:48Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
19842850521Auto Author AssignWFR_kwLOA5k_I88AAAACSq362Qhotfix-benchmark-report79f7fe326ccd53ca6c1786baf1b9e24dd1c670d2.github/workflows/auto_author_assign.ymlRestore previous benchmark run conditions3928pull_request_targetcompletedsuccess973225225759124076CS_kwDOA5k_I88AAAAF_10KbAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9842850521https://github.com/jupyterlab/jupyterlab/actions/runs/9842850521[]Timestamp('2024-07-08 15:52:45+0000', tz='UTC')Timestamp('2024-07-08 15:53:05+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-08 15:52:45+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9842850521/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9842850521/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25759124076https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9842850521/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9842850521/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9842850521/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '79f7fe326ccd53ca6c1786baf1b9e24dd1c670d2', 'tree_id': '5da34b0a9457213625c843ba5732e68975de1954', 'message': 'Restore previous run conditions', 'timestamp': '2024-07-08T15:51:44Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
19586855622Auto Author AssignWFR_kwLOA5k_I88AAAACO2vOxgfix-completer-configure893b2d13227fde29d819d79f25a468b0283cbfc8.github/workflows/auto_author_assign.ymlFix inline completer `configure` calls not being propagated correctly3896pull_request_targetcompletedsuccess973225225094515806CS_kwDOA5k_I88AAAAF17_sXghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9586855622https://github.com/jupyterlab/jupyterlab/actions/runs/9586855622[]Timestamp('2024-06-19 18:47:05+0000', tz='UTC')Timestamp('2024-06-19 18:47:24+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-19 18:47:05+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9586855622/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9586855622/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25094515806https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9586855622/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9586855622/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9586855622/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '893b2d13227fde29d819d79f25a468b0283cbfc8', 'tree_id': '840f44d67a9336b25362fd7150a2a3f333aac7d6', 'message': 'Add test case for configure calls being propagated correctly', 'timestamp': '2024-06-19T18:43:20Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
110014950065Auto Author AssignWFR_kwLOA5k_I88AAAACVPACsQprompt-run-button7a543bec0559bb53ad7cfdf5857ae458e5de8707.github/workflows/auto_author_assign.ymlPer-cell run button3949pull_request_targetcompletedsuccess973225226218985143CS_kwDOA5k_I88AAAAGGsX2twhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065https://github.com/jupyterlab/jupyterlab/actions/runs/10014950065[]Timestamp('2024-07-19 22:12:33+0000', tz='UTC')Timestamp('2024-07-19 22:12:56+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-19 22:12:33+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26218985143https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '7a543bec0559bb53ad7cfdf5857ae458e5de8707', 'tree_id': '930f61e4d8d35df673e6ce82c195045a5d392740', 'message': 'Waits to render helper buttons until cell is available', 'timestamp': '2024-07-19T21:53:27Z', 'author': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}, 'committer': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 421988346, 'node_id': 'R_kgDOGScH-g', 'name': 'jupyterlab', 'full_name': 'JasonWeill/jupyterlab', 'private': False, 'owner': {'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/JasonWeill/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/JasonWeill/jupyterlab', 'forks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/deployments'}
19926070434Auto Author AssignWFR_kwLOA5k_I88AAAACT6PQogalexander-kuruvillaissue-#161792e85e7b4daca662cd93167d27c8ff19f9706d0e9.github/workflows/auto_author_assign.ymlDescribe cell input/output collapsing in the notebook documentation3940pull_request_targetcompletedsuccess973225225980039146CS_kwDOA5k_I88AAAAGDIfv6ghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9926070434https://github.com/jupyterlab/jupyterlab/actions/runs/9926070434[]Timestamp('2024-07-14 06:51:06+0000', tz='UTC')Timestamp('2024-07-14 06:51:18+0000', tz='UTC'){'login': 'alexander-kuruvilla', 'id': 43273583, 'node_id': 'MDQ6VXNlcjQzMjczNTgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/43273583?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/alexander-kuruvilla', 'html_url': 'https://github.com/alexander-kuruvilla', 'followers_url': 'https://api.github.com/users/alexander-kuruvilla/followers', 'following_url': 'https://api.github.com/users/alexander-kuruvilla/following{/other_user}', 'gists_url': 'https://api.github.com/users/alexander-kuruvilla/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/alexander-kuruvilla/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/alexander-kuruvilla/subscriptions', 'organizations_url': 'https://api.github.com/users/alexander-kuruvilla/orgs', 'repos_url': 'https://api.github.com/users/alexander-kuruvilla/repos', 'events_url': 'https://api.github.com/users/alexander-kuruvilla/events{/privacy}', 'received_events_url': 'https://api.github.com/users/alexander-kuruvilla/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-14 06:51:06+0000', tz='UTC'){'login': 'alexander-kuruvilla', 'id': 43273583, 'node_id': 'MDQ6VXNlcjQzMjczNTgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/43273583?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/alexander-kuruvilla', 'html_url': 'https://github.com/alexander-kuruvilla', 'followers_url': 'https://api.github.com/users/alexander-kuruvilla/followers', 'following_url': 'https://api.github.com/users/alexander-kuruvilla/following{/other_user}', 'gists_url': 'https://api.github.com/users/alexander-kuruvilla/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/alexander-kuruvilla/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/alexander-kuruvilla/subscriptions', 'organizations_url': 'https://api.github.com/users/alexander-kuruvilla/orgs', 'repos_url': 'https://api.github.com/users/alexander-kuruvilla/repos', 'events_url': 'https://api.github.com/users/alexander-kuruvilla/events{/privacy}', 'received_events_url': 'https://api.github.com/users/alexander-kuruvilla/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9926070434/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9926070434/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25980039146https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9926070434/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9926070434/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9926070434/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '2e85e7b4daca662cd93167d27c8ff19f9706d0e9', 'tree_id': 'bb06d5e1f215c12281c7ab6cad946f295174e9a6', 'message': 'Updated cell collapsing docs in notebook.rst, in relation to the issue #16179', 'timestamp': '2024-07-14T05:20:52Z', 'author': {'name': 'Alexander', 'email': 'alexanderkalarickal@gmail.com'}, 'committer': {'name': 'Alexander', 'email': 'alexanderkalarickal@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 828403150, 'node_id': 'R_kgDOMWBtzg', 'name': 'jupyterlab', 'full_name': 'alexander-kuruvilla/jupyterlab', 'private': False, 'owner': {'login': 'alexander-kuruvilla', 'id': 43273583, 'node_id': 'MDQ6VXNlcjQzMjczNTgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/43273583?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/alexander-kuruvilla', 'html_url': 'https://github.com/alexander-kuruvilla', 'followers_url': 'https://api.github.com/users/alexander-kuruvilla/followers', 'following_url': 'https://api.github.com/users/alexander-kuruvilla/following{/other_user}', 'gists_url': 'https://api.github.com/users/alexander-kuruvilla/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/alexander-kuruvilla/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/alexander-kuruvilla/subscriptions', 'organizations_url': 'https://api.github.com/users/alexander-kuruvilla/orgs', 'repos_url': 'https://api.github.com/users/alexander-kuruvilla/repos', 'events_url': 'https://api.github.com/users/alexander-kuruvilla/events{/privacy}', 'received_events_url': 'https://api.github.com/users/alexander-kuruvilla/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/alexander-kuruvilla/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab', 'forks_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/alexander-kuruvilla/jupyterlab/deployments'}
19853330505Auto Author AssignWFR_kwLOA5k_I88AAAACS03kSQtoolkit-tree-viewc83506e4b6a90746f14c39b58ffcd4f4fa3c54d9.github/workflows/auto_author_assign.yml[GSoC 2024] Use toolkit tree view for all tree view: table of content, debugger variables and running tabs3930pull_request_targetcompletedsuccess973225225786644224CS_kwDOA5k_I88AAAAGAQD3AAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9853330505https://github.com/jupyterlab/jupyterlab/actions/runs/9853330505[]Timestamp('2024-07-09 08:07:33+0000', tz='UTC')Timestamp('2024-07-09 08:08:01+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-09 08:07:33+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9853330505/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9853330505/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25786644224https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9853330505/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9853330505/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9853330505/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'c83506e4b6a90746f14c39b58ffcd4f4fa3c54d9', 'tree_id': '8b33dc19dcad8acea7015e4f1197b3f052ebefdd', 'message': 'Update Playwright Snapshots', 'timestamp': '2024-07-08T15:04:17Z', 'author': {'name': 'github-actions[bot]', 'email': 'github-actions[bot]@users.noreply.github.com'}, 'committer': {'name': 'github-actions[bot]', 'email': 'github-actions[bot]@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 763451449, 'node_id': 'R_kgDOLYFYOQ', 'name': 'jupyterlab', 'full_name': 'Mehak261124/jupyterlab', 'private': False, 'owner': {'login': 'Mehak261124', 'id': 145124929, 'node_id': 'U_kgDOCKZuQQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/145124929?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Mehak261124', 'html_url': 'https://github.com/Mehak261124', 'followers_url': 'https://api.github.com/users/Mehak261124/followers', 'following_url': 'https://api.github.com/users/Mehak261124/following{/other_user}', 'gists_url': 'https://api.github.com/users/Mehak261124/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Mehak261124/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Mehak261124/subscriptions', 'organizations_url': 'https://api.github.com/users/Mehak261124/orgs', 'repos_url': 'https://api.github.com/users/Mehak261124/repos', 'events_url': 'https://api.github.com/users/Mehak261124/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Mehak261124/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/Mehak261124/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/Mehak261124/jupyterlab', 'forks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/deployments'}
110215063764Auto Author AssignWFR_kwLOA5k_I88AAAACYN2A1Apdruce/nb-create-new-kernele51da158d687a9fe33d4a7b1ddffb3ee48ad7dc4.github/workflows/auto_author_assign.ymlAdd kernel selection to Galata notebook creation3964pull_request_targetcompletedsuccess973225226730659645CS_kwDOA5k_I88AAAAGOUV_PQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10215063764https://github.com/jupyterlab/jupyterlab/actions/runs/10215063764[]Timestamp('2024-08-02 11:49:03+0000', tz='UTC')Timestamp('2024-08-02 11:49:16+0000', tz='UTC'){'login': 'pauldruce', 'id': 30435358, 'node_id': 'MDQ6VXNlcjMwNDM1MzU4', 'avatar_url': 'https://avatars.githubusercontent.com/u/30435358?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pauldruce', 'html_url': 'https://github.com/pauldruce', 'followers_url': 'https://api.github.com/users/pauldruce/followers', 'following_url': 'https://api.github.com/users/pauldruce/following{/other_user}', 'gists_url': 'https://api.github.com/users/pauldruce/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/pauldruce/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/pauldruce/subscriptions', 'organizations_url': 'https://api.github.com/users/pauldruce/orgs', 'repos_url': 'https://api.github.com/users/pauldruce/repos', 'events_url': 'https://api.github.com/users/pauldruce/events{/privacy}', 'received_events_url': 'https://api.github.com/users/pauldruce/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-02 11:49:03+0000', tz='UTC'){'login': 'pauldruce', 'id': 30435358, 'node_id': 'MDQ6VXNlcjMwNDM1MzU4', 'avatar_url': 'https://avatars.githubusercontent.com/u/30435358?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pauldruce', 'html_url': 'https://github.com/pauldruce', 'followers_url': 'https://api.github.com/users/pauldruce/followers', 'following_url': 'https://api.github.com/users/pauldruce/following{/other_user}', 'gists_url': 'https://api.github.com/users/pauldruce/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/pauldruce/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/pauldruce/subscriptions', 'organizations_url': 'https://api.github.com/users/pauldruce/orgs', 'repos_url': 'https://api.github.com/users/pauldruce/repos', 'events_url': 'https://api.github.com/users/pauldruce/events{/privacy}', 'received_events_url': 'https://api.github.com/users/pauldruce/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10215063764/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10215063764/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26730659645https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10215063764/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10215063764/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10215063764/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'e51da158d687a9fe33d4a7b1ddffb3ee48ad7dc4', 'tree_id': '0306aca9d2e8ed14e9e78e5d8d0e1005f0f55c20', 'message': 'Add kernel selection to Galata notebook creation.', 'timestamp': '2024-08-02T11:29:28Z', 'author': {'name': 'Paul Druce', 'email': 'pjdruce@gmail.com'}, 'committer': {'name': 'Paul Druce', 'email': 'pjdruce@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 528892735, 'node_id': 'R_kgDOH4ZDPw', 'name': 'jupyterlab', 'full_name': 'pauldruce/jupyterlab', 'private': False, 'owner': {'login': 'pauldruce', 'id': 30435358, 'node_id': 'MDQ6VXNlcjMwNDM1MzU4', 'avatar_url': 'https://avatars.githubusercontent.com/u/30435358?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pauldruce', 'html_url': 'https://github.com/pauldruce', 'followers_url': 'https://api.github.com/users/pauldruce/followers', 'following_url': 'https://api.github.com/users/pauldruce/following{/other_user}', 'gists_url': 'https://api.github.com/users/pauldruce/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/pauldruce/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/pauldruce/subscriptions', 'organizations_url': 'https://api.github.com/users/pauldruce/orgs', 'repos_url': 'https://api.github.com/users/pauldruce/repos', 'events_url': 'https://api.github.com/users/pauldruce/events{/privacy}', 'received_events_url': 'https://api.github.com/users/pauldruce/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/pauldruce/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/pauldruce/jupyterlab', 'forks_url': 'https://api.github.com/repos/pauldruce/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/pauldruce/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/pauldruce/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/pauldruce/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/pauldruce/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/pauldruce/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/pauldruce/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/pauldruce/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/pauldruce/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/pauldruce/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/pauldruce/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/pauldruce/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/pauldruce/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/pauldruce/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/pauldruce/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/pauldruce/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/pauldruce/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/pauldruce/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/pauldruce/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/pauldruce/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/pauldruce/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/pauldruce/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/pauldruce/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/pauldruce/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/pauldruce/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/pauldruce/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/pauldruce/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/pauldruce/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/pauldruce/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/pauldruce/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/pauldruce/jupyterlab/deployments'}
19732381262Auto Author AssignWFR_kwLOA5k_I88AAAACRBhaTgft/plugins-placeholderfdaa33e9143a68f9a14b248acef7662e68899f53.github/workflows/auto_author_assign.ymlPlugins definitions from package.json3913pull_request_targetcompletedsuccess973225225474330164CS_kwDOA5k_I88AAAAF7mNuNAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9732381262https://github.com/jupyterlab/jupyterlab/actions/runs/9732381262[]Timestamp('2024-06-30 13:26:00+0000', tz='UTC')Timestamp('2024-06-30 13:26:15+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-30 13:26:00+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9732381262/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9732381262/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25474330164https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9732381262/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9732381262/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9732381262/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'fdaa33e9143a68f9a14b248acef7662e68899f53', 'tree_id': '8bc6e33660f91ca7edff55afb297fd78d1a51deb', 'message': 'Fix availablePlugins', 'timestamp': '2024-06-30T13:24:01Z', 'author': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}, 'committer': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 158737722, 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTg3Mzc3MjI=', 'name': 'jupyterlab', 'full_name': 'fcollonval/jupyterlab', 'private': False, 'owner': {'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/fcollonval/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/fcollonval/jupyterlab', 'forks_url': 'https://api.github.com/repos/fcollonval/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/fcollonval/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/fcollonval/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/fcollonval/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/fcollonval/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/fcollonval/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/fcollonval/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/fcollonval/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/fcollonval/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/fcollonval/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/fcollonval/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/fcollonval/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/fcollonval/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/fcollonval/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/fcollonval/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/fcollonval/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/fcollonval/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/fcollonval/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/fcollonval/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/fcollonval/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/fcollonval/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/fcollonval/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/fcollonval/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/fcollonval/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/fcollonval/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/fcollonval/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/fcollonval/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/fcollonval/jupyterlab/deployments'}
19798518261Auto Author AssignWFR_kwLOA5k_I88AAAACSAmF9Qfix/upgrade-toolkitf5a9a8d587297c7c4abe9e37c7ac05f09e471e3b.github/workflows/auto_author_assign.ymlImprove focus styling3925pull_request_targetcompletedsuccess973225225651600697CS_kwDOA5k_I88AAAAF-PRdOQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9798518261https://github.com/jupyterlab/jupyterlab/actions/runs/9798518261[]Timestamp('2024-07-04 18:15:15+0000', tz='UTC')Timestamp('2024-07-04 18:15:37+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-04 18:15:15+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9798518261/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9798518261/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25651600697https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9798518261/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9798518261/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9798518261/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'f5a9a8d587297c7c4abe9e37c7ac05f09e471e3b', 'tree_id': '0d69185496fa44155027699216a7d99573937507', 'message': 'Update Playwright Snapshots', 'timestamp': '2024-07-04T16:50:01Z', 'author': {'name': 'github-actions[bot]', 'email': 'github-actions[bot]@users.noreply.github.com'}, 'committer': {'name': 'github-actions[bot]', 'email': 'github-actions[bot]@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 158737722, 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTg3Mzc3MjI=', 'name': 'jupyterlab', 'full_name': 'fcollonval/jupyterlab', 'private': False, 'owner': {'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/fcollonval/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/fcollonval/jupyterlab', 'forks_url': 'https://api.github.com/repos/fcollonval/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/fcollonval/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/fcollonval/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/fcollonval/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/fcollonval/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/fcollonval/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/fcollonval/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/fcollonval/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/fcollonval/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/fcollonval/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/fcollonval/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/fcollonval/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/fcollonval/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/fcollonval/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/fcollonval/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/fcollonval/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/fcollonval/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/fcollonval/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/fcollonval/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/fcollonval/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/fcollonval/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/fcollonval/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/fcollonval/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/fcollonval/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/fcollonval/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/fcollonval/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/fcollonval/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/fcollonval/jupyterlab/deployments'}
110045118645Auto Author AssignWFR_kwLOA5k_I88AAAACVrxYtQcommand-factory-async18701d31d1cf11889ea0f60268433c5e2fdb47e1.github/workflows/auto_author_assign.yml[Gsoc 2024] Command factory async3952pull_request_targetcompletedsuccess973225226287940943CS_kwDOA5k_I88AAAAGHuIlTwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10045118645https://github.com/jupyterlab/jupyterlab/actions/runs/10045118645[]Timestamp('2024-07-22 16:58:33+0000', tz='UTC')Timestamp('2024-07-22 16:58:45+0000', tz='UTC'){'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-22 16:58:33+0000', tz='UTC'){'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10045118645/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10045118645/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26287940943https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10045118645/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10045118645/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10045118645/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '18701d31d1cf11889ea0f60268433c5e2fdb47e1', 'tree_id': '5787ff9f182d9eedc1243ce16ce81a72dcdfadc7', 'message': 'Add command factory entrypoint', 'timestamp': '2024-07-22T16:56:32Z', 'author': {'name': 'AshokChoudhary11', 'email': 'ashokchoudharya86@gmail.com'}, 'committer': {'name': 'AshokChoudhary11', 'email': 'ashokchoudharya86@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 764576001, 'node_id': 'R_kgDOLZKBAQ', 'name': 'jupyterlab', 'full_name': 'AshokChoudhary11/jupyterlab', 'private': False, 'owner': {'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/AshokChoudhary11/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab', 'forks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/deployments'}
19877733906Auto Author AssignWFR_kwLOA5k_I88AAAACTMJCEgshow-kernel-id-on-listview29b053fe25a4c4de9b334faa937a4c4d164d28da.github/workflows/auto_author_assign.ymladded name and changed and reimplemented label3936pull_request_targetcompletedsuccess973225225854375190CS_kwDOA5k_I88AAAAGBQp1Fghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9877733906https://github.com/jupyterlab/jupyterlab/actions/runs/9877733906[]Timestamp('2024-07-10 16:12:19+0000', tz='UTC')Timestamp('2024-07-10 16:12:34+0000', tz='UTC'){'login': 'rritik772', 'id': 54989885, 'node_id': 'MDQ6VXNlcjU0OTg5ODg1', 'avatar_url': 'https://avatars.githubusercontent.com/u/54989885?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rritik772', 'html_url': 'https://github.com/rritik772', 'followers_url': 'https://api.github.com/users/rritik772/followers', 'following_url': 'https://api.github.com/users/rritik772/following{/other_user}', 'gists_url': 'https://api.github.com/users/rritik772/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rritik772/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rritik772/subscriptions', 'organizations_url': 'https://api.github.com/users/rritik772/orgs', 'repos_url': 'https://api.github.com/users/rritik772/repos', 'events_url': 'https://api.github.com/users/rritik772/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rritik772/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-10 16:12:19+0000', tz='UTC'){'login': 'rritik772', 'id': 54989885, 'node_id': 'MDQ6VXNlcjU0OTg5ODg1', 'avatar_url': 'https://avatars.githubusercontent.com/u/54989885?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rritik772', 'html_url': 'https://github.com/rritik772', 'followers_url': 'https://api.github.com/users/rritik772/followers', 'following_url': 'https://api.github.com/users/rritik772/following{/other_user}', 'gists_url': 'https://api.github.com/users/rritik772/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rritik772/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rritik772/subscriptions', 'organizations_url': 'https://api.github.com/users/rritik772/orgs', 'repos_url': 'https://api.github.com/users/rritik772/repos', 'events_url': 'https://api.github.com/users/rritik772/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rritik772/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9877733906/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9877733906/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25854375190https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9877733906/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9877733906/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9877733906/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '29b053fe25a4c4de9b334faa937a4c4d164d28da', 'tree_id': 'e0bc56fbadfb688dabaa1e07aa73262cad086f90', 'message': 'added name and changed and reimplemented label', 'timestamp': '2024-07-10T14:53:42Z', 'author': {'name': 'Ritik Ranjan', 'email': 'ritik.ranjan@hsc.com'}, 'committer': {'name': 'Ritik Ranjan', 'email': 'ritik.ranjan@hsc.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 826370894, 'node_id': 'R_kgDOMUFrTg', 'name': 'jupyterlab', 'full_name': 'rritik772/jupyterlab', 'private': False, 'owner': {'login': 'rritik772', 'id': 54989885, 'node_id': 'MDQ6VXNlcjU0OTg5ODg1', 'avatar_url': 'https://avatars.githubusercontent.com/u/54989885?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rritik772', 'html_url': 'https://github.com/rritik772', 'followers_url': 'https://api.github.com/users/rritik772/followers', 'following_url': 'https://api.github.com/users/rritik772/following{/other_user}', 'gists_url': 'https://api.github.com/users/rritik772/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rritik772/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rritik772/subscriptions', 'organizations_url': 'https://api.github.com/users/rritik772/orgs', 'repos_url': 'https://api.github.com/users/rritik772/repos', 'events_url': 'https://api.github.com/users/rritik772/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rritik772/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/rritik772/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/rritik772/jupyterlab', 'forks_url': 'https://api.github.com/repos/rritik772/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/rritik772/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/rritik772/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/rritik772/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/rritik772/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/rritik772/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/rritik772/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/rritik772/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/rritik772/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/rritik772/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/rritik772/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/rritik772/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/rritik772/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/rritik772/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/rritik772/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/rritik772/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/rritik772/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/rritik772/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/rritik772/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/rritik772/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/rritik772/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/rritik772/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/rritik772/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/rritik772/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/rritik772/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/rritik772/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/rritik772/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/rritik772/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/rritik772/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/rritik772/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/rritik772/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/rritik772/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/rritik772/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/rritik772/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/rritik772/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/rritik772/jupyterlab/deployments'}
19783051687Auto Author AssignWFR_kwLOA5k_I88AAAACRx2Fpwadd-new-launcher-button-hover-bg-colorbc60b4eca4e591a782c6aaa950b235595d72a73e.github/workflows/auto_author_assign.ymlSet the background color for the hover state of the New Launcher button3923pull_request_targetcompletedsuccess973225225610011899CS_kwDOA5k_I88AAAAF9nnE-whttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9783051687https://github.com/jupyterlab/jupyterlab/actions/runs/9783051687[]Timestamp('2024-07-03 18:28:20+0000', tz='UTC')Timestamp('2024-07-03 18:28:32+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-03 18:28:20+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9783051687/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9783051687/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25610011899https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9783051687/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9783051687/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9783051687/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'bc60b4eca4e591a782c6aaa950b235595d72a73e', 'tree_id': '31e8de5b09c1b63fa03aa83633cab806b86d315f', 'message': 'Set the background color for the hover state of the New Launcher button', 'timestamp': '2024-07-03T18:23:06Z', 'author': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}, 'committer': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 579085263, 'node_id': 'R_kgDOIoQjzw', 'name': 'jupyterlab', 'full_name': 'joaopalmeiro/jupyterlab', 'private': False, 'owner': {'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/joaopalmeiro/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab', 'forks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/deployments'}
19936983976Auto Author AssignWFR_kwLOA5k_I88AAAACUEpXqAfix-galata-readme62c0c685f0468989417229316813a2d9bfe96628.github/workflows/auto_author_assign.ymlFix galata docs on overriding `tmpPath`3941pull_request_targetcompletedsuccess973225226005111217CS_kwDOA5k_I88AAAAGDgaBsQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9936983976https://github.com/jupyterlab/jupyterlab/actions/runs/9936983976[]Timestamp('2024-07-15 09:28:40+0000', tz='UTC')Timestamp('2024-07-15 09:29:08+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-15 09:28:40+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9936983976/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9936983976/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26005111217https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9936983976/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9936983976/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9936983976/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '62c0c685f0468989417229316813a2d9bfe96628', 'tree_id': 'd794e75611602459f433cbf5102f03373cedc2a0', 'message': 'Fix galata docs on overriding `tmpPath`', 'timestamp': '2024-07-15T09:27:36Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
19766266370Auto Author AssignWFR_kwLOA5k_I88AAAACRh1mAgfix-color-contrast-license-table81b3975010fb7bba79ca35249987fdc84c9f8c64.github/workflows/auto_author_assign.ymlFix license table CSS selector to apply the selected row styles3920pull_request_targetcompletedsuccess973225225564147507CS_kwDOA5k_I88AAAAF873vMwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9766266370https://github.com/jupyterlab/jupyterlab/actions/runs/9766266370[]Timestamp('2024-07-02 18:37:00+0000', tz='UTC')Timestamp('2024-07-02 18:37:18+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-02 18:37:00+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9766266370/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9766266370/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25564147507https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9766266370/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9766266370/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9766266370/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '81b3975010fb7bba79ca35249987fdc84c9f8c64', 'tree_id': '1fb60a77f6449633423d2c27d4d1adf046947ab4', 'message': 'Fix license table CSS selector to apply row select style', 'timestamp': '2024-07-02T18:27:55Z', 'author': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}, 'committer': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 579085263, 'node_id': 'R_kgDOIoQjzw', 'name': 'jupyterlab', 'full_name': 'joaopalmeiro/jupyterlab', 'private': False, 'owner': {'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/joaopalmeiro/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab', 'forks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/deployments'}
19751975510Auto Author AssignWFR_kwLOA5k_I88AAAACRUNWVgpre-commit-ci-update-configbbddbe0015e1d4bca8a4bdda7770e6c63ec1fcd1.github/workflows/auto_author_assign.yml[pre-commit.ci] pre-commit autoupdate3917pull_request_targetcompletedsuccess973225225525181160CS_kwDOA5k_I88AAAAF8Wta6Ahttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9751975510https://github.com/jupyterlab/jupyterlab/actions/runs/9751975510[]Timestamp('2024-07-01 22:35:52+0000', tz='UTC')Timestamp('2024-07-01 22:36:17+0000', tz='UTC'){'login': 'pre-commit-ci[bot]', 'id': 66853113, 'node_id': 'MDM6Qm90NjY4NTMxMTM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/68672?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D', 'html_url': 'https://github.com/apps/pre-commit-ci', 'followers_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}1[]Timestamp('2024-07-01 22:35:52+0000', tz='UTC'){'login': 'pre-commit-ci[bot]', 'id': 66853113, 'node_id': 'MDM6Qm90NjY4NTMxMTM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/68672?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D', 'html_url': 'https://github.com/apps/pre-commit-ci', 'followers_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9751975510/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9751975510/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25525181160https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9751975510/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9751975510/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9751975510/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'bbddbe0015e1d4bca8a4bdda7770e6c63ec1fcd1', 'tree_id': 'a61c87fb1335d1336d6db2211528b63551367977', 'message': '[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/python-jsonschema/check-jsonschema: 0.28.4 โ†’ 0.28.6](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.28.6)\n- [github.com/astral-sh/ruff-pre-commit: v0.4.7 โ†’ v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.5.0)', 'timestamp': '2024-07-01T22:35:47Z', 'author': {'name': 'pre-commit-ci[bot]', 'email': '66853113+pre-commit-ci[bot]@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
110271303459Auto Author AssignWFR_kwLOA5k_I88AAAACZDenIwresize-file-browser8a16485be6c789a097d8831cbf63c898a109565c.github/workflows/auto_author_assign.ymlImplement resizing for the file browser3968pull_request_targetcompletedsuccess973225226869292889CS_kwDOA5k_I88AAAAGQYjfWQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303459https://github.com/jupyterlab/jupyterlab/actions/runs/10271303459[]Timestamp('2024-08-06 17:36:32+0000', tz='UTC')Timestamp('2024-08-06 17:36:58+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-06 17:36:32+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303459/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303459/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26869292889https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303459/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303459/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303459/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '8a16485be6c789a097d8831cbf63c898a109565c', 'tree_id': 'ed3bc2b18b011a42928378ab77e098e8d150f539', 'message': 'Implement resizing for file browser', 'timestamp': '2024-08-06T17:19:38Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
110118618562Auto Author AssignWFR_kwLOA5k_I88AAAACWx3dwgfile-browser-titlec934b2354540c88a3b4fb10ca9d2409c00c69267.github/workflows/auto_author_assign.ymlRemoves title from the entire File Browser3956pull_request_targetcompletedsuccess973225226485607861CS_kwDOA5k_I88AAAAGKqpNtQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10118618562https://github.com/jupyterlab/jupyterlab/actions/runs/10118618562[]Timestamp('2024-07-26 22:58:47+0000', tz='UTC')Timestamp('2024-07-26 22:59:08+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-07-26 22:58:47+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10118618562/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10118618562/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26485607861https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10118618562/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10118618562/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10118618562/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'c934b2354540c88a3b4fb10ca9d2409c00c69267', 'tree_id': 'f9dc4787d86ad02d96f75eb1a0b52d8a64c26ccb', 'message': 'Removes visible title from File Browser widget', 'timestamp': '2024-07-26T22:46:43Z', 'author': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}, 'committer': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 421988346, 'node_id': 'R_kgDOGScH-g', 'name': 'jupyterlab', 'full_name': 'JasonWeill/jupyterlab', 'private': False, 'owner': {'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/JasonWeill/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/JasonWeill/jupyterlab', 'forks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/deployments'}
19698051007Auto Author AssignWFR_kwLOA5k_I88AAAACQgyDvwload-extension-differed07493271e620e4d09a5ad83f46b2463d885dfb7e.github/workflows/auto_author_assign.yml[GSoC 2024] Add endpoint data for csv viewer and prevent autostart3909pull_request_targetcompletedsuccess973225225387457694CS_kwDOA5k_I88AAAAF6TXcnghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9698051007https://github.com/jupyterlab/jupyterlab/actions/runs/9698051007[]Timestamp('2024-06-27 14:03:50+0000', tz='UTC')Timestamp('2024-06-27 14:04:07+0000', tz='UTC'){'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-27 14:03:50+0000', tz='UTC'){'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9698051007/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9698051007/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25387457694https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9698051007/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9698051007/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9698051007/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '07493271e620e4d09a5ad83f46b2463d885dfb7e', 'tree_id': 'a1a76a4ff88f1cfe2fec159c6ee675054f3ec370', 'message': 'Add endpoint data for csv viewer and prevent autostart', 'timestamp': '2024-06-27T13:55:08Z', 'author': {'name': 'AShok', 'email': 'ashok@Hiteshs-MacBook-Pro.local'}, 'committer': {'name': 'AShok', 'email': 'ashok@Hiteshs-MacBook-Pro.local'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 764576001, 'node_id': 'R_kgDOLZKBAQ', 'name': 'jupyterlab', 'full_name': 'AshokChoudhary11/jupyterlab', 'private': False, 'owner': {'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/AshokChoudhary11/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab', 'forks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/deployments'}
19679558267Auto Author AssignWFR_kwLOA5k_I88AAAACQPJWewauto-backport-of-pr-16526-on-4.2.xb8b432d25a613bd613d0a9ddbfa6b687631b5c47.github/workflows/auto_author_assign.ymlBackport PR #16526 on branch 4.2.x (Fix the description for the main inline completer plugin)3906pull_request_targetcompletedsuccess973225225336112567CS_kwDOA5k_I88AAAAF5iZltwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9679558267https://github.com/jupyterlab/jupyterlab/actions/runs/9679558267[]Timestamp('2024-06-26 12:24:12+0000', tz='UTC')Timestamp('2024-06-26 12:24:27+0000', tz='UTC'){'login': 'meeseeksmachine', 'id': 39504233, 'node_id': 'MDQ6VXNlcjM5NTA0MjMz', 'avatar_url': 'https://avatars.githubusercontent.com/u/39504233?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/meeseeksmachine', 'html_url': 'https://github.com/meeseeksmachine', 'followers_url': 'https://api.github.com/users/meeseeksmachine/followers', 'following_url': 'https://api.github.com/users/meeseeksmachine/following{/other_user}', 'gists_url': 'https://api.github.com/users/meeseeksmachine/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/meeseeksmachine/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/meeseeksmachine/subscriptions', 'organizations_url': 'https://api.github.com/users/meeseeksmachine/orgs', 'repos_url': 'https://api.github.com/users/meeseeksmachine/repos', 'events_url': 'https://api.github.com/users/meeseeksmachine/events{/privacy}', 'received_events_url': 'https://api.github.com/users/meeseeksmachine/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-26 12:24:12+0000', tz='UTC'){'login': 'meeseeksmachine', 'id': 39504233, 'node_id': 'MDQ6VXNlcjM5NTA0MjMz', 'avatar_url': 'https://avatars.githubusercontent.com/u/39504233?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/meeseeksmachine', 'html_url': 'https://github.com/meeseeksmachine', 'followers_url': 'https://api.github.com/users/meeseeksmachine/followers', 'following_url': 'https://api.github.com/users/meeseeksmachine/following{/other_user}', 'gists_url': 'https://api.github.com/users/meeseeksmachine/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/meeseeksmachine/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/meeseeksmachine/subscriptions', 'organizations_url': 'https://api.github.com/users/meeseeksmachine/orgs', 'repos_url': 'https://api.github.com/users/meeseeksmachine/repos', 'events_url': 'https://api.github.com/users/meeseeksmachine/events{/privacy}', 'received_events_url': 'https://api.github.com/users/meeseeksmachine/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9679558267/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9679558267/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25336112567https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9679558267/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9679558267/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9679558267/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'b8b432d25a613bd613d0a9ddbfa6b687631b5c47', 'tree_id': '5dcc67e8bc2c5043c4932d5c3ff71d7bd4e6ba35', 'message': 'Backport PR #16526: Fix the description for the main inline completer plugin', 'timestamp': '2024-06-26T12:24:07Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'MeeseeksDev[bot]', 'email': 'meeseeksmachine@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 143648024, 'node_id': 'MDEwOlJlcG9zaXRvcnkxNDM2NDgwMjQ=', 'name': 'jupyterlab', 'full_name': 'meeseeksmachine/jupyterlab', 'private': False, 'owner': {'login': 'meeseeksmachine', 'id': 39504233, 'node_id': 'MDQ6VXNlcjM5NTA0MjMz', 'avatar_url': 'https://avatars.githubusercontent.com/u/39504233?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/meeseeksmachine', 'html_url': 'https://github.com/meeseeksmachine', 'followers_url': 'https://api.github.com/users/meeseeksmachine/followers', 'following_url': 'https://api.github.com/users/meeseeksmachine/following{/other_user}', 'gists_url': 'https://api.github.com/users/meeseeksmachine/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/meeseeksmachine/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/meeseeksmachine/subscriptions', 'organizations_url': 'https://api.github.com/users/meeseeksmachine/orgs', 'repos_url': 'https://api.github.com/users/meeseeksmachine/repos', 'events_url': 'https://api.github.com/users/meeseeksmachine/events{/privacy}', 'received_events_url': 'https://api.github.com/users/meeseeksmachine/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/meeseeksmachine/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab', 'forks_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/deployments'}
19668313596Auto Author AssignWFR_kwLOA5k_I88AAAACQEbB_Afix-settings-editor-for-transformed-and-deferred697b7aff345cf0c2bae8bb1ce38ae24ac2b75c2c.github/workflows/auto_author_assign.ymlFix settings editor missing plugins with transform step or registered late3904pull_request_targetcompletedsuccess973225225306465805CS_kwDOA5k_I88AAAAF5GIGDQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9668313596https://github.com/jupyterlab/jupyterlab/actions/runs/9668313596[]Timestamp('2024-06-25 19:16:10+0000', tz='UTC')Timestamp('2024-06-25 19:16:34+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-25 19:16:10+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9668313596/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9668313596/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25306465805https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9668313596/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9668313596/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9668313596/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '697b7aff345cf0c2bae8bb1ce38ae24ac2b75c2c', 'tree_id': 'f42d5cdbf2ed5d3e522cd957fa23d4d6ecf8b3dc', 'message': 'Fix setings editor not being loaded for some plugins', 'timestamp': '2024-06-25T19:01:51Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
19560815371Auto Author AssignWFR_kwLOA5k_I88AAAACOd53Cwfix/upgrade-toolkit66d0919caf701b7569da753f55e601586259f0bb.github/workflows/auto_author_assign.ymlImprove focus styling3888pull_request_targetcompletedsuccess973225225021806833CS_kwDOA5k_I88AAAAF02p48Qhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9560815371https://github.com/jupyterlab/jupyterlab/actions/runs/9560815371[]Timestamp('2024-06-18 07:27:46+0000', tz='UTC')Timestamp('2024-06-18 07:28:15+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-18 07:27:46+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9560815371/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9560815371/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25021806833https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9560815371/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9560815371/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9560815371/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': '66d0919caf701b7569da753f55e601586259f0bb', 'tree_id': '5d856617bb203aa5a2e4dce35614b466eddb0e16', 'message': 'Improve focus styling', 'timestamp': '2024-06-18T07:26:51Z', 'author': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}, 'committer': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 158737722, 'node_id': 'MDEwOlJlcG9zaXRvcnkxNTg3Mzc3MjI=', 'name': 'jupyterlab', 'full_name': 'fcollonval/jupyterlab', 'private': False, 'owner': {'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/fcollonval/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/fcollonval/jupyterlab', 'forks_url': 'https://api.github.com/repos/fcollonval/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/fcollonval/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/fcollonval/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/fcollonval/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/fcollonval/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/fcollonval/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/fcollonval/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/fcollonval/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/fcollonval/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/fcollonval/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/fcollonval/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/fcollonval/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/fcollonval/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/fcollonval/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/fcollonval/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/fcollonval/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/fcollonval/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/fcollonval/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/fcollonval/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/fcollonval/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/fcollonval/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/fcollonval/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/fcollonval/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/fcollonval/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/fcollonval/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/fcollonval/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/fcollonval/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/fcollonval/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/fcollonval/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/fcollonval/jupyterlab/deployments'}
19593929821Auto Author AssignWFR_kwLOA5k_I88AAAACO9fAXQauto-backport-of-pr-16506-on-4.2.xa00a63de429a686aefce6940b8c422fa39af4f4a.github/workflows/auto_author_assign.ymlBackport PR #16506 on branch 4.2.x (Update JupyterLab 3.x maintenance announcement)3899pull_request_targetcompletedsuccess973225225112347652CS_kwDOA5k_I88AAAAF2NAEBAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9593929821https://github.com/jupyterlab/jupyterlab/actions/runs/9593929821[]Timestamp('2024-06-20 08:12:42+0000', tz='UTC')Timestamp('2024-06-20 08:12:57+0000', tz='UTC'){'login': 'meeseeksmachine', 'id': 39504233, 'node_id': 'MDQ6VXNlcjM5NTA0MjMz', 'avatar_url': 'https://avatars.githubusercontent.com/u/39504233?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/meeseeksmachine', 'html_url': 'https://github.com/meeseeksmachine', 'followers_url': 'https://api.github.com/users/meeseeksmachine/followers', 'following_url': 'https://api.github.com/users/meeseeksmachine/following{/other_user}', 'gists_url': 'https://api.github.com/users/meeseeksmachine/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/meeseeksmachine/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/meeseeksmachine/subscriptions', 'organizations_url': 'https://api.github.com/users/meeseeksmachine/orgs', 'repos_url': 'https://api.github.com/users/meeseeksmachine/repos', 'events_url': 'https://api.github.com/users/meeseeksmachine/events{/privacy}', 'received_events_url': 'https://api.github.com/users/meeseeksmachine/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-06-20 08:12:42+0000', tz='UTC'){'login': 'meeseeksmachine', 'id': 39504233, 'node_id': 'MDQ6VXNlcjM5NTA0MjMz', 'avatar_url': 'https://avatars.githubusercontent.com/u/39504233?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/meeseeksmachine', 'html_url': 'https://github.com/meeseeksmachine', 'followers_url': 'https://api.github.com/users/meeseeksmachine/followers', 'following_url': 'https://api.github.com/users/meeseeksmachine/following{/other_user}', 'gists_url': 'https://api.github.com/users/meeseeksmachine/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/meeseeksmachine/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/meeseeksmachine/subscriptions', 'organizations_url': 'https://api.github.com/users/meeseeksmachine/orgs', 'repos_url': 'https://api.github.com/users/meeseeksmachine/repos', 'events_url': 'https://api.github.com/users/meeseeksmachine/events{/privacy}', 'received_events_url': 'https://api.github.com/users/meeseeksmachine/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9593929821/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9593929821/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/25112347652https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9593929821/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9593929821/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9593929821/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252{'id': 'a00a63de429a686aefce6940b8c422fa39af4f4a', 'tree_id': '6365eacfc38256aaf37f027496d19075f08a7cf6', 'message': 'Backport PR #16506: Update JupyterLab 3.x maintenance announcement', 'timestamp': '2024-06-20T08:12:37Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'MeeseeksDev[bot]', 'email': 'meeseeksmachine@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 143648024, 'node_id': 'MDEwOlJlcG9zaXRvcnkxNDM2NDgwMjQ=', 'name': 'jupyterlab', 'full_name': 'meeseeksmachine/jupyterlab', 'private': False, 'owner': {'login': 'meeseeksmachine', 'id': 39504233, 'node_id': 'MDQ6VXNlcjM5NTA0MjMz', 'avatar_url': 'https://avatars.githubusercontent.com/u/39504233?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/meeseeksmachine', 'html_url': 'https://github.com/meeseeksmachine', 'followers_url': 'https://api.github.com/users/meeseeksmachine/followers', 'following_url': 'https://api.github.com/users/meeseeksmachine/following{/other_user}', 'gists_url': 'https://api.github.com/users/meeseeksmachine/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/meeseeksmachine/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/meeseeksmachine/subscriptions', 'organizations_url': 'https://api.github.com/users/meeseeksmachine/orgs', 'repos_url': 'https://api.github.com/users/meeseeksmachine/repos', 'events_url': 'https://api.github.com/users/meeseeksmachine/events{/privacy}', 'received_events_url': 'https://api.github.com/users/meeseeksmachine/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/meeseeksmachine/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab', 'forks_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/meeseeksmachine/jupyterlab/deployments'}
210373472785Comment on the pull requestWFR_kwLOA5k_I88AAAACak6iEQmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request9969workflow_runcompletedskipped1302695227131258246CS_kwDOA5k_I88AAAAGUSYlhghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373472785https://github.com/jupyterlab/jupyterlab/actions/runs/10373472785[]Timestamp('2024-08-13 16:20:57+0000', tz='UTC')Timestamp('2024-08-13 16:20:59+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-13 16:20:57+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373472785/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373472785/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27131258246https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373472785/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373472785/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373472785/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210391331163Comment on the pull requestWFR_kwLOA5k_I88AAAACa18hWwmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request9989workflow_runcompletedskipped1302695227179196238CS_kwDOA5k_I88AAAAGVAGfTghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391331163https://github.com/jupyterlab/jupyterlab/actions/runs/10391331163[]Timestamp('2024-08-14 16:24:52+0000', tz='UTC')Timestamp('2024-08-14 16:24:53+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 16:24:52+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391331163/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391331163/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27179196238https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391331163/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391331163/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391331163/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210391797018Comment on the pull requestWFR_kwLOA5k_I88AAAACa2Y9Ggmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request9995workflow_runcompletedskipped1302695227180533310CS_kwDOA5k_I88AAAAGVBYGPghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391797018https://github.com/jupyterlab/jupyterlab/actions/runs/10391797018[]Timestamp('2024-08-14 16:59:50+0000', tz='UTC')Timestamp('2024-08-14 16:59:51+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 16:59:50+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391797018/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391797018/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27180533310https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391797018/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391797018/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391797018/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210376061186Comment on the pull requestWFR_kwLOA5k_I88AAAACanYhAgmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request9973workflow_runcompletedskipped1302695227138784908CS_kwDOA5k_I88AAAAGUZj-jAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10376061186https://github.com/jupyterlab/jupyterlab/actions/runs/10376061186[]Timestamp('2024-08-13 19:34:37+0000', tz='UTC')Timestamp('2024-08-13 19:34:38+0000', tz='UTC'){'login': 'stefansimik', 'id': 6208056, 'node_id': 'MDQ6VXNlcjYyMDgwNTY=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6208056?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/stefansimik', 'html_url': 'https://github.com/stefansimik', 'followers_url': 'https://api.github.com/users/stefansimik/followers', 'following_url': 'https://api.github.com/users/stefansimik/following{/other_user}', 'gists_url': 'https://api.github.com/users/stefansimik/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/stefansimik/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/stefansimik/subscriptions', 'organizations_url': 'https://api.github.com/users/stefansimik/orgs', 'repos_url': 'https://api.github.com/users/stefansimik/repos', 'events_url': 'https://api.github.com/users/stefansimik/events{/privacy}', 'received_events_url': 'https://api.github.com/users/stefansimik/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-13 19:34:37+0000', tz='UTC'){'login': 'stefansimik', 'id': 6208056, 'node_id': 'MDQ6VXNlcjYyMDgwNTY=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6208056?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/stefansimik', 'html_url': 'https://github.com/stefansimik', 'followers_url': 'https://api.github.com/users/stefansimik/followers', 'following_url': 'https://api.github.com/users/stefansimik/following{/other_user}', 'gists_url': 'https://api.github.com/users/stefansimik/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/stefansimik/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/stefansimik/subscriptions', 'organizations_url': 'https://api.github.com/users/stefansimik/orgs', 'repos_url': 'https://api.github.com/users/stefansimik/repos', 'events_url': 'https://api.github.com/users/stefansimik/events{/privacy}', 'received_events_url': 'https://api.github.com/users/stefansimik/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10376061186/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10376061186/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27138784908https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10376061186/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10376061186/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10376061186/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210318332348Comment on the pull requestWFR_kwLOA5k_I88AAAACZwVBvAmain4ff7542f7386e3333d11e0c1bcdda36880331dbc.github/workflows/benchmark-report.ymlComment on the pull request9943workflow_runcompletedskipped1302695226994079178CS_kwDOA5k_I88AAAAGSPj1yghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318332348https://github.com/jupyterlab/jupyterlab/actions/runs/10318332348[]Timestamp('2024-08-09 11:17:30+0000', tz='UTC')Timestamp('2024-08-09 11:17:32+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 11:17:30+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318332348/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318332348/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26994079178https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318332348/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318332348/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318332348/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '4ff7542f7386e3333d11e0c1bcdda36880331dbc', 'tree_id': 'f24e1f75109865c34297095655c7161571b1851c', 'message': 'Add kernel selection to Galata notebook creation (#16639)\n\n* Add kernel selection to Galata notebook creation.\r\n\r\n* Use an actual `null` value\r\n\r\n* Allow `kernel = null` to be passed down\r\n\r\nCo-authored-by: Paul Druce <30435358+pauldruce@users.noreply.github.com>\r\n\r\n* Fix a typo\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-08T18:40:25Z', 'author': {'name': 'Paul Druce', 'email': '30435358+pauldruce@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210299483531Comment on the pull requestWFR_kwLOA5k_I88AAAACZeWliwmain847276d705b64506c649d76aae7944e9a9480576.github/workflows/benchmark-report.ymlComment on the pull request9926workflow_runcompletedskipped1302695226943881555CS_kwDOA5k_I88AAAAGRfsBUwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10299483531https://github.com/jupyterlab/jupyterlab/actions/runs/10299483531[]Timestamp('2024-08-08 09:24:17+0000', tz='UTC')Timestamp('2024-08-08 09:24:24+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-08 09:24:17+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10299483531/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10299483531/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26943881555https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10299483531/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10299483531/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10299483531/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '847276d705b64506c649d76aae7944e9a9480576', 'tree_id': '84b8b3793bf1e7a26f4ba114a9363114622fd6f0', 'message': 'Option to disable cell toolbar (#16637)\n\n* Revert "Alternate description for disabled filters"\r\n\r\nThis reverts commit 059fb7eb562defb8040cf1d624dbf0cee7f544e0.\r\n\r\n* Revert "Revert "Alternate description for disabled filters""\r\n\r\nThis reverts commit 27ed1d0779c1dff9e78848a20669de4a06e88be2.\r\n\r\n* WIP: Option for whether or not to display toolbar\r\n\r\n* WIP: Tries removing/adding cell toolbar widget extension\r\n\r\n* Updates logging, dependencies\r\n\r\n* Updates dependencies\r\n\r\n* WIP: Adds toolbar to Notebook\r\n\r\n* Working - avoids use of dispose method\r\n\r\n* No need to make this an option\r\n\r\n* Adds accessor\r\n\r\n* Simplifies settings load for test runs\r\n\r\n* Avoids error in promise without catch\r\n\r\n* Updates per feedback, reinstates app ready promise check\r\n\r\n* Voids Promise.all check', 'timestamp': '2024-08-08T09:23:58Z', 'author': {'name': 'Jason Weill', 'email': '93281816+JasonWeill@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210409951306Comment on the pull requestWFR_kwLOA5k_I88AAAACbHtASgmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request10004workflow_runcompletedskipped1302695227228094088CS_kwDOA5k_I88AAAAGVuu-iAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409951306https://github.com/jupyterlab/jupyterlab/actions/runs/10409951306[]Timestamp('2024-08-15 20:16:14+0000', tz='UTC')Timestamp('2024-08-15 20:16:16+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-15 20:16:14+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409951306/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409951306/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27228094088https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409951306/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409951306/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409951306/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210403766779Comment on the pull requestWFR_kwLOA5k_I88AAAACbBzh-wmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request10001workflow_runcompletedskipped1302695227210771717CS_kwDOA5k_I88AAAAGVeNtBQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403766779https://github.com/jupyterlab/jupyterlab/actions/runs/10403766779[]Timestamp('2024-08-15 12:28:25+0000', tz='UTC')Timestamp('2024-08-15 12:28:27+0000', tz='UTC'){'login': 'jtpio', 'id': 591645, 'node_id': 'MDQ6VXNlcjU5MTY0NQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/591645?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jtpio', 'html_url': 'https://github.com/jtpio', 'followers_url': 'https://api.github.com/users/jtpio/followers', 'following_url': 'https://api.github.com/users/jtpio/following{/other_user}', 'gists_url': 'https://api.github.com/users/jtpio/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jtpio/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jtpio/subscriptions', 'organizations_url': 'https://api.github.com/users/jtpio/orgs', 'repos_url': 'https://api.github.com/users/jtpio/repos', 'events_url': 'https://api.github.com/users/jtpio/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jtpio/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-15 12:28:25+0000', tz='UTC'){'login': 'jtpio', 'id': 591645, 'node_id': 'MDQ6VXNlcjU5MTY0NQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/591645?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jtpio', 'html_url': 'https://github.com/jtpio', 'followers_url': 'https://api.github.com/users/jtpio/followers', 'following_url': 'https://api.github.com/users/jtpio/following{/other_user}', 'gists_url': 'https://api.github.com/users/jtpio/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jtpio/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jtpio/subscriptions', 'organizations_url': 'https://api.github.com/users/jtpio/orgs', 'repos_url': 'https://api.github.com/users/jtpio/repos', 'events_url': 'https://api.github.com/users/jtpio/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jtpio/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403766779/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403766779/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27210771717https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403766779/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403766779/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403766779/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210408224359Comment on the pull requestWFR_kwLOA5k_I88AAAACbGDmZwmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request10003workflow_runcompletedskipped1302695227223143622CS_kwDOA5k_I88AAAAGVqA0xghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408224359https://github.com/jupyterlab/jupyterlab/actions/runs/10408224359[]Timestamp('2024-08-15 17:58:29+0000', tz='UTC')Timestamp('2024-08-15 17:58:30+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-15 17:58:29+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408224359/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408224359/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27223143622https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408224359/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408224359/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408224359/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210419445292Comment on the pull requestWFR_kwLOA5k_I88AAAACbQweLAmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request10013workflow_runcompletedskipped1302695227251567181CS_kwDOA5k_I88AAAAGWFHqTQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419445292https://github.com/jupyterlab/jupyterlab/actions/runs/10419445292[]Timestamp('2024-08-16 11:50:01+0000', tz='UTC')Timestamp('2024-08-16 11:50:03+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-16 11:50:01+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419445292/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419445292/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27251567181https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419445292/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419445292/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419445292/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210411404709Comment on the pull requestWFR_kwLOA5k_I88AAAACbJFtpQmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request10006workflow_runcompletedskipped1302695227232094816CS_kwDOA5k_I88AAAAGVyjKYAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10411404709https://github.com/jupyterlab/jupyterlab/actions/runs/10411404709[]Timestamp('2024-08-15 22:24:39+0000', tz='UTC')Timestamp('2024-08-15 22:24:41+0000', tz='UTC'){'login': 'jasongrout-db', 'id': 95326326, 'node_id': 'U_kgDOBa6Qdg', 'avatar_url': 'https://avatars.githubusercontent.com/u/95326326?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout-db', 'html_url': 'https://github.com/jasongrout-db', 'followers_url': 'https://api.github.com/users/jasongrout-db/followers', 'following_url': 'https://api.github.com/users/jasongrout-db/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout-db/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout-db/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout-db/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout-db/orgs', 'repos_url': 'https://api.github.com/users/jasongrout-db/repos', 'events_url': 'https://api.github.com/users/jasongrout-db/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout-db/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-15 22:24:39+0000', tz='UTC'){'login': 'jasongrout-db', 'id': 95326326, 'node_id': 'U_kgDOBa6Qdg', 'avatar_url': 'https://avatars.githubusercontent.com/u/95326326?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout-db', 'html_url': 'https://github.com/jasongrout-db', 'followers_url': 'https://api.github.com/users/jasongrout-db/followers', 'following_url': 'https://api.github.com/users/jasongrout-db/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout-db/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout-db/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout-db/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout-db/orgs', 'repos_url': 'https://api.github.com/users/jasongrout-db/repos', 'events_url': 'https://api.github.com/users/jasongrout-db/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout-db/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10411404709/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10411404709/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27232094816https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10411404709/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10411404709/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10411404709/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210337858656Comment on the pull requestWFR_kwLOA5k_I88AAAACaC80YAmainfdd45e49e2ad059e4843a4dab915fb1a5cd59902.github/workflows/benchmark-report.ymlComment on the pull request9958workflow_runcompletedskipped1302695227040091174CS_kwDOA5k_I88AAAAGS7cMJghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337858656https://github.com/jupyterlab/jupyterlab/actions/runs/10337858656[]Timestamp('2024-08-11 07:05:22+0000', tz='UTC')Timestamp('2024-08-11 07:05:24+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-11 07:05:22+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337858656/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337858656/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27040091174https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337858656/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337858656/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337858656/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': 'fdd45e49e2ad059e4843a4dab915fb1a5cd59902', 'tree_id': '7140a30fe17f4b9b58f4f1e05c2d29315ce7339e', 'message': 'Shut down unused kernels (#16341)\n\n* Shut down unused kernels, working but needs formating changes\r\n\r\n* Renaming and formatting changes\r\n\r\n* rename to Shutdown\r\n\r\n* move to packages/running-extension/src/kernels.tsx\r\n\r\n* swap to CommandToolbarButton\r\n\r\n* Refresh on click\r\n\r\n* Add isEnabled\r\n\r\n* Changes from feedback\r\n\r\n* remove unused dependency @jupyterlab/services\r\n\r\n* revert to await KernelAPI.listRunning()\r\n\r\n* Add cleaning icon\r\n\r\n* Suggested changes\r\n\r\n* Fix for Promise.allSettled\r\n\r\n* Lable to caption\r\n\r\n* Add kernel.id to the dialog\r\n\r\n* Fix for Promise.allSettled\r\n\r\n* Fix command identifier\r\n\r\n* Remove unnecessary await\r\n\r\n* Fix lines breaks in dialog by rendering the kernel lists as a list\r\n\r\n* Cleanup the icon code, add required fill\r\n\r\n* Set label for the command\r\n\r\n* Only add buttons if `showToolbar` is not `false`; add extra toolbars in\r\n\r\nfront of other buttons; fix empty name which would prevent adding more\r\nthan one command button in extensions\r\n\r\n* Update snapshots\r\n\r\n* Revert unnecessary update\r\n\r\n* Update one more snapshot\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-10T20:17:32Z', 'author': {'name': 'Elijah McMorris', 'email': 'NexVeridian@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210296980169Comment on the pull requestWFR_kwLOA5k_I88AAAACZb9yyQmaineb678f70df0376080df2e80d47b74a989ac552c9.github/workflows/benchmark-report.ymlComment on the pull request9924workflow_runcompletedskipped1302695226937341104CS_kwDOA5k_I88AAAAGRZc0sAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10296980169https://github.com/jupyterlab/jupyterlab/actions/runs/10296980169[]Timestamp('2024-08-08 06:19:14+0000', tz='UTC')Timestamp('2024-08-08 06:19:16+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-08 06:19:14+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10296980169/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10296980169/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26937341104https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10296980169/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10296980169/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10296980169/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': 'eb678f70df0376080df2e80d47b74a989ac552c9', 'tree_id': 'cc4feb4d1a6e25128d989bb8614fbceda017b85b', 'message': 'Improve stream output handling (#16498)\n\n* Change stream output handling\r\n\r\n* Fix backspace handling\r\n\r\n* Optimize concatenateText\r\n\r\n* Improve handling of shared output changes\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Rework concatenateText and rename to addText\r\n\r\n* Update with jupyter-ydoc v3.0.0a2\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Replace observableData with observableText\r\n\r\n* Review\r\n\r\n* Review', 'timestamp': '2024-08-07T12:30:49Z', 'author': {'name': 'David Brochart', 'email': 'david.brochart@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210314759376Comment on the pull requestWFR_kwLOA5k_I88AAAACZs680Amain4ff7542f7386e3333d11e0c1bcdda36880331dbc.github/workflows/benchmark-report.ymlComment on the pull request9934workflow_runcompletedskipped1302695226984715200CS_kwDOA5k_I88AAAAGSGoTwAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314759376https://github.com/jupyterlab/jupyterlab/actions/runs/10314759376[]Timestamp('2024-08-09 06:30:39+0000', tz='UTC')Timestamp('2024-08-09 06:30:41+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 06:30:39+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314759376/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314759376/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26984715200https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314759376/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314759376/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314759376/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '4ff7542f7386e3333d11e0c1bcdda36880331dbc', 'tree_id': 'f24e1f75109865c34297095655c7161571b1851c', 'message': 'Add kernel selection to Galata notebook creation (#16639)\n\n* Add kernel selection to Galata notebook creation.\r\n\r\n* Use an actual `null` value\r\n\r\n* Allow `kernel = null` to be passed down\r\n\r\nCo-authored-by: Paul Druce <30435358+pauldruce@users.noreply.github.com>\r\n\r\n* Fix a typo\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-08T18:40:25Z', 'author': {'name': 'Paul Druce', 'email': '30435358+pauldruce@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210391385089Comment on the pull requestWFR_kwLOA5k_I88AAAACa1_0AQmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request9990workflow_runcompletedskipped1302695227179353346CS_kwDOA5k_I88AAAAGVAQFAghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391385089https://github.com/jupyterlab/jupyterlab/actions/runs/10391385089[]Timestamp('2024-08-14 16:28:50+0000', tz='UTC')Timestamp('2024-08-14 16:28:51+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 16:28:50+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391385089/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391385089/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27179353346https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391385089/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391385089/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391385089/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210391114305Comment on the pull requestWFR_kwLOA5k_I88AAAACa1vSQQmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request9987workflow_runcompletedskipped1302695227178567411CS_kwDOA5k_I88AAAAGU_gG8whttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391114305https://github.com/jupyterlab/jupyterlab/actions/runs/10391114305[]Timestamp('2024-08-14 16:09:12+0000', tz='UTC')Timestamp('2024-08-14 16:09:14+0000', tz='UTC'){'login': 'cmarmo', 'id': 1662261, 'node_id': 'MDQ6VXNlcjE2NjIyNjE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/1662261?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/cmarmo', 'html_url': 'https://github.com/cmarmo', 'followers_url': 'https://api.github.com/users/cmarmo/followers', 'following_url': 'https://api.github.com/users/cmarmo/following{/other_user}', 'gists_url': 'https://api.github.com/users/cmarmo/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/cmarmo/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/cmarmo/subscriptions', 'organizations_url': 'https://api.github.com/users/cmarmo/orgs', 'repos_url': 'https://api.github.com/users/cmarmo/repos', 'events_url': 'https://api.github.com/users/cmarmo/events{/privacy}', 'received_events_url': 'https://api.github.com/users/cmarmo/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 16:09:12+0000', tz='UTC'){'login': 'cmarmo', 'id': 1662261, 'node_id': 'MDQ6VXNlcjE2NjIyNjE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/1662261?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/cmarmo', 'html_url': 'https://github.com/cmarmo', 'followers_url': 'https://api.github.com/users/cmarmo/followers', 'following_url': 'https://api.github.com/users/cmarmo/following{/other_user}', 'gists_url': 'https://api.github.com/users/cmarmo/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/cmarmo/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/cmarmo/subscriptions', 'organizations_url': 'https://api.github.com/users/cmarmo/orgs', 'repos_url': 'https://api.github.com/users/cmarmo/repos', 'events_url': 'https://api.github.com/users/cmarmo/events{/privacy}', 'received_events_url': 'https://api.github.com/users/cmarmo/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391114305/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391114305/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27178567411https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391114305/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391114305/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391114305/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
210373380136Comment on the pull requestWFR_kwLOA5k_I88AAAACak04KAmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark-report.ymlComment on the pull request9968workflow_runcompletedskipped1302695227130988588CS_kwDOA5k_I88AAAAGUSIILAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373380136https://github.com/jupyterlab/jupyterlab/actions/runs/10373380136[]Timestamp('2024-08-13 16:14:22+0000', tz='UTC')Timestamp('2024-08-13 16:14:24+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-13 16:14:22+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373380136/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373380136/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27130988588https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373380136/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373380136/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373380136/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/13026952{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310419444674Benchmark TestsWFR_kwLOA5k_I88AAAACbQwbwgmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlUse correct hub restart URL10364issue_commentcompletedskipped1258902127251565234CS_kwDOA5k_I88AAAAGWFHisghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419444674https://github.com/jupyterlab/jupyterlab/actions/runs/10419444674[]Timestamp('2024-08-16 11:49:57+0000', tz='UTC')Timestamp('2024-08-16 11:50:00+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-16 11:49:57+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419444674/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419444674/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27251565234https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419444674/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419444674/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10419444674/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310293632144Benchmark TestsWFR_kwLOA5k_I88AAAACZYxckAmaineb678f70df0376080df2e80d47b74a989ac552c9.github/workflows/benchmark.ymlNewlines added in front and behind text inserted into cell if copied from webpage displayed with Firefox10274issue_commentcompletedskipped1258902126929680987CS_kwDOA5k_I88AAAAGRSJSWwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293632144https://github.com/jupyterlab/jupyterlab/actions/runs/10293632144[]Timestamp('2024-08-08 00:15:09+0000', tz='UTC')Timestamp('2024-08-08 00:15:11+0000', tz='UTC'){'login': 'jmozmoz', 'id': 828669, 'node_id': 'MDQ6VXNlcjgyODY2OQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/828669?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jmozmoz', 'html_url': 'https://github.com/jmozmoz', 'followers_url': 'https://api.github.com/users/jmozmoz/followers', 'following_url': 'https://api.github.com/users/jmozmoz/following{/other_user}', 'gists_url': 'https://api.github.com/users/jmozmoz/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jmozmoz/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jmozmoz/subscriptions', 'organizations_url': 'https://api.github.com/users/jmozmoz/orgs', 'repos_url': 'https://api.github.com/users/jmozmoz/repos', 'events_url': 'https://api.github.com/users/jmozmoz/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jmozmoz/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-08 00:15:09+0000', tz='UTC'){'login': 'jmozmoz', 'id': 828669, 'node_id': 'MDQ6VXNlcjgyODY2OQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/828669?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jmozmoz', 'html_url': 'https://github.com/jmozmoz', 'followers_url': 'https://api.github.com/users/jmozmoz/followers', 'following_url': 'https://api.github.com/users/jmozmoz/following{/other_user}', 'gists_url': 'https://api.github.com/users/jmozmoz/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jmozmoz/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jmozmoz/subscriptions', 'organizations_url': 'https://api.github.com/users/jmozmoz/orgs', 'repos_url': 'https://api.github.com/users/jmozmoz/repos', 'events_url': 'https://api.github.com/users/jmozmoz/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jmozmoz/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293632144/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293632144/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26929680987https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293632144/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293632144/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293632144/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': 'eb678f70df0376080df2e80d47b74a989ac552c9', 'tree_id': 'cc4feb4d1a6e25128d989bb8614fbceda017b85b', 'message': 'Improve stream output handling (#16498)\n\n* Change stream output handling\r\n\r\n* Fix backspace handling\r\n\r\n* Optimize concatenateText\r\n\r\n* Improve handling of shared output changes\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Rework concatenateText and rename to addText\r\n\r\n* Update with jupyter-ydoc v3.0.0a2\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Replace observableData with observableText\r\n\r\n* Review\r\n\r\n* Review', 'timestamp': '2024-08-07T12:30:49Z', 'author': {'name': 'David Brochart', 'email': 'david.brochart@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310339451265Benchmark TestsWFR_kwLOA5k_I88AAAACaEeBgQmainfdd45e49e2ad059e4843a4dab915fb1a5cd59902.github/workflows/benchmark.ymlUncaught error in filebrowser sidebar10312issue_commentcompletedskipped1258902127043371124CS_kwDOA5k_I88AAAAGS-kYdAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10339451265https://github.com/jupyterlab/jupyterlab/actions/runs/10339451265[]Timestamp('2024-08-11 11:41:07+0000', tz='UTC')Timestamp('2024-08-11 11:41:09+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-11 11:41:07+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10339451265/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10339451265/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27043371124https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10339451265/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10339451265/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10339451265/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': 'fdd45e49e2ad059e4843a4dab915fb1a5cd59902', 'tree_id': '7140a30fe17f4b9b58f4f1e05c2d29315ce7339e', 'message': 'Shut down unused kernels (#16341)\n\n* Shut down unused kernels, working but needs formating changes\r\n\r\n* Renaming and formatting changes\r\n\r\n* rename to Shutdown\r\n\r\n* move to packages/running-extension/src/kernels.tsx\r\n\r\n* swap to CommandToolbarButton\r\n\r\n* Refresh on click\r\n\r\n* Add isEnabled\r\n\r\n* Changes from feedback\r\n\r\n* remove unused dependency @jupyterlab/services\r\n\r\n* revert to await KernelAPI.listRunning()\r\n\r\n* Add cleaning icon\r\n\r\n* Suggested changes\r\n\r\n* Fix for Promise.allSettled\r\n\r\n* Lable to caption\r\n\r\n* Add kernel.id to the dialog\r\n\r\n* Fix for Promise.allSettled\r\n\r\n* Fix command identifier\r\n\r\n* Remove unnecessary await\r\n\r\n* Fix lines breaks in dialog by rendering the kernel lists as a list\r\n\r\n* Cleanup the icon code, add required fill\r\n\r\n* Set label for the command\r\n\r\n* Only add buttons if `showToolbar` is not `false`; add extra toolbars in\r\n\r\nfront of other buttons; fix empty name which would prevent adding more\r\nthan one command button in extensions\r\n\r\n* Update snapshots\r\n\r\n* Revert unnecessary update\r\n\r\n* Update one more snapshot\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-10T20:17:32Z', 'author': {'name': 'Elijah McMorris', 'email': 'NexVeridian@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310318316322Benchmark TestsWFR_kwLOA5k_I88AAAACZwUDIgmain4ff7542f7386e3333d11e0c1bcdda36880331dbc.github/workflows/benchmark.ymlExtend the `jupyter lab path` command to print in JSON format and each path individually10292issue_commentcompletedskipped1258902126994039633CS_kwDOA5k_I88AAAAGSPhbUQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318316322https://github.com/jupyterlab/jupyterlab/actions/runs/10318316322[]Timestamp('2024-08-09 11:16:17+0000', tz='UTC')Timestamp('2024-08-09 11:16:19+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 11:16:17+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318316322/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318316322/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26994039633https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318316322/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318316322/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318316322/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '4ff7542f7386e3333d11e0c1bcdda36880331dbc', 'tree_id': 'f24e1f75109865c34297095655c7161571b1851c', 'message': 'Add kernel selection to Galata notebook creation (#16639)\n\n* Add kernel selection to Galata notebook creation.\r\n\r\n* Use an actual `null` value\r\n\r\n* Allow `kernel = null` to be passed down\r\n\r\nCo-authored-by: Paul Druce <30435358+pauldruce@users.noreply.github.com>\r\n\r\n* Fix a typo\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-08T18:40:25Z', 'author': {'name': 'Paul Druce', 'email': '30435358+pauldruce@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310331547152Benchmark TestsWFR_kwLOA5k_I88AAAACZ87mEAmainb55b0a0fc84bf62f31601982bb1b6622df936a41.github/workflows/benchmark.ymlAdd confirmation step for cell toolbar "delete" button10303issue_commentcompletedskipped1258902127027572800CS_kwDOA5k_I88AAAAGSvgIQAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10331547152https://github.com/jupyterlab/jupyterlab/actions/runs/10331547152[]Timestamp('2024-08-10 12:22:31+0000', tz='UTC')Timestamp('2024-08-10 12:22:33+0000', tz='UTC'){'login': 'stefansimik', 'id': 6208056, 'node_id': 'MDQ6VXNlcjYyMDgwNTY=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6208056?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/stefansimik', 'html_url': 'https://github.com/stefansimik', 'followers_url': 'https://api.github.com/users/stefansimik/followers', 'following_url': 'https://api.github.com/users/stefansimik/following{/other_user}', 'gists_url': 'https://api.github.com/users/stefansimik/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/stefansimik/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/stefansimik/subscriptions', 'organizations_url': 'https://api.github.com/users/stefansimik/orgs', 'repos_url': 'https://api.github.com/users/stefansimik/repos', 'events_url': 'https://api.github.com/users/stefansimik/events{/privacy}', 'received_events_url': 'https://api.github.com/users/stefansimik/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-10 12:22:31+0000', tz='UTC'){'login': 'stefansimik', 'id': 6208056, 'node_id': 'MDQ6VXNlcjYyMDgwNTY=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6208056?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/stefansimik', 'html_url': 'https://github.com/stefansimik', 'followers_url': 'https://api.github.com/users/stefansimik/followers', 'following_url': 'https://api.github.com/users/stefansimik/following{/other_user}', 'gists_url': 'https://api.github.com/users/stefansimik/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/stefansimik/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/stefansimik/subscriptions', 'organizations_url': 'https://api.github.com/users/stefansimik/orgs', 'repos_url': 'https://api.github.com/users/stefansimik/repos', 'events_url': 'https://api.github.com/users/stefansimik/events{/privacy}', 'received_events_url': 'https://api.github.com/users/stefansimik/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10331547152/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10331547152/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27027572800https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10331547152/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10331547152/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10331547152/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': 'b55b0a0fc84bf62f31601982bb1b6622df936a41', 'tree_id': 'ea2947f013c909ffee94db0207b0288634f646d6', 'message': 'Store/retrieve execution state from the shared model (#16651)\n\n* Store/retrieve execution state from the shared model\n\n* Bump to ydoc 3 alpha 3', 'timestamp': '2024-08-10T11:35:49Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310330280486Benchmark TestsWFR_kwLOA5k_I88AAAACZ7uSJgmain1453d4f82a5c10e67732f40572c74de8411ae0cf.github/workflows/benchmark.ymlMany kernel/file/connection-related actions fail silently in Firefox10300issue_commentcompletedskipped1258902127024951078CS_kwDOA5k_I88AAAAGStAHJghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330280486https://github.com/jupyterlab/jupyterlab/actions/runs/10330280486[]Timestamp('2024-08-10 08:29:52+0000', tz='UTC')Timestamp('2024-08-10 08:29:54+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-10 08:29:52+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330280486/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330280486/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27024951078https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330280486/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330280486/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330280486/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '1453d4f82a5c10e67732f40572c74de8411ae0cf', 'tree_id': '78662832c841499262d430cea213d6462fadffd7', 'message': 'Update docs to mention "show cell toolbar" option (#16658)\n\n* Revert "Alternate description for disabled filters"\n\nThis reverts commit 059fb7eb562defb8040cf1d624dbf0cee7f544e0.\n\n* Revert "Revert "Alternate description for disabled filters""\n\nThis reverts commit 27ed1d0779c1dff9e78848a20669de4a06e88be2.\n\n* Mentions disable setting in docs\n\n* Reinstates CLI commands for admins', 'timestamp': '2024-08-09T20:50:27Z', 'author': {'name': 'Jason Weill', 'email': '93281816+JasonWeill@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310422052157Benchmark TestsWFR_kwLOA5k_I88AAAACbTPlPQmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlSearch in the Launcher10368issue_commentcompletedskipped1258902127258962008CS_kwDOA5k_I88AAAAGWMLAWAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10422052157https://github.com/jupyterlab/jupyterlab/actions/runs/10422052157[]Timestamp('2024-08-16 15:04:47+0000', tz='UTC')Timestamp('2024-08-16 15:04:50+0000', tz='UTC'){'login': 'nick-youngblut', 'id': 2468572, 'node_id': 'MDQ6VXNlcjI0Njg1NzI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2468572?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nick-youngblut', 'html_url': 'https://github.com/nick-youngblut', 'followers_url': 'https://api.github.com/users/nick-youngblut/followers', 'following_url': 'https://api.github.com/users/nick-youngblut/following{/other_user}', 'gists_url': 'https://api.github.com/users/nick-youngblut/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/nick-youngblut/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/nick-youngblut/subscriptions', 'organizations_url': 'https://api.github.com/users/nick-youngblut/orgs', 'repos_url': 'https://api.github.com/users/nick-youngblut/repos', 'events_url': 'https://api.github.com/users/nick-youngblut/events{/privacy}', 'received_events_url': 'https://api.github.com/users/nick-youngblut/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-16 15:04:47+0000', tz='UTC'){'login': 'nick-youngblut', 'id': 2468572, 'node_id': 'MDQ6VXNlcjI0Njg1NzI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2468572?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nick-youngblut', 'html_url': 'https://github.com/nick-youngblut', 'followers_url': 'https://api.github.com/users/nick-youngblut/followers', 'following_url': 'https://api.github.com/users/nick-youngblut/following{/other_user}', 'gists_url': 'https://api.github.com/users/nick-youngblut/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/nick-youngblut/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/nick-youngblut/subscriptions', 'organizations_url': 'https://api.github.com/users/nick-youngblut/orgs', 'repos_url': 'https://api.github.com/users/nick-youngblut/repos', 'events_url': 'https://api.github.com/users/nick-youngblut/events{/privacy}', 'received_events_url': 'https://api.github.com/users/nick-youngblut/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10422052157/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10422052157/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27258962008https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10422052157/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10422052157/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10422052157/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310409950429Benchmark TestsWFR_kwLOA5k_I88AAAACbHs83Qmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlUse correct hub restart URL10355issue_commentcompletedskipped1258902127228091306CS_kwDOA5k_I88AAAAGVuuzqghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409950429https://github.com/jupyterlab/jupyterlab/actions/runs/10409950429[]Timestamp('2024-08-15 20:16:10+0000', tz='UTC')Timestamp('2024-08-15 20:16:12+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-15 20:16:10+0000', tz='UTC'){'login': 'guyq1997', 'id': 111009031, 'node_id': 'U_kgDOBp3dBw', 'avatar_url': 'https://avatars.githubusercontent.com/u/111009031?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guyq1997', 'html_url': 'https://github.com/guyq1997', 'followers_url': 'https://api.github.com/users/guyq1997/followers', 'following_url': 'https://api.github.com/users/guyq1997/following{/other_user}', 'gists_url': 'https://api.github.com/users/guyq1997/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/guyq1997/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/guyq1997/subscriptions', 'organizations_url': 'https://api.github.com/users/guyq1997/orgs', 'repos_url': 'https://api.github.com/users/guyq1997/repos', 'events_url': 'https://api.github.com/users/guyq1997/events{/privacy}', 'received_events_url': 'https://api.github.com/users/guyq1997/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409950429/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409950429/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27228091306https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409950429/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409950429/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10409950429/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310337428547Benchmark TestsWFR_kwLOA5k_I88AAAACaCikQwmainfdd45e49e2ad059e4843a4dab915fb1a5cd59902.github/workflows/benchmark.yml[GSoC 2024] Use toolkit icon for LabIcon 10308issue_commentcompletedskipped1258902127039249232CS_kwDOA5k_I88AAAAGS6ozUAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337428547https://github.com/jupyterlab/jupyterlab/actions/runs/10337428547[]Timestamp('2024-08-11 05:47:19+0000', tz='UTC')Timestamp('2024-08-11 05:47:21+0000', tz='UTC'){'login': 'jupyterlab-probot[bot]', 'id': 89845991, 'node_id': 'MDM6Qm90ODk4NDU5OTE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D', 'html_url': 'https://github.com/apps/jupyterlab-probot', 'followers_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}1[]Timestamp('2024-08-11 05:47:19+0000', tz='UTC'){'login': 'jupyterlab-probot[bot]', 'id': 89845991, 'node_id': 'MDM6Qm90ODk4NDU5OTE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D', 'html_url': 'https://github.com/apps/jupyterlab-probot', 'followers_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab-probot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337428547/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337428547/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27039249232https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337428547/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337428547/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10337428547/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': 'fdd45e49e2ad059e4843a4dab915fb1a5cd59902', 'tree_id': '7140a30fe17f4b9b58f4f1e05c2d29315ce7339e', 'message': 'Shut down unused kernels (#16341)\n\n* Shut down unused kernels, working but needs formating changes\r\n\r\n* Renaming and formatting changes\r\n\r\n* rename to Shutdown\r\n\r\n* move to packages/running-extension/src/kernels.tsx\r\n\r\n* swap to CommandToolbarButton\r\n\r\n* Refresh on click\r\n\r\n* Add isEnabled\r\n\r\n* Changes from feedback\r\n\r\n* remove unused dependency @jupyterlab/services\r\n\r\n* revert to await KernelAPI.listRunning()\r\n\r\n* Add cleaning icon\r\n\r\n* Suggested changes\r\n\r\n* Fix for Promise.allSettled\r\n\r\n* Lable to caption\r\n\r\n* Add kernel.id to the dialog\r\n\r\n* Fix for Promise.allSettled\r\n\r\n* Fix command identifier\r\n\r\n* Remove unnecessary await\r\n\r\n* Fix lines breaks in dialog by rendering the kernel lists as a list\r\n\r\n* Cleanup the icon code, add required fill\r\n\r\n* Set label for the command\r\n\r\n* Only add buttons if `showToolbar` is not `false`; add extra toolbars in\r\n\r\nfront of other buttons; fix empty name which would prevent adding more\r\nthan one command button in extensions\r\n\r\n* Update snapshots\r\n\r\n* Revert unnecessary update\r\n\r\n* Update one more snapshot\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-10T20:17:32Z', 'author': {'name': 'Elijah McMorris', 'email': 'NexVeridian@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310323579328Benchmark TestsWFR_kwLOA5k_I88AAAACZ1VRwAmain165d589b11808b0b77ad41b40b1a8d7fea670af3.github/workflows/benchmark.ymlCannot use the default "accept" keyboard shortcut for code completions on Mac10298issue_commentcompletedskipped1258902127009000368CS_kwDOA5k_I88AAAAGSdyjsAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323579328https://github.com/jupyterlab/jupyterlab/actions/runs/10323579328[]Timestamp('2024-08-09 17:59:01+0000', tz='UTC')Timestamp('2024-08-09 17:59:03+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 17:59:01+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323579328/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323579328/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27009000368https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323579328/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323579328/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323579328/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '165d589b11808b0b77ad41b40b1a8d7fea670af3', 'tree_id': '2f7f69c2e73bc63e098fbee4156c1c2a5dc8fad2', 'message': 'Do not block shift-click mouse up handler on active cell (#16647)\n\n* check if current cell is the active cell\n\n* add unit test\n\n* update unit test\n\n* fix typo in unit tests\n\n* Do not use private variables in tests, use events\n\n* Do not prevent default on mouse + shift up if in the same cell\n\n* Fix the test\n\n* Adjust comment\n\n---------\n\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-09T17:20:34Z', 'author': {'name': 'Eddie Groshev', 'email': 'eddie_g_89@hotmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310293625330Benchmark TestsWFR_kwLOA5k_I88AAAACZYxB8gmaineb678f70df0376080df2e80d47b74a989ac552c9.github/workflows/benchmark.ymlNewlines added in front and behind text inserted into cell if copied from webpage displayed with Firefox10272issue_commentcompletedskipped1258902126929666301CS_kwDOA5k_I88AAAAGRSIY_Qhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293625330https://github.com/jupyterlab/jupyterlab/actions/runs/10293625330[]Timestamp('2024-08-08 00:14:31+0000', tz='UTC')Timestamp('2024-08-08 00:14:33+0000', tz='UTC'){'login': 'jmozmoz', 'id': 828669, 'node_id': 'MDQ6VXNlcjgyODY2OQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/828669?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jmozmoz', 'html_url': 'https://github.com/jmozmoz', 'followers_url': 'https://api.github.com/users/jmozmoz/followers', 'following_url': 'https://api.github.com/users/jmozmoz/following{/other_user}', 'gists_url': 'https://api.github.com/users/jmozmoz/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jmozmoz/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jmozmoz/subscriptions', 'organizations_url': 'https://api.github.com/users/jmozmoz/orgs', 'repos_url': 'https://api.github.com/users/jmozmoz/repos', 'events_url': 'https://api.github.com/users/jmozmoz/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jmozmoz/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-08 00:14:31+0000', tz='UTC'){'login': 'jmozmoz', 'id': 828669, 'node_id': 'MDQ6VXNlcjgyODY2OQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/828669?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jmozmoz', 'html_url': 'https://github.com/jmozmoz', 'followers_url': 'https://api.github.com/users/jmozmoz/followers', 'following_url': 'https://api.github.com/users/jmozmoz/following{/other_user}', 'gists_url': 'https://api.github.com/users/jmozmoz/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jmozmoz/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jmozmoz/subscriptions', 'organizations_url': 'https://api.github.com/users/jmozmoz/orgs', 'repos_url': 'https://api.github.com/users/jmozmoz/repos', 'events_url': 'https://api.github.com/users/jmozmoz/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jmozmoz/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293625330/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293625330/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26929666301https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293625330/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293625330/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293625330/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': 'eb678f70df0376080df2e80d47b74a989ac552c9', 'tree_id': 'cc4feb4d1a6e25128d989bb8614fbceda017b85b', 'message': 'Improve stream output handling (#16498)\n\n* Change stream output handling\r\n\r\n* Fix backspace handling\r\n\r\n* Optimize concatenateText\r\n\r\n* Improve handling of shared output changes\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Rework concatenateText and rename to addText\r\n\r\n* Update with jupyter-ydoc v3.0.0a2\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Replace observableData with observableText\r\n\r\n* Review\r\n\r\n* Review', 'timestamp': '2024-08-07T12:30:49Z', 'author': {'name': 'David Brochart', 'email': 'david.brochart@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310330748119Benchmark TestsWFR_kwLOA5k_I88AAAACZ8K01wmain1453d4f82a5c10e67732f40572c74de8411ae0cf.github/workflows/benchmark.ymlShut down unused kernels10301issue_commentcompletedskipped1258902127025946231CS_kwDOA5k_I88AAAAGSt82dwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330748119https://github.com/jupyterlab/jupyterlab/actions/runs/10330748119[]Timestamp('2024-08-10 09:56:36+0000', tz='UTC')Timestamp('2024-08-10 09:56:38+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-10 09:56:36+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330748119/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330748119/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27025946231https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330748119/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330748119/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10330748119/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '1453d4f82a5c10e67732f40572c74de8411ae0cf', 'tree_id': '78662832c841499262d430cea213d6462fadffd7', 'message': 'Update docs to mention "show cell toolbar" option (#16658)\n\n* Revert "Alternate description for disabled filters"\n\nThis reverts commit 059fb7eb562defb8040cf1d624dbf0cee7f544e0.\n\n* Revert "Revert "Alternate description for disabled filters""\n\nThis reverts commit 27ed1d0779c1dff9e78848a20669de4a06e88be2.\n\n* Mentions disable setting in docs\n\n* Reinstates CLI commands for admins', 'timestamp': '2024-08-09T20:50:27Z', 'author': {'name': 'Jason Weill', 'email': '93281816+JasonWeill@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310383367114Benchmark TestsWFR_kwLOA5k_I88AAAACauWbygmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlBUG: Multi-line text with a `>>>` starting the second line remove the `>>>` on all lines if the text is the first item assigned in a cell. 10329issue_commentcompletedskipped1258902127156963262CS_kwDOA5k_I88AAAAGUq5fvghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383367114https://github.com/jupyterlab/jupyterlab/actions/runs/10383367114[]Timestamp('2024-08-14 07:33:30+0000', tz='UTC')Timestamp('2024-08-14 07:33:33+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 07:33:30+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383367114/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383367114/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27156963262https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383367114/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383367114/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383367114/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310391731088Benchmark TestsWFR_kwLOA5k_I88AAAACa2U7kAmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlAdd RBAC support to JupyterLab10345issue_commentcompletedskipped1258902127180330727CS_kwDOA5k_I88AAAAGVBLu5whttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391731088https://github.com/jupyterlab/jupyterlab/actions/runs/10391731088[]Timestamp('2024-08-14 16:54:13+0000', tz='UTC')Timestamp('2024-08-14 16:54:15+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 16:54:13+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391731088/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391731088/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27180330727https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391731088/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391731088/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391731088/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310293612414Benchmark TestsWFR_kwLOA5k_I88AAAACZYwPfgmaineb678f70df0376080df2e80d47b74a989ac552c9.github/workflows/benchmark.ymlCopy and style edits for upgrade news notification10271issue_commentcompletedskipped1258902126929638879CS_kwDOA5k_I88AAAAGRSGt3whttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293612414https://github.com/jupyterlab/jupyterlab/actions/runs/10293612414[]Timestamp('2024-08-08 00:13:21+0000', tz='UTC')Timestamp('2024-08-08 00:13:31+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-08 00:13:21+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293612414/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293612414/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26929638879https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293612414/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293612414/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10293612414/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': 'eb678f70df0376080df2e80d47b74a989ac552c9', 'tree_id': 'cc4feb4d1a6e25128d989bb8614fbceda017b85b', 'message': 'Improve stream output handling (#16498)\n\n* Change stream output handling\r\n\r\n* Fix backspace handling\r\n\r\n* Optimize concatenateText\r\n\r\n* Improve handling of shared output changes\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Rework concatenateText and rename to addText\r\n\r\n* Update with jupyter-ydoc v3.0.0a2\r\n\r\n* Fix OutputModel.toJSON()\r\n\r\n* Replace observableData with observableText\r\n\r\n* Review\r\n\r\n* Review', 'timestamp': '2024-08-07T12:30:49Z', 'author': {'name': 'David Brochart', 'email': 'david.brochart@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310373516928Benchmark TestsWFR_kwLOA5k_I88AAAACak9OgAmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlUncaught error in filebrowser sidebar10321issue_commentcompletedskipped1258902127131386474CS_kwDOA5k_I88AAAAGUSgaaghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373516928https://github.com/jupyterlab/jupyterlab/actions/runs/10373516928[]Timestamp('2024-08-13 16:24:02+0000', tz='UTC')Timestamp('2024-08-13 16:24:04+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-13 16:24:02+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373516928/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373516928/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27131386474https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373516928/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373516928/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373516928/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310314855899Benchmark TestsWFR_kwLOA5k_I88AAAACZtA12wmain4ff7542f7386e3333d11e0c1bcdda36880331dbc.github/workflows/benchmark.ymlError rendering .ipynb file with array value in a "text/plain" cell output data field10287issue_commentcompletedskipped1258902126984953604CS_kwDOA5k_I88AAAAGSG23BAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314855899https://github.com/jupyterlab/jupyterlab/actions/runs/10314855899[]Timestamp('2024-08-09 06:39:42+0000', tz='UTC')Timestamp('2024-08-09 06:39:44+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 06:39:42+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314855899/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314855899/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26984953604https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314855899/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314855899/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10314855899/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '4ff7542f7386e3333d11e0c1bcdda36880331dbc', 'tree_id': 'f24e1f75109865c34297095655c7161571b1851c', 'message': 'Add kernel selection to Galata notebook creation (#16639)\n\n* Add kernel selection to Galata notebook creation.\r\n\r\n* Use an actual `null` value\r\n\r\n* Allow `kernel = null` to be passed down\r\n\r\nCo-authored-by: Paul Druce <30435358+pauldruce@users.noreply.github.com>\r\n\r\n* Fix a typo\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-08T18:40:25Z', 'author': {'name': 'Paul Druce', 'email': '30435358+pauldruce@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310323654396Benchmark TestsWFR_kwLOA5k_I88AAAACZ1Z2_Amain165d589b11808b0b77ad41b40b1a8d7fea670af3.github/workflows/benchmark.ymlCannot use the default "accept" keyboard shortcut for code completions on Mac10299issue_commentcompletedskipped1258902127009206888CS_kwDOA5k_I88AAAAGSd_KaAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323654396https://github.com/jupyterlab/jupyterlab/actions/runs/10323654396[]Timestamp('2024-08-09 18:04:44+0000', tz='UTC')Timestamp('2024-08-09 18:04:46+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 18:04:44+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323654396/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323654396/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27009206888https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323654396/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323654396/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323654396/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '165d589b11808b0b77ad41b40b1a8d7fea670af3', 'tree_id': '2f7f69c2e73bc63e098fbee4156c1c2a5dc8fad2', 'message': 'Do not block shift-click mouse up handler on active cell (#16647)\n\n* check if current cell is the active cell\n\n* add unit test\n\n* update unit test\n\n* fix typo in unit tests\n\n* Do not use private variables in tests, use events\n\n* Do not prevent default on mouse + shift up if in the same cell\n\n* Fix the test\n\n* Adjust comment\n\n---------\n\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-09T17:20:34Z', 'author': {'name': 'Eddie Groshev', 'email': 'eddie_g_89@hotmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310383380824Benchmark TestsWFR_kwLOA5k_I88AAAACauXRWAmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlBUG: Multi-line text with a `>>>` starting the second line remove the `>>>` on all lines if the text is the first item assigned in a cell. 10331issue_commentcompletedskipped1258902127156997249CS_kwDOA5k_I88AAAAGUq7kgQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383380824https://github.com/jupyterlab/jupyterlab/actions/runs/10383380824[]Timestamp('2024-08-14 07:34:28+0000', tz='UTC')Timestamp('2024-08-14 07:34:30+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 07:34:28+0000', tz='UTC'){'login': 'jasongrout', 'id': 192614, 'node_id': 'MDQ6VXNlcjE5MjYxNA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/192614?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jasongrout', 'html_url': 'https://github.com/jasongrout', 'followers_url': 'https://api.github.com/users/jasongrout/followers', 'following_url': 'https://api.github.com/users/jasongrout/following{/other_user}', 'gists_url': 'https://api.github.com/users/jasongrout/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jasongrout/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jasongrout/subscriptions', 'organizations_url': 'https://api.github.com/users/jasongrout/orgs', 'repos_url': 'https://api.github.com/users/jasongrout/repos', 'events_url': 'https://api.github.com/users/jasongrout/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jasongrout/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383380824/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383380824/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27156997249https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383380824/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383380824/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10383380824/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310353467999Benchmark TestsWFR_kwLOA5k_I88AAAACaR1iXwmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlUncaught error in filebrowser sidebar10314issue_commentcompletedskipped1258902127077147231CS_kwDOA5k_I88AAAAGTex6Xwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10353467999https://github.com/jupyterlab/jupyterlab/actions/runs/10353467999[]Timestamp('2024-08-12 14:07:17+0000', tz='UTC')Timestamp('2024-08-12 14:07:20+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-12 14:07:17+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10353467999/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10353467999/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27077147231https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10353467999/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10353467999/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10353467999/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310317465691Benchmark TestsWFR_kwLOA5k_I88AAAACZvgIWwmain4ff7542f7386e3333d11e0c1bcdda36880331dbc.github/workflows/benchmark.ymlExtend the `jupyter lab path` command to print in JSON format and each path individually10290issue_commentcompletedskipped1258902126991782128CS_kwDOA5k_I88AAAAGSNXo8Ahttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317465691https://github.com/jupyterlab/jupyterlab/actions/runs/10317465691[]Timestamp('2024-08-09 10:07:22+0000', tz='UTC')Timestamp('2024-08-09 10:07:24+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 10:07:22+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317465691/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317465691/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26991782128https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317465691/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317465691/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317465691/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '4ff7542f7386e3333d11e0c1bcdda36880331dbc', 'tree_id': 'f24e1f75109865c34297095655c7161571b1851c', 'message': 'Add kernel selection to Galata notebook creation (#16639)\n\n* Add kernel selection to Galata notebook creation.\r\n\r\n* Use an actual `null` value\r\n\r\n* Allow `kernel = null` to be passed down\r\n\r\nCo-authored-by: Paul Druce <30435358+pauldruce@users.noreply.github.com>\r\n\r\n* Fix a typo\r\n\r\n---------\r\n\r\nCo-authored-by: Michaล‚ Krassowski <5832902+krassowski@users.noreply.github.com>', 'timestamp': '2024-08-08T18:40:25Z', 'author': {'name': 'Paul Druce', 'email': '30435358+pauldruce@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310373379074Benchmark TestsWFR_kwLOA5k_I88AAAACak00Agmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlReturn/Enter keypress ignored in Code editor10319issue_commentcompletedskipped1258902127130985966CS_kwDOA5k_I88AAAAGUSH97ghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373379074https://github.com/jupyterlab/jupyterlab/actions/runs/10373379074[]Timestamp('2024-08-13 16:14:19+0000', tz='UTC')Timestamp('2024-08-13 16:14:21+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-13 16:14:19+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373379074/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373379074/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27130985966https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373379074/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373379074/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10373379074/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310403835699Benchmark TestsWFR_kwLOA5k_I88AAAACbB3vMwmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.yml[Inline Completion] Notebook level completion (across different cells)10353issue_commentcompletedskipped1258902127210952363CS_kwDOA5k_I88AAAAGVeYuqwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403835699https://github.com/jupyterlab/jupyterlab/actions/runs/10403835699[]Timestamp('2024-08-15 12:33:40+0000', tz='UTC')Timestamp('2024-08-15 12:33:43+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-15 12:33:40+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403835699/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403835699/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27210952363https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403835699/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403835699/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10403835699/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310408223769Benchmark TestsWFR_kwLOA5k_I88AAAACbGDkGQmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlSearch in the Launcher10354issue_commentcompletedskipped1258902127223141563CS_kwDOA5k_I88AAAAGVqAsuwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408223769https://github.com/jupyterlab/jupyterlab/actions/runs/10408223769[]Timestamp('2024-08-15 17:58:25+0000', tz='UTC')Timestamp('2024-08-15 17:58:27+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-15 17:58:25+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408223769/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408223769/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27223141563https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408223769/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408223769/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10408223769/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310416424807Benchmark TestsWFR_kwLOA5k_I88AAAACbN4HZwmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlUse correct hub restart URL10361issue_commentcompletedskipped1258902127243671872CS_kwDOA5k_I88AAAAGV9lxQAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10416424807https://github.com/jupyterlab/jupyterlab/actions/runs/10416424807[]Timestamp('2024-08-16 07:35:08+0000', tz='UTC')Timestamp('2024-08-16 07:35:10+0000', tz='UTC'){'login': 'mahendrapaipuri', 'id': 44365948, 'node_id': 'MDQ6VXNlcjQ0MzY1OTQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/44365948?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mahendrapaipuri', 'html_url': 'https://github.com/mahendrapaipuri', 'followers_url': 'https://api.github.com/users/mahendrapaipuri/followers', 'following_url': 'https://api.github.com/users/mahendrapaipuri/following{/other_user}', 'gists_url': 'https://api.github.com/users/mahendrapaipuri/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/mahendrapaipuri/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/mahendrapaipuri/subscriptions', 'organizations_url': 'https://api.github.com/users/mahendrapaipuri/orgs', 'repos_url': 'https://api.github.com/users/mahendrapaipuri/repos', 'events_url': 'https://api.github.com/users/mahendrapaipuri/events{/privacy}', 'received_events_url': 'https://api.github.com/users/mahendrapaipuri/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-16 07:35:08+0000', tz='UTC'){'login': 'mahendrapaipuri', 'id': 44365948, 'node_id': 'MDQ6VXNlcjQ0MzY1OTQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/44365948?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mahendrapaipuri', 'html_url': 'https://github.com/mahendrapaipuri', 'followers_url': 'https://api.github.com/users/mahendrapaipuri/followers', 'following_url': 'https://api.github.com/users/mahendrapaipuri/following{/other_user}', 'gists_url': 'https://api.github.com/users/mahendrapaipuri/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/mahendrapaipuri/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/mahendrapaipuri/subscriptions', 'organizations_url': 'https://api.github.com/users/mahendrapaipuri/orgs', 'repos_url': 'https://api.github.com/users/mahendrapaipuri/repos', 'events_url': 'https://api.github.com/users/mahendrapaipuri/events{/privacy}', 'received_events_url': 'https://api.github.com/users/mahendrapaipuri/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10416424807/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10416424807/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27243671872https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10416424807/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10416424807/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10416424807/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
310391330076Benchmark TestsWFR_kwLOA5k_I88AAAACa18dHAmain67cb8f8347f13d52dc100f33fb532acbf36b3b23.github/workflows/benchmark.ymlAdd commenting and/or chat in notebooks10340issue_commentcompletedskipped1258902127179193268CS_kwDOA5k_I88AAAAGVAGTtAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391330076https://github.com/jupyterlab/jupyterlab/actions/runs/10391330076[]Timestamp('2024-08-14 16:24:48+0000', tz='UTC')Timestamp('2024-08-14 16:24:50+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-14 16:24:48+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391330076/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391330076/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27179193268https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391330076/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391330076/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10391330076/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12589021{'id': '67cb8f8347f13d52dc100f33fb532acbf36b3b23', 'tree_id': '263d39f82edd282c54514ee4ff820f8995c40f99', 'message': '[ci skip] Publish 4.3.0b0\n\nSHA256 hashes:\n\njupyterlab-4.3.0b0-py3-none-any.whl: eeaac7a727065a5876a3cdb0b2836c42ff8f27157cbcd2b9a7cb5c543cfb1e50\n\njupyterlab-4.3.0b0.tar.gz: 8fba416ebbc0d7bbd7dcbf2d0215cead12b71a0d20bee190715be8c4da394b35\n\njupyterlab-application-4.3.0-beta.0.tgz: 94681970e32050dd410892fcd815191a7192590b7d4fd8c7b092223293b45777\n\njupyterlab-application-extension-4.3.0-beta.0.tgz: c31140f08b474df1d02ac72ce68f8a0c807ce6fe90b693cc0bda152c2cdc43f1\n\njupyterlab-apputils-4.4.0-beta.0.tgz: fd115ce41120bafbaba71973aa05bd0d0199e5284d7b831d07eded4948be7f70\n\njupyterlab-apputils-extension-4.3.0-beta.0.tgz: ab4f4f37b08bca192846d2ae7c74329132eee5bc8556caed432c2b4ddec881d6\n\njupyterlab-attachments-4.3.0-beta.0.tgz: ec16496713ff5982582bd28db4876b8d00ce0459c3086049e2b7c7ca846f3ed5\n\njupyterlab-builder-4.3.0-beta.0.tgz: a37eff1312db22d2d6bcd7a7253793f843cd745d6f2c1e83d49a6c9467b2e094\n\njupyterlab-buildutils-4.3.0-beta.0.tgz: a5dbbc3d377bb38343dc7f31cebfca12d05c80b482164f23cbddb147973d76ba\n\njupyterlab-cell-toolbar-4.3.0-beta.0.tgz: c95b6be7d498afee105526e198de95e696797abf4a181762ee690f3a20d437a2\n\njupyterlab-cell-toolbar-extension-4.3.0-beta.0.tgz: f3aa51623618919a153f5b042935d07dba54ca74f781ffcb2cf8d40d53db59b1\n\njupyterlab-cells-4.3.0-beta.0.tgz: 68de374c747c08a5e25da907b330ddf88c6b6cc20f1aa412f0603815e418b9a9\n\njupyterlab-celltags-extension-4.3.0-beta.0.tgz: 0822d8637b30fd2f930fa96f12fea0d6c42b03e0d8fbb9664428a00066d951df\n\njupyterlab-codeeditor-4.3.0-beta.0.tgz: 32e41ee1ee18e1d25f37d989924371acd6805738f89dd16b439d7feda9f188bf\n\njupyterlab-codemirror-4.3.0-beta.0.tgz: bf9d7df145ecb722b73bb7cc166f4e72fc0fcfeab966e85f36a5c5de0137df3f\n\njupyterlab-codemirror-extension-4.3.0-beta.0.tgz: 7779c110d25c8a4d32efed36801b60cd51d03ecde12ea6255238692bb319595e\n\njupyterlab-completer-4.3.0-beta.0.tgz: ff2e814c0a2bdd1c49477beab3d534b48535958963de7c8253348437c98e5e13\n\njupyterlab-completer-extension-4.3.0-beta.0.tgz: 211df89645c00c270acaaf2c5e23f2d6c4a11b8597b5380d40fa95712c3ffad3\n\njupyterlab-console-4.3.0-beta.0.tgz: 437f9b40cfe15a9857f643f06abcf3abc2146432c97152d4a0cb2bdbc866046e\n\njupyterlab-console-extension-4.3.0-beta.0.tgz: f25c2a14361744b59943d3a31bbf9df36541b0dbe1d562af6aed8d68da434b98\n\njupyterlab-coreutils-6.3.0-beta.0.tgz: 0b35025c3af6e60f84981c73802f2cbaabd0e61fe04435d3fe2e705188eaac1f\n\njupyterlab-csvviewer-4.3.0-beta.0.tgz: bcb2ee181f1d6c9c3b96a5e23092da0492b66b4e9186c00dff73ecaa219c7ca0\n\njupyterlab-csvviewer-extension-4.3.0-beta.0.tgz: f5bbd728ffce00f61e25019c8ba8bfc446d00d0c7edde9ff9faa30098379ece3\n\njupyterlab-debugger-4.3.0-beta.0.tgz: dd665d1b431f6c62e034e702ae0c0739b3483e0952b4a8132f741320eac404de\n\njupyterlab-debugger-extension-4.3.0-beta.0.tgz: b861ef8776cbc87e63def654a5c155950424badcebd918866a6f309061f9730a\n\njupyterlab-docmanager-4.3.0-beta.0.tgz: 13eb634b8ee776697757418b7b2a880698919a8c2d924c19cc4b785cffc768c9\n\njupyterlab-docmanager-extension-4.3.0-beta.0.tgz: 13273f7b70e81e14874d8f5e056ba704112bb606af1ba05f4aa2f01b87b6c26a\n\njupyterlab-docregistry-4.3.0-beta.0.tgz: 687033a9bea2efad8fb5a3847d21ca36dcc8687686b2973bbced84d628b701ab\n\njupyterlab-documentsearch-4.3.0-beta.0.tgz: b14104445525ddd8d593b77f029474f31807ccea4d3175908ca47330e1c2e171\n\njupyterlab-documentsearch-extension-4.3.0-beta.0.tgz: 05ea7f80365a835683564236bf66930a2fe051e42e0becaa2041c6e5e391c78a\n\njupyterlab-extensionmanager-4.3.0-beta.0.tgz: 733fef2325d41e8dd1b87f0ca014d6ab231cec97015a2a096bbad22363cf8b36\n\njupyterlab-extensionmanager-extension-4.3.0-beta.0.tgz: bc364c4e75ff5c0234c7c4e7400509cdd3809fe901b4a404e1da38e9b0a66b5d\n\njupyterlab-filebrowser-4.3.0-beta.0.tgz: a10136eaf4b4d176a82948eb9b6e362e81d7ef2412cba9e372c8e7e2c6f78891\n\njupyterlab-filebrowser-extension-4.3.0-beta.0.tgz: 0f4b6632f4798fe18993cbf21b150c6baba52e074fff163c4629f4ace59da2aa\n\njupyterlab-fileeditor-4.3.0-beta.0.tgz: 4ce5b0b9f25e082be2c081b241374f5c20a575e53f4b23492c0263fc9a0d5bf8\n\njupyterlab-fileeditor-extension-4.3.0-beta.0.tgz: 32708fd40c964c9f97bdf7300ec740fab4b230ac1ddd267c9693f10c5ed60194\n\njupyterlab-galata-5.3.0-beta.0.tgz: 2204a5c4e907dbbf152ff7bd74107d55e62594505fdad7c4fe7a36d7da1d91a0\n\njupyterlab-help-extension-4.3.0-beta.0.tgz: 89fe862781c5ec2058feaddcd5e0fae705eb68fcff14e9712f94caa3aa67fcc2\n\njupyterlab-htmlviewer-4.3.0-beta.0.tgz: 4104afa586fc46ebc8c30019dfcc7f7a656dfb4776c39a49737b87d4cf90d596\n\njupyterlab-htmlviewer-extension-4.3.0-beta.0.tgz: f5eef68b25500bb4418ecd4e1af9786f8c490a12d56ce8ace71298ee318f75af\n\njupyterlab-hub-extension-4.3.0-beta.0.tgz: 740284d7fd20ee533176e4259a4aa0128c4437572f5e92edbf06f9a8d87ba6be\n\njupyterlab-imageviewer-4.3.0-beta.0.tgz: 8e24a16068eb79b53da025087599fb9632fa6c609d04a570d2497cb200bc0c1d\n\njupyterlab-imageviewer-extension-4.3.0-beta.0.tgz: ed573552106c2a0c3826a7b929ee13f0bbe89c80c2cf0fba4f3e9f63a8960012\n\njupyterlab-inspector-4.3.0-beta.0.tgz: ab6604ea26a164645b3fcb2ef927adcb077b338e76be5848aa5e00e2ef97e5b1\n\njupyterlab-inspector-extension-4.3.0-beta.0.tgz: 9b2b7c33a5338d48c732d95ed21054a36bd0908ebfc9eec3a4ee0ed11bb6322e\n\njupyterlab-javascript-extension-4.3.0-beta.0.tgz: d3306f2c6d8f0f885dbf6b94c4b65fe370d0c5bf52d77685c0519d666d8f3f85\n\njupyterlab-json-extension-4.3.0-beta.0.tgz: 3bd323b99702e3957e44fe7d37cd66d5a615559a7a70a20c5112cb841bbd0b4f\n\njupyterlab-launcher-4.3.0-beta.0.tgz: f65ee746c2997a526d153aded44f57b59c06ef15c317f931461879a5cfbb9121\n\njupyterlab-launcher-extension-4.3.0-beta.0.tgz: 108cfdeb3a68db1d58e6c365115267088c713aa7b9d7902a80cdbb3f4a901c15\n\njupyterlab-logconsole-4.3.0-beta.0.tgz: 2c4ce983c660c2c6c9c20e4ee867f43fa66156197f5808489803047e1338371f\n\njupyterlab-logconsole-extension-4.3.0-beta.0.tgz: 37868d46c36e8d80df2525f8935d579b5540285e48d59e27160965467262f57b\n\njupyterlab-lsp-4.3.0-beta.0.tgz: a48cf51d4fb46b54a2655cbecd0bd4ebbc849f787d64dfad552ed20e3ba72f3a\n\njupyterlab-lsp-extension-4.3.0-beta.0.tgz: 7223bcb884091a235103e0ff7d081279fcadaf489c15526f96a2acf1a6992a61\n\njupyterlab-mainmenu-4.3.0-beta.0.tgz: e1825150657359e9f12c00f6bbd5f6999b772c6b4c529a81195cd8efc1db728b\n\njupyterlab-mainmenu-extension-4.3.0-beta.0.tgz: db02f478d91fa63b9f56800d2eb83fd3420728213f052ad05729fac6e1df285d\n\njupyterlab-markdownviewer-4.3.0-beta.0.tgz: c3f78c851eaf7fde4f3ec043885cc9d635618c7c048437a34cbab3b0ae901f7c\n\njupyterlab-markdownviewer-extension-4.3.0-beta.0.tgz: 25f9c0a5ec5db9f87a77867aa459d602c443b5536a3dd875644e44c109743548\n\njupyterlab-markedparser-extension-4.3.0-beta.0.tgz: 38e8527f1ba07692cb63bdb3a52d35678d6f34800475a13a4d7de41e8052a58f\n\njupyterlab-mathjax-extension-4.3.0-beta.0.tgz: 965cfee229e15f1477548705ed4c2ae1f9ab7a8a02d0b53f69d63d62e3dbc0a4\n\njupyterlab-mermaid-4.3.0-beta.0.tgz: f838c373ef624a1ecc408a32cfac638d68a5fa6250b6a4c4523b78ae57d0ea6b\n\njupyterlab-mermaid-extension-4.3.0-beta.0.tgz: 20da1d673763fc60a3bf64007911fdfeaeff204028e2c2786e4896c05cedc48c\n\njupyterlab-metadataform-4.3.0-beta.0.tgz: 552c6da852b8fa3cb22841f3ecaba52de1ae4f064b14bb7344ee623721485e54\n\njupyterlab-metadataform-extension-4.3.0-beta.0.tgz: c552d092d6ba23554318c08b15a1589c629532f6095436d343e0e4747aaecb07\n\njupyterlab-metapackage-4.3.0-beta.0.tgz: 8c8f50373045d719b3b44e8344f686d64b74a930e6a5775a5797f17a6711abbd\n\njupyterlab-nbconvert-css-4.3.0-beta.0.tgz: 7b909e0e6f04625adaf1991c49d031b5c0d7c5aa7b313050e9225e597e341a94\n\njupyterlab-nbformat-4.3.0-beta.0.tgz: 3fc9900cfdee509db87294ac9e7afe15c3fb06a59767c425db83f64227a64b00\n\njupyterlab-notebook-4.3.0-beta.0.tgz: 2f606c55450f925cd102f7a1550bb2c81024711f04ce7dbef3c9855cae8c6926\n\njupyterlab-notebook-extension-4.3.0-beta.0.tgz: d725eb14fe0d8b98214913e4a52997d2d66da37ea098b675dbd3ff8c6bcccc59\n\njupyterlab-observables-5.3.0-beta.0.tgz: ea9fa8d507757200bf857b14fd15f8b4a7ee41c9db0df5aedcff87270d99e31a\n\njupyterlab-outputarea-4.3.0-beta.0.tgz: 90706401ee59761443cd188d9e231984de8f0cc18433daed0886f53869044eda\n\njupyterlab-pdf-extension-4.3.0-beta.0.tgz: c344f3afa1f552a2fe7e7065e5dacd5c37a5d3b26aa922a2557fbf8b88db6658\n\njupyterlab-pluginmanager-4.3.0-beta.0.tgz: ec0983302d93ab5cdbde86c2e620113389382e3302de9f5ce0662ac7b0719ac6\n\njupyterlab-pluginmanager-extension-4.3.0-beta.0.tgz: b0f0ab918edf5a87dd40ad00d73647d77055544cac08996f3ce7e9e3eabec0ed\n\njupyterlab-property-inspector-4.3.0-beta.0.tgz: 460726c5e76ace477d5aad3f294503e64b1d728c8eb200705321f891c7cd9033\n\njupyterlab-rendermime-4.3.0-beta.0.tgz: 8775ed0808024ab34d08d25af0af6eebbb4929f74a137cd7964cd98a38789a33\n\njupyterlab-rendermime-extension-4.3.0-beta.0.tgz: a01e8b5964b279a8b105b246c4611c565022307ab29ca8fd55d2c7951cc63612\n\njupyterlab-rendermime-interfaces-3.11.0-beta.0.tgz: 6470a681ea9e8ebe3022c61c6992892ccc0239bdab335c4caae8f03a24449dca\n\njupyterlab-running-4.3.0-beta.0.tgz: b7b7720b3727906548767a11f1d75ecb4ea6bdcafd50aa545c2d547b430dd8bb\n\njupyterlab-running-extension-4.3.0-beta.0.tgz: cf4895b6a5ebecdc8b1ac2f30ecd19b0bae0f572596ca29d71018de5891c6cc9\n\njupyterlab-services-7.3.0-beta.0.tgz: 75c35179928d893f5e12b1df00a9269281a64f016e09cb01c7e054c2958fe437\n\njupyterlab-settingeditor-4.3.0-beta.0.tgz: 3d9bbf1211f7b8e5722c050da177d82d4c02b35c14e180f8b5773311670c8e8d\n\njupyterlab-settingeditor-extension-4.3.0-beta.0.tgz: ed22dad8eb85bf1340c5baf89be7a1637daf67fd49f388fad83ea3bbef782967\n\njupyterlab-settingregistry-4.3.0-beta.0.tgz: da981996343a666b2f6e4d3d6a1f316e7d97aded2f530e50758903bd35be8104\n\njupyterlab-shortcuts-extension-5.1.0-beta.0.tgz: c0e363b27bf44c91d55b62de749658182c90296a1889a676bfa61399e0e18dc1\n\njupyterlab-statedb-4.3.0-beta.0.tgz: d3509f4366edb7afe6b3f8436de1bdd338b3cee687cd37b8fec1181266e004d3\n\njupyterlab-statusbar-4.3.0-beta.0.tgz: 2151644336ce69ed039774d9b42c191a70fb39d8ae61c97d6eb2b177b9341668\n\njupyterlab-statusbar-extension-4.3.0-beta.0.tgz: d00ff04044f87a254e494a0d3b55816e2999366eb7e48e0e25878b44496aaf9b\n\njupyterlab-template-4.3.0-beta.0.tgz: e48102db358eaff466511cd24903a2d0979789a7e843a115aa83c08486a18796\n\njupyterlab-terminal-4.3.0-beta.0.tgz: c82b28dfdb736afa3faa1176a2ca20f7b08212b4d62818f324d83c563df4b07f\n\njupyterlab-terminal-extension-4.3.0-beta.0.tgz: 51c90e4308dc5fd9ef201b68cd9dc49db27d65aa576871a8c8405cc20354a98b\n\njupyterlab-testing-4.3.0-beta.0.tgz: 24e4db6f94d6e8bacc73f4fc2f40abf96ac8307cef4a2555d50c6304dacb43a5\n\njupyterlab-testutils-4.3.0-beta.0.tgz: d4ad086fae9964002e2c61914c0faddfad391bc205617567880ea889272d2596\n\njupyterlab-theme-dark-extension-4.3.0-beta.0.tgz: f62a70564df675a9f2d053fc41c89d0e9fb62609968f83255f6943b4a15474ce\n\njupyterlab-theme-dark-high-contrast-extension-4.3.0-beta.0.tgz: ccdd96eb330f026a0cff9ed9a3b4bc8b12447d16e7198a3c65a14805b573e042\n\njupyterlab-theme-light-extension-4.3.0-beta.0.tgz: 24812632956e63306a88e5618fadb741ae6ab0759299c77d38255b04a18e85e8\n\njupyterlab-toc-6.3.0-beta.0.tgz: 4f4babdbc950f54ce44ad97666545756a92622d357ef11b8803d7e82004ebfb9\n\njupyterlab-toc-extension-6.3.0-beta.0.tgz: e2e5d12c30d2a4dd7bdb304b686564197792d6a1d9502da04139094d81785e5c\n\njupyterlab-tooltip-4.3.0-beta.0.tgz: a02626a3ad65fe41669396398f63e49dd05f3f873cb1826d34e7e1eae0229160\n\njupyterlab-tooltip-extension-4.3.0-beta.0.tgz: 43f645ab2a1e8da9d052ae688b734dbad957d7cc35e11f10e6a2e09ad8c7981a\n\njupyterlab-translation-4.3.0-beta.0.tgz: 86b732b283111b1199ab877e19ca6061c0887f28b3331a71b53f867a4ebf6167\n\njupyterlab-translation-extension-4.3.0-beta.0.tgz: 886942e893f76677ca9bda6ec4b5f518b020f08c589687365ee420d8df174b6c\n\njupyterlab-ui-components-4.3.0-beta.0.tgz: 64d52c51818919a9cba5a457992643eeab04c80347660803811b884686b376d2\n\njupyterlab-ui-components-extension-4.3.0-beta.0.tgz: 54093304ba0d7d3a4b1f73e6445577314b65c0360c15780d790af9c21643001b\n\njupyterlab-vega5-extension-4.3.0-beta.0.tgz: 9eb6e3dee61106c7b2d4b027aeffe9a8ca38c7a01cea246dd073e924523c6f1c\n\njupyterlab-workspaces-4.3.0-beta.0.tgz: 4a2d5fa844d6e47235a818320701439ef6d172c3839e3b816fc88c02c23be9a6\n\njupyterlab-workspaces-extension-4.3.0-beta.0.tgz: 23b0219c1e8825d41062a9be7abe6890702c49b8b87b960ead98d4e2da245bf9', 'timestamp': '2024-08-11T19:35:07Z', 'author': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': 'krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
410317668978Check internationalization changesWFR_kwLOA5k_I88AAAACZvsicgconvert-completer-colors-to-variables0655c6b7c25d26fb00743e0ca591d162a1000da4.github/workflows/check-i18n.ymlConvert `@jupyterlab/completer` type colors to theme CSS variables11758pull_requestcompletedsuccess1296581926992314520CS_kwDOA5k_I88AAAAGSN4ImAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317668978https://github.com/jupyterlab/jupyterlab/actions/runs/10317668978[]Timestamp('2024-08-09 10:22:44+0000', tz='UTC')Timestamp('2024-08-09 10:33:26+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}2[]Timestamp('2024-08-09 10:32:36+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317668978/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317668978/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26992314520https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317668978/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317668978/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317668978/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10317668978/attempts/1https://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '0655c6b7c25d26fb00743e0ca591d162a1000da4', 'tree_id': 'f015fc2201b044e50c7ddcc1ef250c26ac5114e6', 'message': 'Change completer variables scope', 'timestamp': '2024-08-09T10:22:11Z', 'author': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}, 'committer': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 579085263, 'node_id': 'R_kgDOIoQjzw', 'name': 'jupyterlab', 'full_name': 'joaopalmeiro/jupyterlab', 'private': False, 'owner': {'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/joaopalmeiro/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab', 'forks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/deployments'}
410267874440Check internationalization changesWFR_kwLOA5k_I88AAAACZANUiAtoolkit-buttonse542e33f1c0a6322f650c2a542efffe22015363f.github/workflows/check-i18n.yml[GSoC 2024] Use toolkit button for all buttons: Dialog, extension manager, notification, running tabs.updated files11712pull_requestcompletedsuccess1296581926859531922CS_kwDOA5k_I88AAAAGQPPukghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10267874440https://github.com/jupyterlab/jupyterlab/actions/runs/10267874440[]Timestamp('2024-08-06 13:52:11+0000', tz='UTC')Timestamp('2024-08-06 13:53:17+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-06 13:52:11+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10267874440/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10267874440/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26859531922https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10267874440/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10267874440/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10267874440/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'e542e33f1c0a6322f650c2a542efffe22015363f', 'tree_id': '756f24c96f377ee4a79c9ea8141ea0ad3d47bb6e', 'message': 'Fix for js unit tests', 'timestamp': '2024-08-06T11:40:16Z', 'author': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}, 'committer': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 763451449, 'node_id': 'R_kgDOLYFYOQ', 'name': 'jupyterlab', 'full_name': 'Mehak261124/jupyterlab', 'private': False, 'owner': {'login': 'Mehak261124', 'id': 145124929, 'node_id': 'U_kgDOCKZuQQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/145124929?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Mehak261124', 'html_url': 'https://github.com/Mehak261124', 'followers_url': 'https://api.github.com/users/Mehak261124/followers', 'following_url': 'https://api.github.com/users/Mehak261124/following{/other_user}', 'gists_url': 'https://api.github.com/users/Mehak261124/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Mehak261124/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Mehak261124/subscriptions', 'organizations_url': 'https://api.github.com/users/Mehak261124/orgs', 'repos_url': 'https://api.github.com/users/Mehak261124/repos', 'events_url': 'https://api.github.com/users/Mehak261124/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Mehak261124/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/Mehak261124/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/Mehak261124/jupyterlab', 'forks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/deployments'}
410316414135Check internationalization changesWFR_kwLOA5k_I88AAAACZuf8twtoolkit-settings-editor5bd806651a1401d5aea7b87b25d602cde745815e.github/workflows/check-i18n.yml[GSoC 2024] Use toolkit for the settings editor11752pull_requestcompletedsuccess1296581926988966750CS_kwDOA5k_I88AAAAGSKrzXghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10316414135https://github.com/jupyterlab/jupyterlab/actions/runs/10316414135[]Timestamp('2024-08-09 08:47:54+0000', tz='UTC')Timestamp('2024-08-09 08:48:49+0000', tz='UTC'){'login': 'Mehak261124', 'id': 145124929, 'node_id': 'U_kgDOCKZuQQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/145124929?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Mehak261124', 'html_url': 'https://github.com/Mehak261124', 'followers_url': 'https://api.github.com/users/Mehak261124/followers', 'following_url': 'https://api.github.com/users/Mehak261124/following{/other_user}', 'gists_url': 'https://api.github.com/users/Mehak261124/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Mehak261124/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Mehak261124/subscriptions', 'organizations_url': 'https://api.github.com/users/Mehak261124/orgs', 'repos_url': 'https://api.github.com/users/Mehak261124/repos', 'events_url': 'https://api.github.com/users/Mehak261124/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Mehak261124/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 08:47:54+0000', tz='UTC'){'login': 'Mehak261124', 'id': 145124929, 'node_id': 'U_kgDOCKZuQQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/145124929?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Mehak261124', 'html_url': 'https://github.com/Mehak261124', 'followers_url': 'https://api.github.com/users/Mehak261124/followers', 'following_url': 'https://api.github.com/users/Mehak261124/following{/other_user}', 'gists_url': 'https://api.github.com/users/Mehak261124/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Mehak261124/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Mehak261124/subscriptions', 'organizations_url': 'https://api.github.com/users/Mehak261124/orgs', 'repos_url': 'https://api.github.com/users/Mehak261124/repos', 'events_url': 'https://api.github.com/users/Mehak261124/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Mehak261124/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10316414135/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10316414135/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26988966750https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10316414135/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10316414135/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10316414135/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '5bd806651a1401d5aea7b87b25d602cde745815e', 'tree_id': '7c2ce9b4e93bb728f59b0084746842a9b56f3e7d', 'message': "Merge branch 'toolkit-settings-editor' of github.com:Mehak261124/jupyterlab into toolkit-settings-editor", 'timestamp': '2024-08-09T08:47:27Z', 'author': {'name': 'Mehak261124', 'email': '145124929+Mehak261124@users.noreply.github.com'}, 'committer': {'name': 'Mehak261124', 'email': '145124929+Mehak261124@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 763451449, 'node_id': 'R_kgDOLYFYOQ', 'name': 'jupyterlab', 'full_name': 'Mehak261124/jupyterlab', 'private': False, 'owner': {'login': 'Mehak261124', 'id': 145124929, 'node_id': 'U_kgDOCKZuQQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/145124929?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Mehak261124', 'html_url': 'https://github.com/Mehak261124', 'followers_url': 'https://api.github.com/users/Mehak261124/followers', 'following_url': 'https://api.github.com/users/Mehak261124/following{/other_user}', 'gists_url': 'https://api.github.com/users/Mehak261124/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Mehak261124/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Mehak261124/subscriptions', 'organizations_url': 'https://api.github.com/users/Mehak261124/orgs', 'repos_url': 'https://api.github.com/users/Mehak261124/repos', 'events_url': 'https://api.github.com/users/Mehak261124/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Mehak261124/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/Mehak261124/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/Mehak261124/jupyterlab', 'forks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/deployments'}
410323778568Check internationalization changesWFR_kwLOA5k_I88AAAACZ1hcCAcell-toolbar-disable-docsfc8daa0dbf104a94b3892d58ea7c743c5934c84e.github/workflows/check-i18n.ymlUpdate docs to mention "show cell toolbar" option11765pull_requestcompletedsuccess1296581927009556573CS_kwDOA5k_I88AAAAGSeUgXQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323778568https://github.com/jupyterlab/jupyterlab/actions/runs/10323778568[]Timestamp('2024-08-09 18:14:25+0000', tz='UTC')Timestamp('2024-08-09 18:15:22+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 18:14:25+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323778568/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323778568/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27009556573https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323778568/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323778568/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10323778568/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'fc8daa0dbf104a94b3892d58ea7c743c5934c84e', 'tree_id': 'f0eac7de05ae43714bd773a24925afdd12158f1f', 'message': 'Reinstates CLI commands for admins', 'timestamp': '2024-08-09T18:14:10Z', 'author': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}, 'committer': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 421988346, 'node_id': 'R_kgDOGScH-g', 'name': 'jupyterlab', 'full_name': 'JasonWeill/jupyterlab', 'private': False, 'owner': {'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/JasonWeill/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/JasonWeill/jupyterlab', 'forks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/deployments'}
410285133023Check internationalization changesWFR_kwLOA5k_I88AAAACZQqs3wcommand-factory-async4b5e540b6221673bc24f07809395b689a7202c90.github/workflows/check-i18n.yml[Gsoc 2024] Command factory async11727pull_requestcompletedsuccess1296581926905786114CS_kwDOA5k_I88AAAAGQ7W3Aghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10285133023https://github.com/jupyterlab/jupyterlab/actions/runs/10285133023[]Timestamp('2024-08-07 13:19:28+0000', tz='UTC')Timestamp('2024-08-07 15:03:57+0000', tz='UTC'){'login': 'pre-commit-ci[bot]', 'id': 66853113, 'node_id': 'MDM6Qm90NjY4NTMxMTM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/68672?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D', 'html_url': 'https://github.com/apps/pre-commit-ci', 'followers_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/pre-commit-ci%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}2[]Timestamp('2024-08-07 15:02:56+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10285133023/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10285133023/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26905786114https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10285133023/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10285133023/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10285133023/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10285133023/attempts/1https://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '4b5e540b6221673bc24f07809395b689a7202c90', 'tree_id': '58dc0f2ba9479611bb9ad59dfa414b0f0ae62181', 'message': '[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci', 'timestamp': '2024-08-07T13:19:23Z', 'author': {'name': 'pre-commit-ci[bot]', 'email': '66853113+pre-commit-ci[bot]@users.noreply.github.com'}, 'committer': {'name': 'pre-commit-ci[bot]', 'email': '66853113+pre-commit-ci[bot]@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 764576001, 'node_id': 'R_kgDOLZKBAQ', 'name': 'jupyterlab', 'full_name': 'AshokChoudhary11/jupyterlab', 'private': False, 'owner': {'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/AshokChoudhary11/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab', 'forks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/deployments'}
410257885194Check internationalization changesWFR_kwLOA5k_I88AAAACY2roCgcell-toolbar-disable-optionfa4e949264baf51e8b7485382d046a118afc4510.github/workflows/check-i18n.ymlOption to disable cell toolbar 11709pull_requestcompletedsuccess1296581926833699479CS_kwDOA5k_I88AAAAGP2nClwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257885194https://github.com/jupyterlab/jupyterlab/actions/runs/10257885194[]Timestamp('2024-08-06 00:09:49+0000', tz='UTC')Timestamp('2024-08-06 00:10:43+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-06 00:09:49+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257885194/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257885194/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26833699479https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257885194/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257885194/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257885194/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'fa4e949264baf51e8b7485382d046a118afc4510', 'tree_id': '36f9bfd4cd3d8c1605af30426b715a01e63697a2', 'message': 'Simplifies settings load for test runs', 'timestamp': '2024-08-06T00:09:28Z', 'author': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}, 'committer': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 421988346, 'node_id': 'R_kgDOGScH-g', 'name': 'jupyterlab', 'full_name': 'JasonWeill/jupyterlab', 'private': False, 'owner': {'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/JasonWeill/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/JasonWeill/jupyterlab', 'forks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/deployments'}
410284272601Check internationalization changesWFR_kwLOA5k_I88AAAACZP2L2Qresize-file-browsere31b717488b63a74f4e73615f728ef3daa0246a7.github/workflows/check-i18n.ymlImplement resizing for the file browser11720pull_requestcompletedsuccess1296581926903374382CS_kwDOA5k_I88AAAAGQ5DqLghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284272601https://github.com/jupyterlab/jupyterlab/actions/runs/10284272601[]Timestamp('2024-08-07 12:27:22+0000', tz='UTC')Timestamp('2024-08-07 12:28:25+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-07 12:27:22+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284272601/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284272601/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26903374382https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284272601/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284272601/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284272601/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'e31b717488b63a74f4e73615f728ef3daa0246a7', 'tree_id': '30a3e08b83fdad4d90d0ff71ad489ad943d455c1', 'message': 'Fix typing on sizing: `is_selected` is no resizable,\n\nbut all columns have sizes even they are not resizable.', 'timestamp': '2024-08-07T12:24:52Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
410304504662Check internationalization changesWFR_kwLOA5k_I88AAAACZjJDVgpdruce/nb-create-new-kernel21416bfd15741d0008346a38a9932ae900d3ec67.github/workflows/check-i18n.ymlAdd kernel selection to Galata notebook creation11743pull_requestcompletedsuccess1296581926958098665CS_kwDOA5k_I88AAAAGRtPw6Qhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10304504662https://github.com/jupyterlab/jupyterlab/actions/runs/10304504662[]Timestamp('2024-08-08 14:58:07+0000', tz='UTC')Timestamp('2024-08-08 14:59:02+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-08 14:58:07+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10304504662/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10304504662/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26958098665https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10304504662/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10304504662/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10304504662/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '21416bfd15741d0008346a38a9932ae900d3ec67', 'tree_id': 'd9b28bd5379869e19de74309a036e86ad5b985e3', 'message': 'Use an actual `null` value', 'timestamp': '2024-08-08T14:58:03Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 528892735, 'node_id': 'R_kgDOH4ZDPw', 'name': 'jupyterlab', 'full_name': 'pauldruce/jupyterlab', 'private': False, 'owner': {'login': 'pauldruce', 'id': 30435358, 'node_id': 'MDQ6VXNlcjMwNDM1MzU4', 'avatar_url': 'https://avatars.githubusercontent.com/u/30435358?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pauldruce', 'html_url': 'https://github.com/pauldruce', 'followers_url': 'https://api.github.com/users/pauldruce/followers', 'following_url': 'https://api.github.com/users/pauldruce/following{/other_user}', 'gists_url': 'https://api.github.com/users/pauldruce/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/pauldruce/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/pauldruce/subscriptions', 'organizations_url': 'https://api.github.com/users/pauldruce/orgs', 'repos_url': 'https://api.github.com/users/pauldruce/repos', 'events_url': 'https://api.github.com/users/pauldruce/events{/privacy}', 'received_events_url': 'https://api.github.com/users/pauldruce/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/pauldruce/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/pauldruce/jupyterlab', 'forks_url': 'https://api.github.com/repos/pauldruce/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/pauldruce/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/pauldruce/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/pauldruce/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/pauldruce/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/pauldruce/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/pauldruce/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/pauldruce/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/pauldruce/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/pauldruce/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/pauldruce/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/pauldruce/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/pauldruce/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/pauldruce/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/pauldruce/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/pauldruce/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/pauldruce/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/pauldruce/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/pauldruce/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/pauldruce/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/pauldruce/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/pauldruce/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/pauldruce/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/pauldruce/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/pauldruce/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/pauldruce/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/pauldruce/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/pauldruce/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/pauldruce/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/pauldruce/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/pauldruce/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/pauldruce/jupyterlab/deployments'}
410271303497Check internationalization changesWFR_kwLOA5k_I88AAAACZDenSQresize-file-browser8a16485be6c789a097d8831cbf63c898a109565c.github/workflows/check-i18n.ymlImplement resizing for the file browser11713pull_requestcompletedsuccess1296581926869293010CS_kwDOA5k_I88AAAAGQYjf0ghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303497https://github.com/jupyterlab/jupyterlab/actions/runs/10271303497[]Timestamp('2024-08-06 17:36:33+0000', tz='UTC')Timestamp('2024-08-06 17:37:34+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-06 17:36:33+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303497/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303497/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26869293010https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303497/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303497/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10271303497/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '8a16485be6c789a097d8831cbf63c898a109565c', 'tree_id': 'ed3bc2b18b011a42928378ab77e098e8d150f539', 'message': 'Implement resizing for file browser', 'timestamp': '2024-08-06T17:19:38Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
410370038908Check internationalization changesWFR_kwLOA5k_I88AAAACaho8fAtoolkit-settings-editorbd05447b04b60e2878b4750cd0c996ac491cb30b.github/workflows/check-i18n.yml[GSoC 2024] Use toolkit for the settings editor11792pull_requestcompletedsuccess1296581927121308998CS_kwDOA5k_I88AAAAGUI5VRghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10370038908https://github.com/jupyterlab/jupyterlab/actions/runs/10370038908[]Timestamp('2024-08-13 12:47:49+0000', tz='UTC')Timestamp('2024-08-13 12:48:49+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-13 12:47:49+0000', tz='UTC'){'login': 'fcollonval', 'id': 8435071, 'node_id': 'MDQ6VXNlcjg0MzUwNzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8435071?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fcollonval', 'html_url': 'https://github.com/fcollonval', 'followers_url': 'https://api.github.com/users/fcollonval/followers', 'following_url': 'https://api.github.com/users/fcollonval/following{/other_user}', 'gists_url': 'https://api.github.com/users/fcollonval/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/fcollonval/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/fcollonval/subscriptions', 'organizations_url': 'https://api.github.com/users/fcollonval/orgs', 'repos_url': 'https://api.github.com/users/fcollonval/repos', 'events_url': 'https://api.github.com/users/fcollonval/events{/privacy}', 'received_events_url': 'https://api.github.com/users/fcollonval/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10370038908/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10370038908/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27121308998https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10370038908/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10370038908/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10370038908/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'bd05447b04b60e2878b4750cd0c996ac491cb30b', 'tree_id': '564ccbc6486661e3c5e8e9b0536af8ce911dbfcc', 'message': 'Fix integrity', 'timestamp': '2024-08-13T12:43:19Z', 'author': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}, 'committer': {'name': 'Frรฉdรฉric Collonval', 'email': 'fcollonval@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 763451449, 'node_id': 'R_kgDOLYFYOQ', 'name': 'jupyterlab', 'full_name': 'Mehak261124/jupyterlab', 'private': False, 'owner': {'login': 'Mehak261124', 'id': 145124929, 'node_id': 'U_kgDOCKZuQQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/145124929?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Mehak261124', 'html_url': 'https://github.com/Mehak261124', 'followers_url': 'https://api.github.com/users/Mehak261124/followers', 'following_url': 'https://api.github.com/users/Mehak261124/following{/other_user}', 'gists_url': 'https://api.github.com/users/Mehak261124/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Mehak261124/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Mehak261124/subscriptions', 'organizations_url': 'https://api.github.com/users/Mehak261124/orgs', 'repos_url': 'https://api.github.com/users/Mehak261124/repos', 'events_url': 'https://api.github.com/users/Mehak261124/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Mehak261124/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/Mehak261124/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/Mehak261124/jupyterlab', 'forks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/Mehak261124/jupyterlab/deployments'}
410298466441Check internationalization changesWFR_kwLOA5k_I88AAAACZdYgiQresize-file-browser829bc5914b6a78a90d500e9ed144a4df4f0eec9b.github/workflows/check-i18n.ymlImplement resizing for the file browser11742pull_requestcompletedsuccess1296581926941172498CS_kwDOA5k_I88AAAAGRdGrEghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10298466441https://github.com/jupyterlab/jupyterlab/actions/runs/10298466441[]Timestamp('2024-08-08 08:15:59+0000', tz='UTC')Timestamp('2024-08-08 08:16:54+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-08 08:15:59+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10298466441/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10298466441/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26941172498https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10298466441/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10298466441/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10298466441/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '829bc5914b6a78a90d500e9ed144a4df4f0eec9b', 'tree_id': '559abe9b10c7c7297e2d276ce7f94f25534d8cb1', 'message': 'Update snapshots', 'timestamp': '2024-08-08T08:15:42Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
410421516096Check internationalization changesWFR_kwLOA5k_I88AAAACbSu3QAdocs-debugger-instructionsf63ca38cbf6d8b4c3c29e54dd95f499463dbbec0.github/workflows/check-i18n.ymlFix JupyterLab install instructions in the debugger docs11804pull_requestcompletedsuccess1296581927257391084CS_kwDOA5k_I88AAAAGWKrH7Ahttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10421516096https://github.com/jupyterlab/jupyterlab/actions/runs/10421516096[]Timestamp('2024-08-16 14:24:26+0000', tz='UTC')Timestamp('2024-08-16 14:25:31+0000', tz='UTC'){'login': 'jtpio', 'id': 591645, 'node_id': 'MDQ6VXNlcjU5MTY0NQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/591645?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jtpio', 'html_url': 'https://github.com/jtpio', 'followers_url': 'https://api.github.com/users/jtpio/followers', 'following_url': 'https://api.github.com/users/jtpio/following{/other_user}', 'gists_url': 'https://api.github.com/users/jtpio/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jtpio/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jtpio/subscriptions', 'organizations_url': 'https://api.github.com/users/jtpio/orgs', 'repos_url': 'https://api.github.com/users/jtpio/repos', 'events_url': 'https://api.github.com/users/jtpio/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jtpio/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-16 14:24:26+0000', tz='UTC'){'login': 'jtpio', 'id': 591645, 'node_id': 'MDQ6VXNlcjU5MTY0NQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/591645?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jtpio', 'html_url': 'https://github.com/jtpio', 'followers_url': 'https://api.github.com/users/jtpio/followers', 'following_url': 'https://api.github.com/users/jtpio/following{/other_user}', 'gists_url': 'https://api.github.com/users/jtpio/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jtpio/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jtpio/subscriptions', 'organizations_url': 'https://api.github.com/users/jtpio/orgs', 'repos_url': 'https://api.github.com/users/jtpio/repos', 'events_url': 'https://api.github.com/users/jtpio/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jtpio/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10421516096/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10421516096/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27257391084https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10421516096/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10421516096/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10421516096/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'f63ca38cbf6d8b4c3c29e54dd95f499463dbbec0', 'tree_id': '4ea80af938574383d666909275dbf415238e34a8', 'message': 'Fix JupyterLab install instructions in the debugger docs', 'timestamp': '2024-08-16T14:23:24Z', 'author': {'name': 'Jeremy Tuloup', 'email': 'jeremy.tuloup@gmail.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 122255524, 'node_id': 'MDEwOlJlcG9zaXRvcnkxMjIyNTU1MjQ=', 'name': 'jupyterlab', 'full_name': 'jtpio/jupyterlab', 'private': False, 'owner': {'login': 'jtpio', 'id': 591645, 'node_id': 'MDQ6VXNlcjU5MTY0NQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/591645?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jtpio', 'html_url': 'https://github.com/jtpio', 'followers_url': 'https://api.github.com/users/jtpio/followers', 'following_url': 'https://api.github.com/users/jtpio/following{/other_user}', 'gists_url': 'https://api.github.com/users/jtpio/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jtpio/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jtpio/subscriptions', 'organizations_url': 'https://api.github.com/users/jtpio/orgs', 'repos_url': 'https://api.github.com/users/jtpio/repos', 'events_url': 'https://api.github.com/users/jtpio/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jtpio/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/jtpio/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/jtpio/jupyterlab', 'forks_url': 'https://api.github.com/repos/jtpio/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jtpio/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jtpio/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jtpio/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jtpio/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jtpio/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jtpio/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jtpio/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jtpio/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jtpio/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jtpio/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jtpio/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jtpio/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jtpio/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jtpio/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jtpio/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jtpio/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jtpio/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jtpio/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jtpio/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jtpio/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jtpio/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jtpio/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jtpio/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jtpio/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jtpio/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jtpio/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jtpio/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jtpio/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jtpio/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jtpio/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jtpio/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jtpio/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jtpio/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jtpio/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jtpio/jupyterlab/deployments'}
410284981529Check internationalization changesWFR_kwLOA5k_I88AAAACZQhdGQcommand-factory-async3600ca1ec625153434c30ba96de6ac36ea7ddf37.github/workflows/check-i18n.yml[Gsoc 2024] Command factory async11724pull_requestcompletedaction_required1296581926905361276CS_kwDOA5k_I88AAAAGQ687fAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284981529https://github.com/jupyterlab/jupyterlab/actions/runs/10284981529[]Timestamp('2024-08-07 13:10:32+0000', tz='UTC')Timestamp('2024-08-07 13:10:32+0000', tz='UTC'){'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-07 13:10:32+0000', tz='UTC'){'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284981529/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284981529/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26905361276https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284981529/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284981529/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10284981529/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '3600ca1ec625153434c30ba96de6ac36ea7ddf37', 'tree_id': 'b062c72c56fffc08060a2a953a26c09c80b74c1a', 'message': 'merge conflits', 'timestamp': '2024-08-07T13:10:16Z', 'author': {'name': 'AShok', 'email': 'ashokchoudharya86@gmail.com'}, 'committer': {'name': 'AShok', 'email': 'ashokchoudharya86@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 764576001, 'node_id': 'R_kgDOLZKBAQ', 'name': 'jupyterlab', 'full_name': 'AshokChoudhary11/jupyterlab', 'private': False, 'owner': {'login': 'AshokChoudhary11', 'id': 127404300, 'node_id': 'U_kgDOB5gJDA', 'avatar_url': 'https://avatars.githubusercontent.com/u/127404300?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/AshokChoudhary11', 'html_url': 'https://github.com/AshokChoudhary11', 'followers_url': 'https://api.github.com/users/AshokChoudhary11/followers', 'following_url': 'https://api.github.com/users/AshokChoudhary11/following{/other_user}', 'gists_url': 'https://api.github.com/users/AshokChoudhary11/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/AshokChoudhary11/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/AshokChoudhary11/subscriptions', 'organizations_url': 'https://api.github.com/users/AshokChoudhary11/orgs', 'repos_url': 'https://api.github.com/users/AshokChoudhary11/repos', 'events_url': 'https://api.github.com/users/AshokChoudhary11/events{/privacy}', 'received_events_url': 'https://api.github.com/users/AshokChoudhary11/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/AshokChoudhary11/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab', 'forks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/AshokChoudhary11/jupyterlab/deployments'}
410318752363Check internationalization changesWFR_kwLOA5k_I88AAAACZwuqawfix_shift_click3bf72c65f4e8c695cf8f5a08bb797d163b20376b.github/workflows/check-i18n.ymlDo not block shift-click mouse up handler on active cell11763pull_requestcompletedsuccess1296581926995217604CS_kwDOA5k_I88AAAAGSQpUxAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318752363https://github.com/jupyterlab/jupyterlab/actions/runs/10318752363[]Timestamp('2024-08-09 11:53:50+0000', tz='UTC')Timestamp('2024-08-09 11:54:38+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-09 11:53:50+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318752363/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318752363/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26995217604https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318752363/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318752363/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10318752363/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '3bf72c65f4e8c695cf8f5a08bb797d163b20376b', 'tree_id': '4550f3580e5978e44cd2d5c43e0043dc6c6cd70c', 'message': 'Adjust comment', 'timestamp': '2024-08-09T11:53:46Z', 'author': {'name': 'Michaล‚ Krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'GitHub', 'email': 'noreply@github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 839061282, 'node_id': 'R_kgDOMgMPIg', 'name': 'jupyterlab', 'full_name': 'EdsterG/jupyterlab', 'private': False, 'owner': {'login': 'EdsterG', 'id': 3106867, 'node_id': 'MDQ6VXNlcjMxMDY4Njc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3106867?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/EdsterG', 'html_url': 'https://github.com/EdsterG', 'followers_url': 'https://api.github.com/users/EdsterG/followers', 'following_url': 'https://api.github.com/users/EdsterG/following{/other_user}', 'gists_url': 'https://api.github.com/users/EdsterG/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/EdsterG/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/EdsterG/subscriptions', 'organizations_url': 'https://api.github.com/users/EdsterG/orgs', 'repos_url': 'https://api.github.com/users/EdsterG/repos', 'events_url': 'https://api.github.com/users/EdsterG/events{/privacy}', 'received_events_url': 'https://api.github.com/users/EdsterG/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/EdsterG/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/EdsterG/jupyterlab', 'forks_url': 'https://api.github.com/repos/EdsterG/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/EdsterG/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/EdsterG/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/EdsterG/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/EdsterG/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/EdsterG/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/EdsterG/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/EdsterG/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/EdsterG/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/EdsterG/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/EdsterG/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/EdsterG/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/EdsterG/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/EdsterG/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/EdsterG/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/EdsterG/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/EdsterG/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/EdsterG/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/EdsterG/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/EdsterG/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/EdsterG/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/EdsterG/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/EdsterG/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/EdsterG/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/EdsterG/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/EdsterG/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/EdsterG/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/EdsterG/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/EdsterG/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/EdsterG/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/EdsterG/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/EdsterG/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/EdsterG/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/EdsterG/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/EdsterG/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/EdsterG/jupyterlab/deployments'}
410306666715Check internationalization changesWFR_kwLOA5k_I88AAAACZlNA2wconvert-completer-colors-to-variablesfcb158b795825d0de2f12b7a557326ce976c8f68.github/workflows/check-i18n.ymlConvert `@jupyterlab/completer` type colors to theme CSS variables11747pull_requestcompletedsuccess1296581926964228802CS_kwDOA5k_I88AAAAGRzF6wghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10306666715https://github.com/jupyterlab/jupyterlab/actions/runs/10306666715[]Timestamp('2024-08-08 17:25:23+0000', tz='UTC')Timestamp('2024-08-08 18:32:36+0000', tz='UTC'){'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}2[]Timestamp('2024-08-08 18:31:09+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10306666715/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10306666715/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26964228802https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10306666715/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10306666715/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10306666715/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10306666715/attempts/1https://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'fcb158b795825d0de2f12b7a557326ce976c8f68', 'tree_id': '5d6d0076d3930fedf01a5db7844d1fd4488c9034', 'message': 'Convert @jupyterlab/completer type colors to theme CSS variables', 'timestamp': '2024-08-08T17:22:37Z', 'author': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}, 'committer': {'name': 'Joรฃo Palmeiro', 'email': 'joaommpalmeiro@gmail.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 579085263, 'node_id': 'R_kgDOIoQjzw', 'name': 'jupyterlab', 'full_name': 'joaopalmeiro/jupyterlab', 'private': False, 'owner': {'login': 'joaopalmeiro', 'id': 17132927, 'node_id': 'MDQ6VXNlcjE3MTMyOTI3', 'avatar_url': 'https://avatars.githubusercontent.com/u/17132927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joaopalmeiro', 'html_url': 'https://github.com/joaopalmeiro', 'followers_url': 'https://api.github.com/users/joaopalmeiro/followers', 'following_url': 'https://api.github.com/users/joaopalmeiro/following{/other_user}', 'gists_url': 'https://api.github.com/users/joaopalmeiro/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/joaopalmeiro/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/joaopalmeiro/subscriptions', 'organizations_url': 'https://api.github.com/users/joaopalmeiro/orgs', 'repos_url': 'https://api.github.com/users/joaopalmeiro/repos', 'events_url': 'https://api.github.com/users/joaopalmeiro/events{/privacy}', 'received_events_url': 'https://api.github.com/users/joaopalmeiro/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/joaopalmeiro/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab', 'forks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/joaopalmeiro/jupyterlab/deployments'}
410281737495Check internationalization changesWFR_kwLOA5k_I88AAAACZNbdFwpre-commit-ci-update-confige8e43064e24cb6866f0d87cdb8efb71bca1eefe3.github/workflows/check-i18n.yml[pre-commit.ci] pre-commit autoupdate11717pull_requestcompletedsuccess1296581926896404514CS_kwDOA5k_I88AAAAGQyaQIghttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10281737495https://github.com/jupyterlab/jupyterlab/actions/runs/10281737495[]Timestamp('2024-08-07 09:27:12+0000', tz='UTC')Timestamp('2024-08-07 09:28:04+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-07 09:27:12+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10281737495/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10281737495/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26896404514https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10281737495/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10281737495/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10281737495/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'e8e43064e24cb6866f0d87cdb8efb71bca1eefe3', 'tree_id': '852ea9947c66b200e7d5ad4447776f40b31a4b1f', 'message': 'Align `ruff` version in `pyproject.toml`', 'timestamp': '2024-08-07T09:26:45Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}
410257297977Check internationalization changesWFR_kwLOA5k_I88AAAACY2HyOQcell-toolbar-disable-option9d988b41c608c81aec8f16857079f1dee5e7bc01.github/workflows/check-i18n.ymlOption to disable cell toolbar 11708pull_requestcompletedsuccess1296581926832330304CS_kwDOA5k_I88AAAAGP1TeQAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257297977https://github.com/jupyterlab/jupyterlab/actions/runs/10257297977[]Timestamp('2024-08-05 23:06:06+0000', tz='UTC')Timestamp('2024-08-05 23:07:03+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-05 23:06:06+0000', tz='UTC'){'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257297977/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257297977/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26832330304https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257297977/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257297977/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10257297977/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': '9d988b41c608c81aec8f16857079f1dee5e7bc01', 'tree_id': 'b34a000ed11bf495439781e7b736e9671270dc2d', 'message': 'Adds accessor', 'timestamp': '2024-08-05T16:48:13Z', 'author': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}, 'committer': {'name': 'Jason Weill', 'email': 'jweill@amazon.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 421988346, 'node_id': 'R_kgDOGScH-g', 'name': 'jupyterlab', 'full_name': 'JasonWeill/jupyterlab', 'private': False, 'owner': {'login': 'JasonWeill', 'id': 93281816, 'node_id': 'U_kgDOBY9eGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/93281816?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JasonWeill', 'html_url': 'https://github.com/JasonWeill', 'followers_url': 'https://api.github.com/users/JasonWeill/followers', 'following_url': 'https://api.github.com/users/JasonWeill/following{/other_user}', 'gists_url': 'https://api.github.com/users/JasonWeill/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JasonWeill/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JasonWeill/subscriptions', 'organizations_url': 'https://api.github.com/users/JasonWeill/orgs', 'repos_url': 'https://api.github.com/users/JasonWeill/repos', 'events_url': 'https://api.github.com/users/JasonWeill/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JasonWeill/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/JasonWeill/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/JasonWeill/jupyterlab', 'forks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/JasonWeill/jupyterlab/deployments'}
410287178989Check internationalization changesWFR_kwLOA5k_I88AAAACZSnk7Qresize-file-browserb0538068ade51313d71f8507266c05e777716a4a.github/workflows/check-i18n.ymlImplement resizing for the file browser11729pull_requestcompletedsuccess1296581926911742099CS_kwDOA5k_I88AAAAGRBCYkwhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10287178989https://github.com/jupyterlab/jupyterlab/actions/runs/10287178989[]Timestamp('2024-08-07 15:23:46+0000', tz='UTC')Timestamp('2024-08-07 15:24:47+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}1[]Timestamp('2024-08-07 15:23:46+0000', tz='UTC'){'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10287178989/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10287178989/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/26911742099https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10287178989/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10287178989/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10287178989/rerunhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/12965819{'id': 'b0538068ade51313d71f8507266c05e777716a4a', 'tree_id': '79f70d21be94aa1991a261e46bb3c8a98125ebf4', 'message': 'Update snapshots', 'timestamp': '2024-08-07T15:23:28Z', 'author': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}, 'committer': {'name': 'krassowski', 'email': '5832902+krassowski@users.noreply.github.com'}}{'id': 60374819, 'node_id': 'MDEwOlJlcG9zaXRvcnk2MDM3NDgxOQ==', 'name': 'jupyterlab', 'full_name': 'jupyterlab/jupyterlab', 'private': False, 'owner': {'login': 'jupyterlab', 'id': 22800682, 'node_id': 'MDEyOk9yZ2FuaXphdGlvbjIyODAwNjgy', 'avatar_url': 'https://avatars.githubusercontent.com/u/22800682?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jupyterlab', 'html_url': 'https://github.com/jupyterlab', 'followers_url': 'https://api.github.com/users/jupyterlab/followers', 'following_url': 'https://api.github.com/users/jupyterlab/following{/other_user}', 'gists_url': 'https://api.github.com/users/jupyterlab/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jupyterlab/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jupyterlab/subscriptions', 'organizations_url': 'https://api.github.com/users/jupyterlab/orgs', 'repos_url': 'https://api.github.com/users/jupyterlab/repos', 'events_url': 'https://api.github.com/users/jupyterlab/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jupyterlab/received_events', 'type': 'Organization', 'site_admin': False}, 'html_url': 'https://github.com/jupyterlab/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': False, 'url': 'https://api.github.com/repos/jupyterlab/jupyterlab', 'forks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/jupyterlab/jupyterlab/deployments'}{'id': 195650369, 'node_id': 'MDEwOlJlcG9zaXRvcnkxOTU2NTAzNjk=', 'name': 'jupyterlab', 'full_name': 'krassowski/jupyterlab', 'private': False, 'owner': {'login': 'krassowski', 'id': 5832902, 'node_id': 'MDQ6VXNlcjU4MzI5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5832902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/krassowski', 'html_url': 'https://github.com/krassowski', 'followers_url': 'https://api.github.com/users/krassowski/followers', 'following_url': 'https://api.github.com/users/krassowski/following{/other_user}', 'gists_url': 'https://api.github.com/users/krassowski/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/krassowski/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/krassowski/subscriptions', 'organizations_url': 'https://api.github.com/users/krassowski/orgs', 'repos_url': 'https://api.github.com/users/krassowski/repos', 'events_url': 'https://api.github.com/users/krassowski/events{/privacy}', 'received_events_url': 'https://api.github.com/users/krassowski/received_events', 'type': 'User', 'site_admin': False}, 'html_url': 'https://github.com/krassowski/jupyterlab', 'description': 'JupyterLab computational environment.', 'fork': True, 'url': 'https://api.github.com/repos/krassowski/jupyterlab', 'forks_url': 'https://api.github.com/repos/krassowski/jupyterlab/forks', 'keys_url': 'https://api.github.com/repos/krassowski/jupyterlab/keys{/key_id}', 'collaborators_url': 'https://api.github.com/repos/krassowski/jupyterlab/collaborators{/collaborator}', 'teams_url': 'https://api.github.com/repos/krassowski/jupyterlab/teams', 'hooks_url': 'https://api.github.com/repos/krassowski/jupyterlab/hooks', 'issue_events_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/events{/number}', 'events_url': 'https://api.github.com/repos/krassowski/jupyterlab/events', 'assignees_url': 'https://api.github.com/repos/krassowski/jupyterlab/assignees{/user}', 'branches_url': 'https://api.github.com/repos/krassowski/jupyterlab/branches{/branch}', 'tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/tags', 'blobs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/blobs{/sha}', 'git_tags_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/tags{/sha}', 'git_refs_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/refs{/sha}', 'trees_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/trees{/sha}', 'statuses_url': 'https://api.github.com/repos/krassowski/jupyterlab/statuses/{sha}', 'languages_url': 'https://api.github.com/repos/krassowski/jupyterlab/languages', 'stargazers_url': 'https://api.github.com/repos/krassowski/jupyterlab/stargazers', 'contributors_url': 'https://api.github.com/repos/krassowski/jupyterlab/contributors', 'subscribers_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscribers', 'subscription_url': 'https://api.github.com/repos/krassowski/jupyterlab/subscription', 'commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/commits{/sha}', 'git_commits_url': 'https://api.github.com/repos/krassowski/jupyterlab/git/commits{/sha}', 'comments_url': 'https://api.github.com/repos/krassowski/jupyterlab/comments{/number}', 'issue_comment_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues/comments{/number}', 'contents_url': 'https://api.github.com/repos/krassowski/jupyterlab/contents/{+path}', 'compare_url': 'https://api.github.com/repos/krassowski/jupyterlab/compare/{base}...{head}', 'merges_url': 'https://api.github.com/repos/krassowski/jupyterlab/merges', 'archive_url': 'https://api.github.com/repos/krassowski/jupyterlab/{archive_format}{/ref}', 'downloads_url': 'https://api.github.com/repos/krassowski/jupyterlab/downloads', 'issues_url': 'https://api.github.com/repos/krassowski/jupyterlab/issues{/number}', 'pulls_url': 'https://api.github.com/repos/krassowski/jupyterlab/pulls{/number}', 'milestones_url': 'https://api.github.com/repos/krassowski/jupyterlab/milestones{/number}', 'notifications_url': 'https://api.github.com/repos/krassowski/jupyterlab/notifications{?since,all,participating}', 'labels_url': 'https://api.github.com/repos/krassowski/jupyterlab/labels{/name}', 'releases_url': 'https://api.github.com/repos/krassowski/jupyterlab/releases{/id}', 'deployments_url': 'https://api.github.com/repos/krassowski/jupyterlab/deployments'}
min9072481310Auto Author AssignWFR_kwLOA5k_I88AAAACHMMUHgadd-new-launcher-button-hover-bg-color0655c6b7c25d26fb00743e0ca591d162a1000da4.github/workflows/answered.ymlAdd RBAC support to JupyterLab1046issue_commentcompletedaction_required973225223746752831CS_kwDOA5k_I88AAAAF-PRdOQhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065https://github.com/jupyterlab/jupyterlab/actions/runs/10014950065[]Timestamp('2024-05-14 01:49:23+0000', tz='UTC')Timestamp('2024-05-14 01:49:43+0000', tz='UTC')nan1[]Timestamp('2024-05-14 01:49:23+0000', tz='UTC')nanhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/23746752831https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/10014950065/rerunnanhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/10975727nannannan
max10422052157Comment on the pull requestWFR_kwLOA5k_I88AAAACbTPlPQtoolkit-tree-viewfdd45e49e2ad059e4843a4dab915fb1a5cd59902.github/workflows/check-i18n.ymladded name and changed and reimplemented label11804workflow_runcompletedsuccess1302695227258962008CS_kwDOA5k_I88AAAAGWMLAWAhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468https://github.com/jupyterlab/jupyterlab/actions/runs/9966858468[]Timestamp('2024-08-16 15:04:47+0000', tz='UTC')Timestamp('2024-08-16 15:04:50+0000', tz='UTC')nan2[]Timestamp('2024-08-16 15:04:47+0000', tz='UTC')nanhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/jobshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/logshttps://api.github.com/repos/jupyterlab/jupyterlab/check-suites/27258962008https://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/artifactshttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/cancelhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/runs/9966858468/rerunnanhttps://api.github.com/repos/jupyterlab/jupyterlab/actions/workflows/9732252nannannan
diffnannannannannannannannannannannannannannannannannan81693240000000008169307000000000nannannan8169324000000000nannannannannannannannannannannannan
gantt = (g := df.sample(99)).groupby(g.index).pipe(
    get_table, id="actions", options=nbconvert_a11y.table.TableOptions(max_rows=100, max_columns=100), caption=\

a gannt chart of github workflows

)
gantt.table.caption.clear()
gantt.table.attrs["class"] = "gantt"
HTML(gantt)
%%
```css
#actions.gantt {
    --w: 1000;
    --u: 1px;
    --h: 400;
    thead, td {display: none;}
    display: block;
    overflow: auto;
    width: calc(var(--w) * var(--u));
    height: calc(var(--h) * var(--u));

    tbody{
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 0;
        left: 0;
        width: calc(var(--w) * var(--u));
        height: calc(var(--h) * var(--u));
        tr {
            background: unset;
            display: block;
            height: 1rem;
            width: 100%;
            position: relative;
            grid-template-rows: 1fr;
            --x0: calc((var(--created_at) - var(--created_at-min)) / var(--created_at-diff));
            --x1: calc((var(--updated_at) - var(--updated_at-min)) / var(--updated_at-diff));
            th{
                display: block;
                position: absolute;
                width: calc(100% * (var(--x1) - var(--x0)));
                left: calc(100% *  var(--x0));
                border: solid 2px;
            }
        }
    }
}
```
#actions.gantt {
    --w: 1000;
    --u: 1px;
    --h: 400;
    thead, td {display: none;}
    display: block;
    overflow: auto;
    width: calc(var(--w) * var(--u));
    height: calc(var(--h) * var(--u));
    
    tbody{
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 0;
        left: 0;
        width: calc(var(--w) * var(--u));
        height: calc(var(--h) * var(--u));
        tr {
            background: unset;
            display: block;
            height: 1rem;
            width: 100%;
            position: relative;
            grid-template-rows: 1fr;
            --x0: calc((var(--created_at) - var(--created_at-min)) / var(--created_at-diff));
            --x1: calc((var(--updated_at) - var(--updated_at-min)) / var(--updated_at-diff));
            th{
                display: block;
                position: absolute;
                width: calc(100% * (var(--x1) - var(--x0)));
                left: calc(100% *  var(--x0));
                border: solid 2px;
            }
        }
    }
}