first, install the needed plugin using jupyter UI when it’s running in docker.

for e.g., the spell checker plugin jupyterlab-contrib-spellchecker.

next, use docker commit command to save the image:

docker commit CONTAINER_ID jupyter/scipy-notebook:new-tag

then modify the tag name inside the notebook script that were shown in previous post