jupyter-widgets-contrib / ipysheet

Jupyter handsontable integration
MIT License
539 stars 68 forks source link

Removed jupyter_server #240

Closed giswqs closed 1 year ago

giswqs commented 1 year ago

This PR removes jupyter_server from the dependency list as it is not being used anywhere in the source code. This can potentially make ipysheet compatible with JupyterLite https://github.com/QuantStack/ipysheet/issues/239

giswqs commented 1 year ago

After removing jupyter_server, I built the wheel and made it available here. Ipysheet can now be installed successfully in JupyterLite.

image

maartenbreddels commented 1 year ago

Nice!

On Thu, 24 Nov 2022 at 20:41, Qiusheng Wu @.***> wrote:

After removing jupyter_server, I built the wheel and made it available here https://github.com/giswqs/py-wheels. Ipysheet can now be installed successfully in JupyterLite.

[image: image] https://user-images.githubusercontent.com/5016453/203855204-fd2e02d2-2b44-43ee-b077-dde938b4b243.png

— Reply to this email directly, view it on GitHub https://github.com/QuantStack/ipysheet/pull/240#issuecomment-1326797497, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANPEPJ4FYS4WXBS6LFNCALWJ7AHBANCNFSM6AAAAAASKV6T5E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Maarten Breddels Software engineer / consultant / data scientist Python / C++ / Javascript / Jupyter www.maartenbreddels.com / vaex.io @.*** +31 6 2464 0838 <+31+6+24640838> [image: Twitter] https://twitter.com/maartenbreddels[image: Github] https://github.com/maartenbreddels[image: LinkedIn] https://linkedin.com/in/maartenbreddels[image: Skype]

martinRenou commented 1 year ago

Thank you!