The power of Chart.js with Python
Installation
You can install ipychart from your terminal using pip or conda:
# using pip
$ pip install ipychart
# using conda
$ conda install -c conda-forge ipychart
Documentation
- Introduction
- Getting Started
- Usage
- Charts
- Configuration
- Scales
- Pandas Interface
- Advanced Features
- Developers
Usage
Create charts with Python in a very similar way to creating charts using Chart.js. The charts created are fully configurable, interactive and modular and are displayed directly in the output of the the cells of your jupyter notebook environment:
You can also create charts directly from a pandas dataframe. See the Pandas Interface section of the documentation for more details.
Development Installation
For a development installation:
$ git clone https://github.com/nicohlr/ipychart.git
$ cd ipychart
$ conda install jupyterlab -c conda-forge
$ cd ipychart/src
$ jlpm install
$ cd ..
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipychart
$ jupyter nbextension enable --py --sys-prefix ipychart
References
- Chart.js
- Ipywidgets
- Ipywidgets cookiecutter template
- Chart.js Datalabels
- Chart.js Zoom
- Vuepress
- GitHub Pages
License
Ipychart is available under the MIT license.
Release files for ipychart 0.5.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ipychart-0.5.2.tar.gz | 9.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ipychart-0.5.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.3 MB
Release files / ipychart-0.5.2.tar.gz
| Download URL | ipychart-0.5.2.tar.gz |
|---|---|
| Size | 9.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2df0f8b0760c1c98062f29b2b32ad250c1ea245699b6798f78fdb9d014546425
|
|
BLAKE2b-256 checksum How to use checksums |
6cfad34bfa363cea6963a7b9f91635296d7c27aca9d8d35e3c88c82a967f8460
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|
Release files / ipychart-0.5.2-py3-none-any.whl
| Download URL | ipychart-0.5.2-py3-none-any.whl |
|---|---|
| Size | 2.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
511d6c214ac337a72de383866565e2a4cc29af27fc67b8b1e6134726b1db2cef
|
|
BLAKE2b-256 checksum How to use checksums |
58a4b5f27a1c4ebdfcffdf5c7b76f37ff72ecd51f12162f645172a80927ba5a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|