{"id":18408681,"url":"https://github.com/h2oai/nitro-altair","last_synced_at":"2026-03-10T07:31:41.523Z","repository":{"id":62591865,"uuid":"498088689","full_name":"h2oai/nitro-altair","owner":"h2oai","description":"Altair plugin for H2O Nitro","archived":false,"fork":false,"pushed_at":"2025-03-17T07:48:10.000Z","size":258,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":39,"default_branch":"main","last_synced_at":"2025-09-08T21:56:49.539Z","etag":null,"topics":["altair","apps","charting-library","charts","data-science","data-visualization","h2o-nitro","plotting","plugin","python","visualization"],"latest_commit_sha":null,"homepage":"https://nitro.h2o.ai/plugins/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h2oai.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,"zenodo":null}},"created_at":"2022-05-30T20:32:02.000Z","updated_at":"2025-04-04T04:12:30.000Z","dependencies_parsed_at":"2024-12-24T14:23:42.485Z","dependency_job_id":"fedff5ff-ff97-4390-ad99-e6073bec0ff6","html_url":"https://github.com/h2oai/nitro-altair","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/h2oai/nitro-altair","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-altair","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-altair/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-altair/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-altair/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h2oai","download_url":"https://codeload.github.com/h2oai/nitro-altair/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-altair/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["altair","apps","charting-library","charts","data-science","data-visualization","h2o-nitro","plotting","plugin","python","visualization"],"created_at":"2024-11-06T03:20:34.810Z","updated_at":"2026-03-10T07:31:41.501Z","avatar_url":"https://github.com/h2oai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Altair plugin for H2O Nitro\n\nThis plugin lets you use [Altair](https://altair-viz.github.io/index.html) visualizations in\n[Nitro](https://github.com/h2oai/nitro) apps.\n\n## Demo\n\n![Demo](demo.gif)\n\n[View source](examples/altair_basic.py).\n\n## Install\n\n```\npip install h2o-nitro-altair\n```\n\n## Usage\n\n1. Import the plugin:\n\n```py \nfrom h2o_nitro_altair import altair_plugin, altair_box\n```\n\n2. Register the plugin:\n\n```py \nnitro = View(main, title='My App', caption='v1.0', plugins=[altair_plugin()])\n```\n\n3. Use the plugin:\n\n```py \n# Make a chart:\nchart = alt.Chart(data.cars()).mark_point().encode(\n    x='Horsepower',\n    y='Miles_per_Gallon',\n    color='Origin',\n).interactive()\n\n# Display the chart:\nview(altair_box(chart))\n```\n\n## Advanced Usage\n\nYou can pass [Vega Embed Options](https://github.com/vega/vega-embed#options) to `altair_box()` for\nmore control:\n\n```py\naltair_box(chart, options=dict(renderer='svg', scaleFactor=2))\n```\n\n## Change Log\n\n- v0.1.1 - Jun 09, 2022\n    - Fixed\n        - Don't return value from plots.\n- v0.1.0 - May 25, 2022\n    - Initial Version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2oai%2Fnitro-altair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh2oai%2Fnitro-altair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2oai%2Fnitro-altair/lists"}