https://github.com/lottiefiles/lottienb
Simple insertion of Lottie player into Jupyter Notebooks
https://github.com/lottiefiles/lottienb
Last synced: 11 months ago
JSON representation
Simple insertion of Lottie player into Jupyter Notebooks
- Host: GitHub
- URL: https://github.com/lottiefiles/lottienb
- Owner: LottieFiles
- License: mit
- Created: 2021-02-08T17:27:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T06:14:31.000Z (over 3 years ago)
- Last Synced: 2025-05-06T04:40:43.629Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 84 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
## LottieNB - Lottie for Jupyter Notebooks
This is a simple python package to embed the default
Lottie player in a Jupyter notebook.
### Why does this exist?
At LottieFiles we often find ourselves experimenting with tools
to generate animations from code. Often times we needed a quick
way to preview them.
### Usage
For usage, please check out the `sample.ipynb` notebook
within this repo
### Installation
* Install from git
`pip install git+https://github.com/LottieFiles/LottieNB.git`
### Samples
Sample .json files included in the project from LottieFiles,
as credited below
* [alert](https://lottiefiles.com/47322-alert) by Quang Dang
### License
```
MIT License
Copyright (c) 2021 Naail Abdul Rahman (@kudanai)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```