This is dockerfile for Jupyterlab with jupyterlab-vim, which is JupyterLab extension.
Also, additional keybord shortcuts, which is mapping ctrl-j to escape in insert mode, is set.
- set
JUPYTER_TOKEN
in.env
like bellow
echo JUPYTER_TOKEN=FAVOLITE_TOKEN > .env
docker compose build
docker compose up