Today I will teach you The server runs jupyter notebookFirst, buy me a server. To know the public IP Virtual Environment
Then
c.NotebookApp.ip = '0.0.0.0' c.NotebookApp.open_browser = False c.NotebookApp.port = 8888 c.NotebookApp.password = 'sha1:6c132ae43f5c:4b4cf1efc42fba2c1480e3283c6bcb9769313bdb' Then turn off the firewallroot@VM-0-5-ubuntu:~# firewall-cmd --state running root@VM-0-5-ubuntu:~# systemctl stop firewalld.service root@VM-0-5-ubuntu:~# systemctl disable firewalld.service Synchronizing state of firewalld.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable firewalld Removed /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service. Open Jupyter Notebook Open the browser and run You can also change the server to a local one and establish a tunnel Open locally, no problemThe server is now running Jupyter. The above is the detailed content of the method to solve the problem of running jupyter notebook on the server. For more information about running jupyter notebook on the server, please pay attention to other related articles on 123WORDPRESS.COM! You may also be interested in:
|
<<: Vue implements bottom query function
>>: Detailed explanation of various join summaries of SQL
Table of contents 1. Subquery definition 2. Subqu...
This article shares the specific code for impleme...
Nginx supports three ways to configure virtual ho...
Table of contents Hidden Problems Solution to ada...
Scenario Yesterday the system automatically backe...
CSS is the realm of style, layout, and presentati...
1. Introduction Image maps allow you to designate...
1. Get the real path of the current script: #!/bi...
Because I wrote a Python program and intensively ...
In a recent project, I needed to implement the fu...
statement : This article teaches you how to imple...
Use the rpm installation package to install mysql...
This tutorial shares the installation and configu...
1. Some tips on classes declared with class in re...
Using Nginx's proxy_cache to build a cache se...