-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update test expectations for notebook 7
nbextension is gone
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
tests/pipfile/py2-with-server-and-kernel-req/requirements3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# install this in the environment in which the notebook server | ||
# is running nbgitpuller does not work with Python 2 | ||
nbgitpuller==0.6.1 | ||
# install this in the environment in which the notebook server is running | ||
# nbgitpuller does not work with Python 2 | ||
nbgitpuller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
jupyter nbextension enable --py --sys-prefix ipyleaflet | ||
jupyter server extension disable --sys-prefix jupyter_collaboration | ||
npm install --global configurable-http-proxy | ||
npm cache clean --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ipyleaflet | ||
jupyter-collaboration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -euo pipefail | ||
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled | ||
jupyter server extension list 2>&1 | grep 'jupyter_collaboration' | grep disabled | ||
which configurable-http-proxy |