We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ff20c commit 0c0a96bCopy full SHA for 0c0a96b
README.rst
@@ -19,7 +19,9 @@ Also :
19
Installation
20
------------
21
22
- $ pip3 install sage_combinat_widgets
+Assuming your pip install on Python3:
23
+
24
+ $ pip install sage_combinat_widgets
25
26
27
Local install from source
@@ -35,6 +37,11 @@ Change to the root directory and run::
35
37
36
38
NB: For this to work, you need a recent `nodejs` installation.
39
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
45
Usage
46
-----
47
0 commit comments