Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livebook-dev/kino_vega_lite
Vega-Lite (graphics) integration for Livebook
https://github.com/livebook-dev/kino_vega_lite
charts elixir kino livebook vega-lite
Last synced: 4 days ago
JSON representation
Vega-Lite (graphics) integration for Livebook
- Host: GitHub
- URL: https://github.com/livebook-dev/kino_vega_lite
- Owner: livebook-dev
- License: apache-2.0
- Created: 2022-03-23T11:15:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T10:32:05.000Z (6 months ago)
- Last Synced: 2024-12-22T20:08:05.282Z (11 days ago)
- Topics: charts, elixir, kino, livebook, vega-lite
- Language: Elixir
- Homepage:
- Size: 384 KB
- Stars: 26
- Watchers: 8
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KinoVegaLite
[![Docs](https://img.shields.io/badge/hex.pm-docs-8e7ce6.svg)](https://hexdocs.pm/kino_vega_lite)
[![Actions Status](https://github.com/livebook-dev/kino_vega_lite/workflows/Test/badge.svg)](https://github.com/livebook-dev/kino_vega_lite/actions)[Vega-Lite](https://github.com/livebook-dev/vega_lite) integration with
[Kino](https://github.com/livebook-dev/kino) for [Livebook](https://github.com/livebook-dev/livebook).## Installation
To bring KinoVegaLite to Livebook all you need to do is `Mix.install/2`:
```elixir
Mix.install([
{:kino_vega_lite, "~> 0.1.9"}
])
```## License
Copyright (C) 2022 Dashbit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.