We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ec4e4 commit 90b5ac6Copy full SHA for 90b5ac6
2 files changed
README.md
@@ -15,4 +15,21 @@ npm run dev
15
http://localhost:5173/mc-react-optimade-client/
16
```
17
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
35
---
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "widget-optimade-client"
7
-version = "0.0.4a"
+version = "0.1.0"
8
description = "A Jupyter widget for querying OPTIMADE-compatible providers"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments