#!/bin/bash set -e echo $@ exec jupyter-lab "${@:4}" --config jupyter-config.json