|
2 | 2 |
|
3 | 3 | <!--badge-start-->
|
4 | 4 |
|
5 |
| -[](https://github.com/reactive-python/reactpy-django/actions?query=workflow%3ATest) [](https://pypi.python.org/pypi/reactpy-django) [](https://github.com/reactive-python/reactpy-django/blob/main/LICENSE) [](https://reactive-python.github.io/reactpy-django/) |
| 5 | +<p> |
| 6 | + <a href="https://github.com/reactive-python/reactpy-django/actions?query=workflow%3ATest"> |
| 7 | + <img src="https://github.com/reactive-python/reactpy-django/workflows/Test/badge.svg?event=push"> |
| 8 | + </a> |
| 9 | + <a href="https://pypi.python.org/pypi/reactpy-django"> |
| 10 | + <img src="https://img.shields.io/pypi/v/reactpy-django.svg?label=PyPI"> |
| 11 | + </a> |
| 12 | + <a href="https://github.com/reactive-python/reactpy/blob/main/LICENSE"> |
| 13 | + <img src="https://img.shields.io/badge/License-MIT-purple.svg"> |
| 14 | + </a> |
| 15 | + <a href="https://reactive-python.github.io/reactpy-django/"> |
| 16 | + <img src="https://img.shields.io/website?down_message=offline&label=Docs&logo=read%20the%20docs&logoColor=white&up_message=online&url=https%3A%2F%2Freactive-python.github.io%2Freactpy-django%2F"> |
| 17 | + </a> |
| 18 | + <a href="https://discord.gg/uNb5P4hA9X"> |
| 19 | + <img src="https://img.shields.io/discord/1111078259854168116?label=Discord&logo=discord"> |
| 20 | + </a> |
| 21 | +</p> |
6 | 22 |
|
7 | 23 | <!--badge-end-->
|
8 | 24 | <!--intro-start-->
|
@@ -86,10 +102,11 @@ Additionally, you can pass in `args` and `kwargs` into your component function.
|
86 | 102 |
|
87 | 103 | Follow the links below to find out more about this project.
|
88 | 104 |
|
89 |
| -- [Try it Now](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb) - check out ReactPy in a Jupyter Notebook. |
90 |
| -- [Documentation](https://reactive-python.github.io/reactpy-django) - learn how to install, run, and use ReactPy. |
91 |
| -- [Community Forum](https://github.com/reactive-python/reactpy/discussions) - ask questions, share ideas, and show off projects. |
92 |
| -- [Contributor Guide](https://reactive-python.github.io/reactpy-django/contribute/code/) - see how you can help develop this project. |
93 |
| -- [Code of Conduct](https://github.com/reactive-python/reactpy-django/blob/main/CODE_OF_CONDUCT.md) - standards for interacting with this community. |
| 105 | +- [Try ReactPy (Jupyter Notebook)](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb) |
| 106 | +- [Documentation](https://reactive-python.github.io/reactpy-django) |
| 107 | +- [GitHub Discussions](https://github.com/reactive-python/reactpy-django/discussions) |
| 108 | +- [Discord](https://discord.gg/uNb5P4hA9X) |
| 109 | +- [Contributor Guide](https://reactive-python.github.io/reactpy-django/contribute/code/) |
| 110 | +- [Code of Conduct](https://github.com/reactive-python/reactpy-django/blob/main/CODE_OF_CONDUCT.md) |
94 | 111 |
|
95 | 112 | <!--resources-end-->
|
0 commit comments