From e251b212f17f74b6942bfc3667351566ad6272ef Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Mon, 22 May 2023 12:03:45 -0400 Subject: [PATCH 1/2] placeholder new-line where clarification is needed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e3433f..f23d257 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ conda activate ipyreact-dev ``` Install the python. This will also build the TS package. + ```bash pip install -e ".[test, examples]" ``` From ad3dd02c2499400a886c8b59d9bd616f03778aa2 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Mon, 22 May 2023 12:16:47 -0400 Subject: [PATCH 2/2] added an example project to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f23d257..3d68cde 100644 --- a/README.md +++ b/README.md @@ -213,3 +213,7 @@ After a change wait for the build to finish and then refresh your browser and th #### Python: If you make a change to the python code then you will need to restart the notebook kernel to have it take effect. +## Example projects + +* [jupyter-tldraw](https://github.com/kolibril13/jupyter-tldraw) a pip installable widget built ontop of ipyreact +