Add spellchecker
This commit is contained in:
parent
c4ed24cf1a
commit
710a8c6782
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ RUN mamba install --yes r-irkernel \
|
||||||
r-ggplot2 \
|
r-ggplot2 \
|
||||||
r-ggpubr \
|
r-ggpubr \
|
||||||
r-tidyverse \
|
r-tidyverse \
|
||||||
|
jupyterlab-spellchecker \
|
||||||
&& mamba clean --all --force --yes \
|
&& mamba clean --all --force --yes \
|
||||||
&& fix-permissions "${CONDA_DIR}" \
|
&& fix-permissions "${CONDA_DIR}" \
|
||||||
&& fix-permissions "/home/${NB_USER}"
|
&& fix-permissions "/home/${NB_USER}"
|
||||||
|
|
Loading…
Reference in a new issue