Skip to content

Commit 4573c8d

Browse files
committed
Regenerate README
1 parent f7ff581 commit 4573c8d

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,23 @@ Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.
431431

432432
<div class="cell markdown">
433433

434+
## Exercise 8 (optimade-python-tools)
435+
436+
This example explores the use of optimade-python-tools for querying and
437+
serving OPTIMADE data. The notebook is available at
438+
`./notebooks/exercise8-optimade-python-tools` and can be accessed online
439+
with Colab or Biner (buttons below).
440+
441+
[![Open In
442+
Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Materials-Consortia/optimade-tutorial-exercises/blob/main/notebooks/exercise8-optimade-python-tools.ipynb)
443+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Materials-Consortia/optimade-tutorial-exercises/HEAD?filepath=notebooks/exercise8-optimade-python-tools.ipynb)
444+
445+
</div>
446+
447+
<div class="cell markdown">
448+
449+
# Appendix
450+
434451
## Example Python code
435452

436453
You may find the following Python code snippets useful in the above
@@ -535,18 +552,3 @@ while True:
535552
```
536553

537554
</div>
538-
539-
<div class="cell markdown">
540-
541-
### Using `optimade-python-tools`
542-
543-
Since the v0.18.0 release of
544-
[`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools),
545-
the package has contained an OPTIMADE client class that can be used to
546-
query multiple databases simultaneously.
547-
548-
The usage guide for this class can be found in the [online
549-
documentation](https://www.optimade.org/optimade-python-tools/latest/getting_started/client/)
550-
for the package.
551-
552-
</div>

0 commit comments

Comments
 (0)