You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-7Lines changed: 27 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,23 @@
1
1
# Interactive HTML Widgets
2
2
3
-
[](https://travis-ci.org/ipython/ipywidgets)[](https://gitter.im/ipython/ipywidgets?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://gitter.im/ipython/ipywidgets?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
7
5
-
[Interactive HTML widgets](https://github.com/ipython/ipywidgets/blob/master/examples/notebooks/Index.ipynb) for Jupyter notebooks and the IPython kernel.
8
+
[Interactive HTML widgets](https://github.com/ipython/ipywidgets/blob/master/examples/notebooks/Index.ipynb)
9
+
for Jupyter notebooks and the IPython kernel.
10
+
11
+
A [demonstration notebook](https://github.com/ipython/ipywidgets/blob/master/examples/notebooks/Index.ipynb) provides an overview of the interactive widgets. For detailed information, please refer to the [ipywidgets documentation](http://ipywidgets.readthedocs.org/en/latest/).
6
12
7
13
## Install
8
14
9
-
You can install the current version of ipywidgets with pip or conda:
15
+
Install the current version of ipywidgets using pip or conda:
10
16
11
17
pip install ipywidgets
12
-
# or
18
+
19
+
or
20
+
13
21
conda install ipywidgets
14
22
15
23
@@ -26,8 +34,8 @@ To install ipywidgets from git, you will need [npm](https://www.npmjs.com/).
26
34
27
35
pip install -v -e .
28
36
29
-
Note: You need to have npm installed. The installation process will
30
-
complain if you don't. If you install using sudo, you need to make sure
37
+
Note: You need to have npm installed. The installation process will
38
+
complain if you don't. If you install using sudo, you need to make sure
31
39
that npm is also available in the PATH used with sudo.
32
40
33
41
@@ -41,4 +49,16 @@ To run the Javascript tests:
41
49
42
50
npm run test
43
51
44
-
This will run the test suit using `karma` with 'debug' level logging.
52
+
This will run the test suite using `karma` with 'debug' level logging.
53
+
54
+
## Resources
55
+
### ipywidgets
56
+
-[Demo notebook of interactive widgets](https://github.com/ipython/ipywidgets/blob/master/examples/notebooks/Index.ipynb)
57
+
-[Documentation for ipywidgets](http://ipywidgets.readthedocs.org/en/latest/)[[PDF](https://media.readthedocs.org/pdf/ipywidgets/latest/ipywidgets.pdf)]
-[Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)
60
+
61
+
### Project Jupyter
62
+
-[Project Jupyter website](https://jupyter.org)
63
+
-[Online Demo of Jupyter Notebook at try.jupyter.org](https://try.jupyter.org)
64
+
-[Documentation for Project Jupyter](http://jupyter.readthedocs.org/en/latest/index.html)[[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
0 commit comments