dotfiles/bin/run_jupyter.sh

2 lines
120 B
Bash
Executable file

#!/bin/bash
docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan jupyter/datascience-notebook