Skip to content

Commit b17c62e

Browse files
author
Zerline
committed
Merge branch 'develop'
2 parents 86d3a89 + 89b7f5d commit b17c62e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ Also :
1818

1919
Installation
2020
------------
21-
2221
Assuming your pip install on Python3:
2322

2423
$ pip install sage_combinat_widgets
2524

26-
2725
Local install from source
2826
^^^^^^^^^^^^^^^^^^^^^^^^^
2927

@@ -41,7 +39,6 @@ For use on Jupyterlab, you might also need to install `@jupyter-widgets/jupyterl
4139

4240
$ jupyter labextension @jupyter-widgets/jupyterlab-manager
4341

44-
4542
Usage
4643
-----
4744

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@phosphor/application": "^1.6.0",
54-
"@jupyter-widgets/base": "^2.0.1",
54+
"@jupyter-widgets/base": "^2.0.1 || ^3",
5555
"@jupyter-widgets/controls": "^1.5.2",
5656
"@jupyterlab/application": "^2.0.0",
5757
"@types/node": "^12.6.9",

sage_combinat_widgets/grid_view_widget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from singleton_widgets import *
1414
from six import text_type
1515

16-
textcell_layout = Layout(width='3em', height='2em', margin='0', padding='0')
16+
textcell_layout = Layout(width='3em', margin='0', padding='0')
1717
textcell_wider_layout = Layout(width='7em', height='3em', margin='0', padding='0')
1818
buttoncell_layout = Layout(width='5em', height='4em', margin='0', padding='0')
1919
buttoncell_smaller_layout = Layout(width='2em', height='2em', margin='0', padding='0')

0 commit comments

Comments
 (0)