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

Triple quoted docstring for all exporter functions #7

Closed cab938 closed 11 months ago

cab938 commented 11 months ago

In this file: https://github.com/educational-technology-collective/jupyterlab-pioneer/blob/main/jupyterlab_pioneer/handlers.py

Can you:

  1. write a triple quoted docstring for each of the functions please?
  2. provide input/output type hints for each function please?
mengyanw commented 11 months ago

https://github.com/educational-technology-collective/jupyterlab-pioneer/blob/main/jupyterlab_pioneer/handlers.py#L9-L125