Tutorials
The i2 Notebook SDK provides detailed tutorials that illustrate creating plug-ins of varying complexity, using a number of popular frameworks. At present, the list is as follows:
-
This tutorial takes you through creating a basic plug-in for the i2 Notebook web client that can take geospatial data from records on a chart and visualize it on a map outside of the application.
Creating a plug-in with the Angular framework
This tutorial takes you from nothing to creating a working (but simplified) replacement for the Record Inspector, using Angular.
Creating a plug-in with the React framework
This tutorial takes you from nothing to creating a working (but simplified) replacement for the Record Inspector, using React.
Creating a plug-in with the Vue framework
This tutorial takes you from nothing to creating a working (but simplified) replacement for the Record Inspector, using Vue.
Creating a plug-in that writes to a chart
This tutorial builds on the basic plug-in tutorial to demonstrate adding records to an i2 Notebook web client chart, and then changing the layout and appearance of that chart.
Creating a plug-in that changes the colors of nodes
This tutorial builds on the basic plug-in tutorial to demonstrate discovering and changing the colors of particular nodes on an i2 Notebook web client chart.
You can always find the latest version of the source code for each tutorial in the samples
folder.