File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 14
14
- name : Set up Python
15
15
uses : actions/setup-python@v1
16
16
with :
17
- python-version : ' 3.6 '
17
+ python-version : ' 3.8 '
18
18
19
19
- name : Install dependencies
20
20
run : |
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ jupyter-ui-poll
7
7
8
8
Block Jupyter cell execution while interacting with widgets.
9
9
10
+ .. note ::
11
+
12
+ This version only works with ipykernel 5.* series.
13
+
10
14
This library is for people familiar with ``ipywidgets `` who want to solve the
11
15
following problem:
12
16
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = jupyter-ui-poll
3
- version = 0.1.2
3
+ version = 0.1.3
4
4
5
5
description = Block jupyter cell execution while interacting with widgets
6
6
long_description = file: README.rst
@@ -31,7 +31,7 @@ test_suite = tests
31
31
setup_requires =
32
32
setuptools
33
33
install_requires =
34
- ipython
34
+ ipykernel<6
35
35
test_requires =
36
36
pytest
37
37
You can’t perform that action at this time.
0 commit comments