c kernel
docker pull brendanrius/jupyter-c-kernel
docker run -p 8888:8888 -v E:/research/working/27:/home/jovsan/data brendanrius/jupyter-c-kernel#因为此处jupyter实在/home/jovsan/目录下运行,故应该将数据挂载到该目录下
Copy the given URL containing the token, and browse to it. For instance:
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/token=66750c80bd0788f6ba15760aadz53beb9a9fb4cf8ac15ce8
fortran kernel
docker pull sourceryinstitute/jupyter-caf-kernel:latest
docker run -i -t -p 8888:8888 -v E:/research/working/27:/data sourceryinstitute/jupyter-caf-kernel:latest
#挂在到/data目录下
matlab kernel
docker run -it -v E:/research/working/27:/data alpine
中科大docker镜像源
https://docker.mirrors.ustc.edu.cn
pandas jupyter
docker run -d --name jupyter -p 8888:8888 -v E:/research/working:/opt playniuniu/jupyter-pandas
docker container start containerid # 恢复已经停止的container
run 从镜像
网友评论