ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

POC: Creation of a Comm Python package

Open martinRenou opened this issue 3 years ago • 0 comments

Related discussions:

  • https://github.com/jupyter-xeus/xeus-python/issues/342
  • https://github.com/jupyter-widgets/ipywidgets/issues/3514

Currently working on a Python comm package on https://github.com/martinRenou/comm for now, but it should probably be moved in the IPython org

This has the benefit of being able to:

  • remove the ipykernel dependency in ipywidgets https://github.com/jupyter-widgets/ipywidgets/pull/3533
  • remove the ipykernel monkey patch in xeus-python https://github.com/jupyter-xeus/xeus-python/pull/548
  • remove the ipykernel package mock in jupyterlite's pyolite
  • remove the ipykernel package mock in emscripten-forge

martinRenou avatar Aug 01 '22 13:08 martinRenou