Enable ipysheet for voila

This commit is contained in:
3wc 2022-10-18 17:23:27 -04:00
parent 238b2c5354
commit da823e7bf4
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
export INSTALL_PACKAGES_CONF_VERSION=v6
export INSTALL_PACKAGES_CONF_VERSION=v7

View File

@ -14,7 +14,7 @@ services:
command: >
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
"

View File

@ -1,3 +1,3 @@
#!/bin/sh
pip install ipywidgets jupyterlab-git
pip install ipywidgets jupyterlab-git ipysheet