Skip to content

Commit

Permalink
Pre-release with support for ipykernel 6 series
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Sep 4, 2021
1 parent be85d5e commit e8a921e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,16 @@ For a more detailed tutorial see `Example notebook`_, you can also `run it`_ rig
Installation
============

This library requires Python 3.6 or greater
This library requires Python 3.6 or greater.

.. note::

Starting from version ``0.2.0`` we only support ``ipykernel`` version 6
series. Version 6 of ``ipykernel`` now uses async internally, and so this
library also switched to async. If you need to support ``ipykernel`` 5
series, then you need to use ``jupyter-ui-poll==0.1.3`` which had synchronous
interface.


.. code-block::
Expand Down

0 comments on commit e8a921e

Please sign in to comment.