Skip to content

Commit 5195093

Browse files
committed
Add link to binderhub environment for Python client example
1 parent 21d5cf5 commit 5195093

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/develop/clients/redis-py/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ r.hgetall('user-session:123')
7676
# {'surname': 'Smith', 'name': 'John', 'company': 'Redis', 'age': '29'}
7777
```
7878

79+
## Try this out
80+
81+
You can try this code out in a Jupyter notebook on Binder.
82+
83+
[![Binder](https://mybinder.org/badge_logo.svg)](https://redis.io/binder/v2/gh/redis/binder-launchers/python-client?urlpath=%2Fdoc%2Ftree%2Fdemo.ipynb)
7984

8085

8186
## More information

0 commit comments

Comments
 (0)