kopia lustrzana https://github.com/jupyterhub/repo2docker
7 wiersze
210 B
Plaintext
7 wiersze
210 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
jupyter serverextension list 2>&1 | grep nbstencilaproxy
|
||
|
jupyter nbextension list 2>&1 | grep nbstencilaproxy
|
||
![]() |
python3 -c "import stencila" 2>&1 | grep ModuleNotFoundError
|
||
![]() |
R -e "library('stencila');"
|