microsoft / jupyter-core

Library for writing Jupyter kernels in .NET Core
MIT License
108 stars 23 forks source link

Add comms router to IChannel. #79

Closed cgranade closed 3 years ago

cgranade commented 3 years ago

This PR exposes new comms router functionality as a property on IChannel, allowing magic commands to more easily implement custom communication with clients.