Intro to GraphXR API
GraphXR API is a JavaScript library for GraphXR. If you can do it in the GUI, you can do it with the API.
See the reference for examples.
Usage
The main avenue for GraphXR API is through the Grove extension. Grove is a Jupyter-like environment for GraphXR.
📽️ 1m tutorial: Hello, Grove (opens in a new tab)
- In a GraphXR project, open the Grove extension
- Create a new Grovebook
- Start editing 🎉. You can use the synchronous API:
gxr
. i.e. as opposed toawait gxr()