jupyterlab-pioneer-custom-event-demo
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

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

Package Sidebar

Install

npm i jupyterlab-pioneer-custom-event-demo

Weekly Downloads

2

Version

0.1.0

License

BSD-3-Clause

Unpacked Size

13.4 kB

Total Files

10

Last publish

Collaborators

  • mengyanw