educational-technology-collective / jupyterlab-pioneer

A JupyterLab extension for generating and exporting JupyterLab event telemetry data.
https://jupyterlab-pioneer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Examples #9

Closed cab938 closed 11 months ago

cab938 commented 11 months ago

What do you think about adding an example of how to add a new extension which produces events?

Alternatively, because there is a lot of work to put together a jupyter extension, how about a specific doc which outlines how to create such an extension?

What is the one page things that a developer like Luke could see which tells him all he needs to know about making his hint extension capable of publishing events (assuming he doesn't care about the exporting end of things)?

mengyanw commented 11 months ago

@cab938 Demo extension that generates telemetry data & creates a pop-up window when a user clicks a specific button.

The demo comes with a doc outlining how to create custom event extensions, the link is here. :)