Data-Science for JupyterLab
※dc
= docker-compose
- ビルド
$ dc up -d --build
- Jupyter起動
$ dc exec data-science bash -c "jupyter lab --port 10000 --allow-root"
- スクリプトの実行
$ dc exec data-science bash -c "python script/sample.py"
※dc
= docker-compose
$ dc up -d --build
$ dc exec data-science bash -c "jupyter lab --port 10000 --allow-root"
$ dc exec data-science bash -c "python script/sample.py"