I can't open the jupyter notebook

Asked 2 years ago, Updated 2 years ago, 73 views

Windows is connecting to a CentOS server via TeraTerm.
I want to open the jupyter notebook, but I can't connect.

I installed jupyter and included jupyter_notebook_config.py.
jupyter notebook-ip=*.*.*.*.*-port=8080 results in http://~~, so if you paste it into Chrome, the response takes too long and the browser displays an error.

There seems to be no problem after checking the internet and port numbers, but if you know anything, please let me know.

linux centos jupyter-notebook

2022-09-30 20:14

1 Answers

US>To launch the Jupiter Notebook (or now JupiterLab) on a remote server
Running a notebook server for your reference

It's huge to put the article as it is (copy generation only) so it's just a link.
Also, known problems include Proxies.

Step

  • Check to see if it's really working with ps commands (or top)
  • Try connecting if the CentOS server itself has a Chrome Web browser


2022-09-30 20:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.