Skip to content

educational-technology-collective/jupyterlab-pioneer-custom-event-demo

Repository files navigation

JupyterLab Pioneer Custom Event Demo

PyPI npm

A JupyterLab extension that generates telemetry data when a user clicks a specific button.

This extension is an example of how to write a simple extension that leverages functionalities provided by jupyterlab-pioneer to generate telemetry data for custom events.

Get started

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyterlab-pioneer-custom-event-demo

Configuration

To add a data exporter, users need to configure the jupyterlab-pioneer extension.

See more details here.

Troubleshoot

If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:

jupyter server extension list

If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed:

jupyter labextension list

How to implement a custom event extension

https://github.com/educational-technology-collective/jupyterlab-pioneer-custom-event-demo/blob/main/doc/how-to-implement-a-custom-event-extension.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published