jupyterlab-pioneer-custom-event-demo
v0.1.0
Published
A JupyterLab extension that generates telemetry data when a user clicks a specific button.
Downloads
1
Maintainers
Readme
JupyterLab Pioneer Custom Event Demo
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
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