kopia lustrzana https://github.com/jupyterhub/repo2docker
rodzic
a8990eae1c
commit
658f56209b
|
@ -1,3 +1,3 @@
|
||||||
# install this in the environment in which the notebook server
|
# install this in the environment in which the notebook server is running
|
||||||
# is running nbgitpuller does not work with Python 2
|
# nbgitpuller does not work with Python 2
|
||||||
nbgitpuller==0.6.1
|
nbgitpuller
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
jupyter server extension disable --sys-prefix jupyter_collaboration
|
||||||
npm install --global configurable-http-proxy
|
npm install --global configurable-http-proxy
|
||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ipyleaflet
|
jupyter-collaboration
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
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
|
which configurable-http-proxy
|
||||||
|
|
Ładowanie…
Reference in New Issue