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 Web Client that can take geospatial data from records on a chart and visualize it on a map outside the application.
Creating a production-ready plug-in with
create-notebook-plugin
This tutorial takes you through creating a production-ready plug-in for the i2 Web Client using the
create-notebook-plugin
tool.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
create-notebook-plugin
tutorial to demonstrate adding records to a web 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
create-notebook-plugin
tutorial to demonstrate discovering and changing the colors of particular nodes on a web chart.
You can always find the latest version of the source code for each tutorial in the samples
folder.