nteract / enchannel-zmq-backend

ZeroMQ backend implementation for enchannel
BSD 3-Clause "New" or "Revised" License
5 stars 17 forks source link

trim down Rx bundle #55

Closed rgbkrk closed 7 years ago

rgbkrk commented 7 years ago

Similar to https://github.com/nteract/nteract/pull/1780, this trims down the Rx bundle by only importing the used operators.

rgbkrk commented 7 years ago

Published as 3.1.0

@williamstein - I can't imagine you were using operators (if any), I recall cocalc only using subscribe. This should make loading a bit faster, though it only affects the backend for cocalc.

williamstein commented 7 years ago

I’m not; I only use subscribe. Thanks!