Skip to content

Instantly share code, notes, and snippets.

@appare45
Last active May 30, 2024 03:49
Show Gist options
  • Save appare45/cac785bbb371771daafc74fb424c8d24 to your computer and use it in GitHub Desktop.
Save appare45/cac785bbb371771daafc74fb424c8d24 to your computer and use it in GitHub Desktop.
数値計算法の課題をDockerでやる
docker run --rm -p 8888:8888 --name julia -v julia:/opt/julia -v=./works:/home/jovyan/work/works -d jupyter/datascience-notebook jupyter notebook --NotebookApp.token='' --NotebookApp.password=''
gh gist view -r -f numerical-analysis.sh https://gist.github.com/appare45/cac785bbb371771daafc74fb424c8d24 | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment