{"id":18408673,"url":"https://github.com/h2oai/nitro-bokeh","last_synced_at":"2025-07-16T07:43:05.839Z","repository":{"id":62591772,"uuid":"496321175","full_name":"h2oai/nitro-bokeh","owner":"h2oai","description":"Bokeh plugin for H2O Nitro","archived":false,"fork":false,"pushed_at":"2025-03-17T07:42:29.000Z","size":260,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-06-13T20:53:53.784Z","etag":null,"topics":["apps","bokeh","bokeh-dashboard","bokeh-plot","charting-library","charts","data-visualization","h2o-nitro","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}},"created_at":"2022-05-25T17:04:59.000Z","updated_at":"2025-04-04T04:12:30.000Z","dependencies_parsed_at":"2025-03-17T08:32:54.511Z","dependency_job_id":"0a0401f0-1d43-4f74-98be-e3879787bbbf","html_url":"https://github.com/h2oai/nitro-bokeh","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/h2oai/nitro-bokeh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-bokeh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-bokeh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-bokeh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-bokeh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h2oai","download_url":"https://codeload.github.com/h2oai/nitro-bokeh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2oai%2Fnitro-bokeh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265493036,"owners_count":23776173,"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":["apps","bokeh","bokeh-dashboard","bokeh-plot","charting-library","charts","data-visualization","h2o-nitro","plugin","python","visualization"],"created_at":"2024-11-06T03:20:26.167Z","updated_at":"2025-07-16T07:43:05.769Z","avatar_url":"https://github.com/h2oai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bokeh plugin for H2O Nitro\n\nThis plugin lets you use [Bokeh](https://docs.bokeh.org/en/latest/) visualizations in [Nitro](https://github.com/h2oai/nitro)\napps.\n\n## Demo\n\n![Demo](demo.gif)\n\n[View source](examples/bokeh_basic.py).\n\n## Install\n\n```\npip install h2o-nitro-bokeh\n```\n\n## Usage\n\n1. Import the plugin:\n\n```py \nfrom h2o_nitro_bokeh import bokeh_plugin, bokeh_box\n```\n\n2. Register the plugin:\n\n```py \nnitro = View(main, title='My App', caption='v1.0', plugins=[bokeh_plugin()])\n```\n\n3. Use the plugin:\n\n```py \n# Make a plot\nx = [1, 2, 3, 4, 5]\ny = [6, 7, 2, 4, 5]\np = figure(title=\"Simple line example\", x_axis_label=\"x\", y_axis_label=\"y\")\np.line(x, y, legend_label=\"Temp.\", line_width=2)\n\n# Display the plot\nview(bokeh_box(p))\n```\n\n## Change Log\n\n- v0.2.1 - Jun 09, 2022\n    - Fixed\n        - Don't return value from plots.\n- v0.2.0 - May 39, 2022\n    - Perf\n        - Quicker loading\n- v0.1.0 - May 25, 2022\n    - Initial Version\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2oai%2Fnitro-bokeh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh2oai%2Fnitro-bokeh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2oai%2Fnitro-bokeh/lists"}