update test expectations for notebook 7

nbextension is gone
pull/1363/head
Min RK 2024-08-08 13:49:21 +02:00
rodzic a8990eae1c
commit 658f56209b
Nie znaleziono w bazie danych klucza dla tego podpisu
4 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -1 +1 @@
ipyleaflet
jupyter-collaboration

Wyświetl plik

@ -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