We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d5cf5 commit 5195093Copy full SHA for 5195093
content/develop/clients/redis-py/_index.md
@@ -76,6 +76,11 @@ r.hgetall('user-session:123')
76
# {'surname': 'Smith', 'name': 'John', 'company': 'Redis', 'age': '29'}
77
```
78
79
+## Try this out
80
+
81
+You can try this code out in a Jupyter notebook on Binder.
82
83
+[](https://redis.io/binder/v2/gh/redis/binder-launchers/python-client?urlpath=%2Fdoc%2Ftree%2Fdemo.ipynb)
84
85
86
## More information
0 commit comments