访问ubuntu服务器上远程托管的Jupyter笔记本

时间:2020-06-19 02:13:10

标签: ubuntu jupyter-notebook anaconda jupyter ubuntu-server

远程服务器正在使用ubuntu 18.04。

我在服务器上安装了anaconda,并已经设置了jupyter_notebook_config.py

<username>是我在服务器上的用户名。

<server_name>是服务器名称。

以下输出是我启动Jupiter笔记本电脑

(base) <username>@<server_name>:~$ jupyter notebook
[W 18:55:26.855 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[I 18:55:26.890 NotebookApp] JupyterLab extension loaded from /home/<username>/anaconda3/lib/python3.7/site-packages/jupyterlab
[I 18:55:26.890 NotebookApp] JupyterLab application directory is /home/<username>/anaconda3/share/jupyter/lab
[I 18:55:26.893 NotebookApp] Serving notebooks from local directory: /home/<username>
[I 18:55:26.893 NotebookApp] The Jupyter Notebook is running at:
[I 18:55:26.893 NotebookApp] http://<server_name>:8899/
[I 18:55:26.893 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

问题:现在,我想在本地浏览器上访问这本Jupyter书,但是我不知道我应该在哪个网站上打字?

我尝试了http://<server_name>:8899/ http://<server_ip_address>:8899/

两者都不起作用。

0 个答案:

没有答案