Skip to content

g21589/ipyantd

Repository files navigation

ipyantd

PyPI version MIT License Binder

Ant Design Jupyter Widget

Installation

To install use pip:

$ pip install ipyantd
$ jupyter nbextension enable --py --sys-prefix ipyantd

For a development installation (requires npm),

$ git clone https://github.com//ipyantd.git
$ cd ipyantd
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyantd
$ jupyter nbextension enable --py --sys-prefix ipyantd

Support Components

Component Support functions
Row & Col essential
Button essential
Switch essential
Checkbox essential
Select essential
DatePicker essential
Progress essential
Steps essential

License

MIT