Install jupyter
Write a script to run: #!/bin/bash # run_jupyter.sh jupyter notebook --no-browser --ip 0.0.0.0 --port 8888 --allow-root > .log 2>&1 & You can add this script to run at startup Docker port mappingFirst submit the container with jupyter installed docker commit -a 'author' -m "add jupyter" container name ubuntu:jupyter Create a container with a new image docker run -itd --name jupyter ubuntu:jupyter -p 80:8888 bash Open the host firewall firewall-cmd --zone=public --add-port=80/tcp --permanent firewall-cmd --reload firewall-cmd --list-port firewall-cmd --query-port=80/tcp Access the host machine using a browser So my development environment is like this hahaha This is the end of this article on how to install jupyter in docker on centos and open ports. For more information about installing jupyter on docker, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: What are mysql dirty pages?
>>: Detailed explanation of some commonly used font-size font units and line-height in CSS
Attribute check-strictly The official document pr...
Related article: Beginners learn some HTML tags (1...
Docker is really cool, especially because it'...
Today I would like to share with you the CSS3 tra...
The <tbody> tag is used to define the style...
Table of contents 1. v-for: traverse array conten...
Table of contents Features Preservation strategy ...
This article example shares the specific code of ...
This article shares the specific code of the canv...
*Create a page: two input boxes and a button *Cod...
VMWare (Virtual Machine ware) is a "virtual ...
Link: https://qydev.weixin.qq.com/wiki/index.php?...
This article shares the specific code of Javascri...
Loading kernel symbols using gdb arm-eabi-gdb out...
01. Command Overview The paste command will merge...