File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : Install dependencies
3030 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
3232 - name : Run the dev-install script
3333 run : |
3434 ./dev-install.sh
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jlpm build
3131echo -n " widgetsnbextension"
3232pip install -v -e ./python/widgetsnbextension
3333if [[ " $OSTYPE " == " msys" ]]; then
34- jupyter nbextension install --overwrite --py $nbExtFlags widgetsnbextension
34+ jupyter nbextension install --overwrite --py $nbExtFlags widgetsnbextension || true
3535else
36- jupyter nbextension install --overwrite --py --symlink $nbExtFlags widgetsnbextension
36+ jupyter nbextension install --overwrite --py --symlink $nbExtFlags widgetsnbextension || true
3737fi
38- jupyter nbextension enable --py $nbExtFlags widgetsnbextension
38+ jupyter nbextension enable --py $nbExtFlags widgetsnbextension || true
3939
4040echo -n " ipywidgets"
4141pip install -v -e " ./python/ipywidgets[test]"
Original file line number Diff line number Diff line change 33 {
44 "cell_type" : " markdown" ,
55 "metadata" : {
6- "tags" : [" remove-cell" ]
6+ "tags" : [
7+ " remove-cell"
8+ ]
79 },
810 "source" : [
911 " [Index](Index.ipynb) - [Back](Widget%20Styling.ipynb) - [Next](Widget%20Asynchronous.ipynb)"
828830 {
829831 "cell_type" : " markdown" ,
830832 "metadata" : {
831- "tags" : [" remove-cell" ]
833+ "tags" : [
834+ " remove-cell"
835+ ]
832836 },
833837 "source" : [
834838 " [Index](Index.ipynb) - [Back](Widget%20Styling.ipynb) - [Next](Widget%20Asynchronous.ipynb)"
You can’t perform that action at this time.
0 commit comments