File tree 4 files changed +866
-1073
lines changed
4 files changed +866
-1073
lines changed Original file line number Diff line number Diff line change 49
49
"watch:nbextension" : " webpack --watch"
50
50
},
51
51
"dependencies" : {
52
- "@jupyter-widgets/base" : " ^2.0.1 || ^3 || ^4.0.0 " ,
52
+ "@jupyter-widgets/base" : " ^2.0.1 || ^3 || ^4 || ^5 || ^6 " ,
53
53
"buffer" : " ^4.9.2" ,
54
54
"lodash" : " >=4.17.13" ,
55
55
"roughjs" : " ^4.3.1"
56
56
},
57
57
"devDependencies" : {
58
58
"@jupyterlab/builder" : " ^3.0.0" ,
59
- "@phosphor /application" : " ^1.6.0" ,
60
- "@phosphor /widgets" : " ^1.6.0" ,
59
+ "@lumino /application" : " ^1.6.0" ,
60
+ "@lumino /widgets" : " ^1.6.0" ,
61
61
"@types/node" : " ^10.11.6" ,
62
62
"@types/webpack-env" : " ^1.13.6" ,
63
63
"@typescript-eslint/eslint-plugin" : " ^4.8.1" ,
Original file line number Diff line number Diff line change 92
92
],
93
93
include_package_data = True ,
94
94
install_requires = [
95
- 'ipywidgets>=7.6.0' ,
95
+ 'ipywidgets>=7.6.0,<9 ' ,
96
96
'pillow>=6.0' ,
97
97
'numpy'
98
98
],
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Martin Renou
2
2
// Distributed under the terms of the Modified BSD License.
3
3
4
- import { Application , IPlugin } from '@phosphor /application' ;
4
+ import { Application , IPlugin } from '@lumino /application' ;
5
5
6
- import { Widget } from '@phosphor /widgets' ;
6
+ import { Widget } from '@lumino /widgets' ;
7
7
8
8
import { IJupyterWidgetRegistry } from '@jupyter-widgets/base' ;
9
9
You can’t perform that action at this time.
0 commit comments