File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : Install dependencies
30
30
run : |
31
- python -m pip install notebook jupyterlab jupyter_packaging~=0.10
31
+ python -m pip install notebook jupyterlab notebook~=6.0 jupyter_packaging~=0.10
32
32
- name : Run the dev-install script
33
33
run : |
34
34
./dev-install.sh
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jlpm build
31
31
echo -n " widgetsnbextension"
32
32
pip install -v -e ./python/widgetsnbextension
33
33
if [[ " $OSTYPE " == " msys" ]]; then
34
- jupyter nbextension install --overwrite --py $nbExtFlags widgetsnbextension
34
+ jupyter nbextension install --overwrite --py $nbExtFlags widgetsnbextension || true
35
35
else
36
- jupyter nbextension install --overwrite --py --symlink $nbExtFlags widgetsnbextension
36
+ jupyter nbextension install --overwrite --py --symlink $nbExtFlags widgetsnbextension || true
37
37
fi
38
- jupyter nbextension enable --py $nbExtFlags widgetsnbextension
38
+ jupyter nbextension enable --py $nbExtFlags widgetsnbextension || true
39
39
40
40
echo -n " ipywidgets"
41
41
pip install -v -e " ./python/ipywidgets[test]"
Original file line number Diff line number Diff line change 3
3
{
4
4
"cell_type" : " markdown" ,
5
5
"metadata" : {
6
- "tags" : [" remove-cell" ]
6
+ "tags" : [
7
+ " remove-cell"
8
+ ]
7
9
},
8
10
"source" : [
9
11
" [Index](Index.ipynb) - [Back](Widget%20Styling.ipynb) - [Next](Widget%20Asynchronous.ipynb)"
828
830
{
829
831
"cell_type" : " markdown" ,
830
832
"metadata" : {
831
- "tags" : [" remove-cell" ]
833
+ "tags" : [
834
+ " remove-cell"
835
+ ]
832
836
},
833
837
"source" : [
834
838
" [Index](Index.ipynb) - [Back](Widget%20Styling.ipynb) - [Next](Widget%20Asynchronous.ipynb)"
You can’t perform that action at this time.
0 commit comments