mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Add missing file
This commit is contained in:
8
docs/using/recipe_code/spellcheck_notebookv6.dockerfile
Normal file
8
docs/using/recipe_code/spellcheck_notebookv6.dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM jupyter/base-notebook:notebook-6.5.4
|
||||
|
||||
RUN pip install --no-cache-dir 'jupyter_contrib_nbextensions' && \
|
||||
jupyter contrib nbextension install --user && \
|
||||
# can modify or enable additional extensions here
|
||||
jupyter nbclassic-extension enable spellchecker/main --user && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
Reference in New Issue
Block a user