Skip to content

Commit eb6846a

Browse files
committed
Update README.md with mybinder links
1 parent 0d78ab6 commit eb6846a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Tests](https://github.com/ruivieira/python-trustyai/actions/workflows/workflow.yml/badge.svg)](https://github.com/ruivieira/python-trustyai/actions/workflows/workflow.yml)
1+
[![Tests](https://github.com/ruivieira/python-trustyai/actions/workflows/workflow.yml/badge.svg)](https://github.com/ruivieira/python-trustyai/actions/workflows/workflow.yml) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ruivieira/python-trustyai/main)
22
# python-trustyai
33

44
Python bindings to [TrustyAI](https://kogito.kie.org/trustyai/)'s explainability library.
@@ -30,6 +30,11 @@ $ docker run --rm -it -p 8888:8888 ruivieira/python-trustyai:latest
3030

3131
The Jupyter server will be available at `localhost:8888`.
3232

33+
### Binder
34+
35+
You can also run the example Jupyter notebooks using `mybinder.org`:
36+
37+
- https://mybinder.org/v2/gh/ruivieira/python-trustyai/main
3338

3439
## Getting started
3540

@@ -79,4 +84,4 @@ You can look at the [tests](./tests) for working examples.
7984

8085
There are also Jupyter notebooks available:
8186

82-
- [Counterfactual explanations](notebooks/Counterfactuals.ipynb)
87+
- [Counterfactual explanations](examples/Counterfactuals.ipynb)

0 commit comments

Comments
 (0)