forked from coop-cloud/jupyter-lab
Enable ipysheet for voila
This commit is contained in:
parent
238b2c5354
commit
da823e7bf4
2
abra.sh
2
abra.sh
@ -1 +1 @@
|
|||||||
export INSTALL_PACKAGES_CONF_VERSION=v6
|
export INSTALL_PACKAGES_CONF_VERSION=v7
|
||||||
|
@ -14,7 +14,7 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
bash -c
|
bash -c
|
||||||
"
|
"
|
||||||
pip install ipywidgets jupyterlab-git voila &&
|
pip install ipywidgets jupyterlab-git voila ipysheet &&
|
||||||
voila --enable_nbextensions=True --autoreload=True --Voila.ip=0.0.0.0 --TagRemovePreprocessor.remove_cell_tags='{\"hide\"}' --no-browser --MappingKernelManager.cull_interval=60 --MappingKernelManager.cull_idle_timeout=120
|
voila --enable_nbextensions=True --autoreload=True --Voila.ip=0.0.0.0 --TagRemovePreprocessor.remove_cell_tags='{\"hide\"}' --no-browser --MappingKernelManager.cull_interval=60 --MappingKernelManager.cull_idle_timeout=120
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pip install ipywidgets jupyterlab-git
|
pip install ipywidgets jupyterlab-git ipysheet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user