Files
docker-stacks/base-notebook/start-notebook.sh

8 lines
168 B
Bash
Executable File

#!/bin/bash
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
set -e
. /usr/local/bin/start.sh jupyter notebook $*