Skip to content

Commit 0c0a96b

Browse files
author
Zerline
committed
Making sure widget-manager is installed on Jupyterlab.
1 parent b2ff20c commit 0c0a96b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Also :
1919
Installation
2020
------------
2121

22-
$ pip3 install sage_combinat_widgets
22+
Assuming your pip install on Python3:
23+
24+
$ pip install sage_combinat_widgets
2325

2426

2527
Local install from source
@@ -35,6 +37,11 @@ Change to the root directory and run::
3537

3638
NB: For this to work, you need a recent `nodejs` installation.
3739

40+
For use on Jupyterlab, you might also need to install `@jupyter-widgets/jupyterlab-manager`:
41+
42+
$ jupyter labextension @jupyter-widgets/jupyterlab-manager
43+
44+
3845
Usage
3946
-----
4047

0 commit comments

Comments
 (0)