File size: 146 Bytes
db5855f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -x

set -eo pipefail

JUPYTER_ENABLE_LAB=true
export JUPYTER_ENABLE_LAB

exec /opt/app-root/bin/start-notebook.sh "$@"