{"id":23608435,"url":"https://github.com/irkernel/irdisplay","last_synced_at":"2025-04-06T05:18:13.045Z","repository":{"id":15578300,"uuid":"18313838","full_name":"IRkernel/IRdisplay","owner":"IRkernel","description":"Jupyter display machinery for R","archived":false,"fork":false,"pushed_at":"2023-03-06T14:51:24.000Z","size":88,"stargazers_count":47,"open_issues_count":6,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T04:09:19.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cran.r-project.org/package=IRdisplay","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IRkernel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-01T01:23:51.000Z","updated_at":"2025-03-24T21:40:05.000Z","dependencies_parsed_at":"2024-06-19T05:35:11.238Z","dependency_job_id":null,"html_url":"https://github.com/IRkernel/IRdisplay","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRkernel%2FIRdisplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRkernel%2FIRdisplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRkernel%2FIRdisplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRkernel%2FIRdisplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IRkernel","download_url":"https://codeload.github.com/IRkernel/IRdisplay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247436496,"owners_count":20938577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-27T14:14:31.458Z","updated_at":"2025-04-06T05:18:13.001Z","avatar_url":"https://github.com/IRkernel.png","language":"R","readme":"IRdisplay [![b-CI]][CI] [![b-CRAN]][CRAN]\n=========\n\n[b-CI]: https://github.com/IRkernel/IRdisplay/actions/workflows/r.yml/badge.svg?branch=master \"Build status\"\n[CI]: https://github.com/IRkernel/IRdisplay/actions/workflows/r.yml\n[b-CRAN]: https://www.r-pkg.org/badges/version/IRdisplay \"Comprehensive R Archive Network\"\n[CRAN]: https://cran.r-project.org/package=IRdisplay\n\nIRdisplay is a front-end package for Jupyter.\nIt’s automatically integrated into [IRkernel][] when you open a Jupyter notebook using that kernel.\n\nThe primary, high level functions are:\n\n```r\ndisplay(obj, ..., mimetypes=\u003cfrom option\u003e, error_handler=stop)\n\ndisplay_png(data = NULL, file = NULL, width = NULL, height = NULL)\n# display_jpeg(…); display_pdf(…); display_svg(…)\n\ndisplay_html(data = NULL, file = NULL)\n# display_javascript(…), display_json(…), display_markdown(…), display_latex(…)\n```\n\nUse `display` to display an object in all configured mime types (see **Configuration**),\nand the `display_*` functions to display raw data you have in form of a file or a variable.\n\nManual use is possible via the `*_mimebundle` functions:\n\n```r\nprepare_mimebundle(obj, mimetypes=\u003cfrom option\u003e, metadata=NULL, error_handler=stop)\npublish_mimebundle(data, metadata = NULL)\n```\n\nWhere `prepare_mimebundle` uses `repr` to create a mimebundle containing representations of objects,\nand `publish_mimebundle` sends such mimebundles to Jupyter.\n\n[IRkernel]: https://irkernel.github.io/running/\n\nConfiguration\n-------------\n\nYou can add your own mime types that should be displayed via:\n\n```r\noptions(jupyter.display_mimetypes = union(getOption('jupyter.display_mimetypes'), ...))\n```\n\nIf you want to create your own kernel reacting to `display` / `publish_mimebundle` calls, you can use:\n\n```r\noptions(jupyter.base_display_func = function(data, metadata = NULL) ...)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firkernel%2Firdisplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firkernel%2Firdisplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firkernel%2Firdisplay/lists"}