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
112 stars 27 forks source link

Add compatibility with Jupyter lab #19

Closed astrofrog closed 6 years ago

astrofrog commented 6 years ago

The only issue at the moment is that the JS version is hard-coded in 3 places (JS_EXTENSION_VERSION, JUPYTER_EXTENSION_VERSION, and in package.json). There must be a better way to do this?

mwcraig commented 6 years ago

Looks good -- I gather you can import from package.json, though?

astrofrog commented 6 years ago

Yes, I'll try and do this tomorrow!

mwcraig commented 6 years ago

Thanks!