Skip to content

Commit 09b12ed

Browse files
doc: add runcell
1 parent c254bb0 commit 09b12ed

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ It can simplify your R data analysis and data visualization workflow, by turning
2222

2323
> If you prefer using Python, you can check out [PyGWalker](https://github.com/Kanaries/pygwalker)!
2424
25+
26+
> [!TIP]
27+
> If you want more AI features, we also build [runcell](https://runcell.dev), an AI Code Agent in Jupyter that understands your code/data/cells and generate code, execute cells and take actions for you. It can be used in jupyter lab with `pip install runcell`
28+
29+
https://github.com/user-attachments/assets/9ec64252-864d-4bd1-8755-83f9b0396d38
30+
2531
## Getting Started
2632

2733
### 📦 Setup GWalkR
@@ -76,4 +82,4 @@ Please follow the steps below to run the source code on your own device:
7682
4. Run `yarn run build` to build the web app, and make sure the built library can be found under `/inst/htmlwidgets/lib/`.
7783
5. In R Studio, run `devtools::load_all("{DIR_OF_GWALKR}")` to load the package (make sure you've removed the installed GWalkR from CRAN before that).
7884

79-
For more information about R package development, please refer to this book, [*R Packages*](https://r-pkgs.org/).
85+
For more information about R package development, please refer to this book, [*R Packages*](https://r-pkgs.org/).

0 commit comments

Comments
 (0)