🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jupyterlab-pioneer-custom-event-demo

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyterlab-pioneer-custom-event-demo

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

0.3.0
PyPI
Maintainers
2

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts