UNPKG
@jupyter-widgets/base
Version:
latest (6.0.11)
next (6.0.0-rc.2)
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-rc.2
6.0.0-rc.1
6.0.0-rc.0
5.0.0-beta.1
5.0.0-beta.0
5.0.0-alpha.4
5.0.0-alpha.3
5.0.0-alpha.2
5.0.0-alpha.1
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-rc.0
4.1.0-alpha.0
4.0.0
4.0.0-rc.0
4.0.0-alpha.2
4.0.0-alpha.1
4.0.0-alpha.0
3.0.0
3.0.0-rc.1
3.0.0-rc.0
2.0.2
2.0.1
2.0.0
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.2.5
1.2.4
1.2.3
1.2.3-alpha.0
1.2.2
1.2.1
1.2.0
1.2.0-0
1.1.10
1.1.9
1.1.8
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.4-0
1.0.3
1.0.2
1.0.1
1.0.0
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Jupyter interactive widgets
github.com/jupyter-widgets/ipywidgets
jupyter-widgets/ipywidgets
@jupyter-widgets/base
/
lib
/
version.js
5 lines
•
227 B
JavaScript
View Raw
1
2
3
4
5
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
export
const
JUPYTER_WIDGETS_VERSION
=
'2.0.0'
;
export
const
PROTOCOL_VERSION
=
'2.1.0'
;
//# sourceMappingURL=version.js.map