From e8a921e6ba1eafb11a8d2750b2065148a24e8393 Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Sat, 4 Sep 2021 15:06:16 +1000 Subject: [PATCH] Pre-release with support for ipykernel 6 series --- README.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d9f55df..d1b4617 100644 --- a/README.rst +++ b/README.rst @@ -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::