Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uasi/livebook-experiments
A collection of my LiveBook notebooks.
https://github.com/uasi/livebook-experiments
Last synced: 17 days ago
JSON representation
A collection of my LiveBook notebooks.
- Host: GitHub
- URL: https://github.com/uasi/livebook-experiments
- Owner: uasi
- License: cc0-1.0
- Created: 2023-02-12T13:01:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T15:41:50.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T20:50:26.487Z (2 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# livebook-experiments
A collection of my Livebook notebooks.
- [candlestick_chart.livemd](./candlestick_chart.livemd) demonstrates drawing candlestick chart using Vega-Lite.
- [easy_image_classification.livemd](./easy_image_classification.livemd) classifies an image using [`Image.Classification.classify/2`](https://hexdocs.pm/image/Image.Classification.html#classify/2).