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

Fix dependencies to work with jupyterlab 1.0.0 #45

Closed prabhuramachandran closed 5 years ago

prabhuramachandran commented 5 years ago

As discussed in issue #44, this fixes #44.

mwcraig commented 5 years ago

Thanks @prabhuramachandran, will release today

prabhuramachandran commented 5 years ago

Great! Thank you!

mwcraig commented 5 years ago

Thanks again for the fix; getting the release out took a few more days than anticipated but the silver lining is that you no longer need to install the jupyter labextension as a separate step. The release 0.6.1 contains your fix and the simplified installation.

prabhuramachandran commented 5 years ago

Thank you, that sounds great. I wish there were an easy way to install it for jupyter also, does this release also not require the $ jupyter nbextension install --py --symlink --sys-prefix ipyevents stuff when installing via pip.

mwcraig commented 5 years ago

It should also automatically install the nbextension too, though that only works for notebook versions newer than 5.2

Matt On Jul 10, 2019, 2:46 AM -0500, Prabhu Ramachandran notifications@github.com, wrote:

Thank you, that sounds great. I wish there were an easy way to install it for jupyter also, does this release also not require the $ jupyter nbextension install --py --symlink --sys-prefix ipyevents stuff when installing via pip. — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.