https://github.com/h2oai/nitro-altair
Altair plugin for H2O Nitro
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Keywords
Repository
Altair plugin for H2O Nitro
Basic Info
- Host: GitHub
- Owner: h2oai
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://nitro.h2o.ai/plugins/
- Size: 252 KB
Statistics
- Stars: 2
- Watchers: 39
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Altair plugin for H2O Nitro
This plugin lets you use Altair visualizations in Nitro apps.
Demo

Install
pip install h2o-nitro-altair
Usage
- Import the plugin:
py
from h2o_nitro_altair import altair_plugin, altair_box
- Register the plugin:
py
nitro = View(main, title='My App', caption='v1.0', plugins=[altair_plugin()])
- Use the plugin:
```py
Make a chart:
chart = alt.Chart(data.cars()).markpoint().encode( x='Horsepower', y='Milesper_Gallon', color='Origin', ).interactive()
Display the chart:
view(altair_box(chart)) ```
Advanced Usage
You can pass Vega Embed Options to altair_box() for
more control:
py
altair_box(chart, options=dict(renderer='svg', scaleFactor=2))
Change Log
- v0.1.1 - Jun 09, 2022
- Fixed
- Don't return value from plots.
- Fixed
- v0.1.0 - May 25, 2022
- Initial Version
Owner
- Name: H2O.ai
- Login: h2oai
- Kind: organization
- Location: Mountain View, CA
- Website: http://h2o.ai
- Repositories: 195
- Profile: https://github.com/h2oai
Fast Scalable Machine Learning For Smarter Applications
GitHub Events
Total
- Delete event: 1
- Push event: 1
- Pull request event: 2
- Pull request review event: 1
- Create event: 2
Last Year
- Delete event: 1
- Push event: 1
- Pull request event: 2
- Pull request review event: 1
- Create event: 2
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| elp | p****u@g****m | 9 |
| Movin Silva | 5****a | 1 |
| Chathrinda Ranasinghe | c****e@h****i | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 11 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- movinsilva (2)
- ChathurindaRanasinghe (1)
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 213 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
pypi.org: h2o-nitro-altair
Altair plugin for H2O Nitro
- Homepage: https://github.com/h2oai/nitro-altair
- Documentation: https://github.com/h2oai/nitro-altair
- License: Apache Software License
-
Latest release: 0.1.1
published over 3 years ago
Rankings
Maintainers (1)
Dependencies
- altair *
- flake8 ==4.0.1
- h2o-nitro >=0.8.2
- pytest ==7.0.1
- setuptools *
- twine *
- wheel *
- altair ==4.2
- h2o-nitro >=0.9.2
- actions/checkout master composite
- actions/setup-python v4 composite
- snyk/actions/setup master composite
- tj-actions/changed-files v35 composite