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
Table of contents 1. Objectives 2. Environmental ...
1. Install tomcat8 with docker 1. Find the tomcat...
In order to speed up the parsing of the website, ...
Use JavaScript to implement a web page clock. The...
Table of contents Short Introduction 1. Check the...
Today, due to project requirements, js is needed t...
We are in an era of rapid development of mobile In...
The first type: full CSS control, layer floating ...
Table of contents think 1. Greedy Snake Effect Pi...
Table of contents 1. Scenario Description 2. Solu...
Table of contents Code: Replenish: Summarize Requ...
Main library configuration 1. Configure mysql vim...
This example requires downloading and installing ...
Problem [root@zh ~]# [root@zh ~]# [root@zh ~]# yu...
Many times we want the server to run a script reg...