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)

  1. In a GraphXR project, open the Grove extension
  2. Create a new Grovebook
  3. Start editing 🎉. You can use the synchronous API: gxr. i.e. as opposed to await gxr()