https://github.com/g21589/ipyantd
Ant Design Jupyter Widget
https://github.com/g21589/ipyantd
ant-design ipywidgets jupyter python react-components ui-components ui-framework
Last synced: 5 months ago
JSON representation
Ant Design Jupyter Widget
- Host: GitHub
- URL: https://github.com/g21589/ipyantd
- Owner: g21589
- License: mit
- Created: 2019-03-20T17:16:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:13:46.000Z (over 3 years ago)
- Last Synced: 2025-03-14T04:12:24.481Z (about 1 year ago)
- Topics: ant-design, ipywidgets, jupyter, python, react-components, ui-components, ui-framework
- Language: Jupyter Notebook
- Size: 2.38 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ipyantd
===============================
[](https://badge.fury.io/py/ipyantd)
[![MIT License][license-image]][license-url]
[](https://mybinder.org/v2/gh/g21589/ipyantd/master?filepath=ipyantd_test.ipynb)
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
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE