mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
115 stars 27 forks source link

Add support for JupyterLab #18

Closed astrofrog closed 6 years ago

astrofrog commented 6 years ago

I think this is just a matter of adding a file like:

https://github.com/WorldWideTelescope/pywwt/blob/master/js/lib/jupyterlab-plugin.js

and then adding a short entry in package.json:

https://github.com/WorldWideTelescope/pywwt/blob/master/js/package.json#L38

mwcraig commented 6 years ago

Closed by #19