Skip to content

Commit 90b5ac6

Browse files
committed
anywidget version 0.1.0
1 parent 99ec4e4 commit 90b5ac6

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,21 @@ npm run dev
1515
http://localhost:5173/mc-react-optimade-client/
1616
```
1717

18+
### python anywidget
19+
20+
The querier is also exported as an AnyWidget that can be used in a Jupyter enviroment.
21+
22+
```sh
23+
pip install widget-optimade-client
24+
```
25+
26+
Usage:
27+
28+
```py
29+
from optimadewidget.optimade_widget import OptimadeQuerierWidget
30+
w = OptimadeQuerierWidget()
31+
w
32+
33+
```
34+
1835
---

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "widget-optimade-client"
7-
version = "0.0.4a"
7+
version = "0.1.0"
88
description = "A Jupyter widget for querying OPTIMADE-compatible providers"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)