How to use notebook in Ubuntu 22.04

这篇具有很好参考价值的文章主要介绍了How to use notebook in Ubuntu 22.04。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

Install

lwk@qwfys:~$ pip install notebook --upgrade -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting notebook
  Downloading http://mirrors.aliyun.com/pypi/packages/85/76/51777158391e1784cc5a892ff355fd0a0b0b5189aeffce9baf51f514b9a2/notebook-7.0.2-py3-none-any.whl (4.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 1.2 MB/s eta 0:00:00
Requirement already satisfied: jupyter-server<3,>=2.4.0 in ./.local/lib/python3.10/site-packages (from notebook) (2.7.2)
Requirement already satisfied: jupyterlab-server<3,>=2.22.1 in ./.local/lib/python3.10/site-packages (from notebook) (2.24.0)
Requirement already satisfied: jupyterlab<5,>=4.0.2 in ./.local/lib/python3.10/site-packages (from notebook) (4.0.5)
Requirement already satisfied: notebook-shim<0.3,>=0.2 in ./.local/lib/python3.10/site-packages (from notebook) (0.2.3)
Requirement already satisfied: tornado>=6.2.0 in ./.local/lib/python3.10/site-packages (from notebook) (6.3.3)
Requirement already satisfied: anyio>=3.1.0 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (3.7.1)
Requirement already satisfied: argon2-cffi in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (23.1.0)
Requirement already satisfied: jinja2 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (3.1.2)
Requirement already satisfied: jupyter-client>=7.4.4 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (8.3.0)
Requirement already satisfied: jupyter-core!=5.0.*,>=4.12 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (5.3.1)
Requirement already satisfied: jupyter-events>=0.6.0 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (0.7.0)
Requirement already satisfied: jupyter-server-terminals in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (0.4.4)
Requirement already satisfied: nbconvert>=6.4.4 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (7.7.4)
Requirement already satisfied: nbformat>=5.3.0 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (5.9.2)
Requirement already satisfied: overrides in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (7.4.0)
Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from jupyter-server<3,>=2.4.0->notebook) (21.3)
Requirement already satisfied: prometheus-client in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (0.17.1)
Requirement already satisfied: pyzmq>=24 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (25.1.1)
Requirement already satisfied: send2trash>=1.8.2 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (1.8.2)
Requirement already satisfied: terminado>=0.8.3 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (0.17.1)
Requirement already satisfied: traitlets>=5.6.0 in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (5.9.0)
Requirement already satisfied: websocket-client in ./.local/lib/python3.10/site-packages (from jupyter-server<3,>=2.4.0->notebook) (1.6.2)
Requirement already satisfied: async-lru>=1.0.0 in ./.local/lib/python3.10/site-packages (from jupyterlab<5,>=4.0.2->notebook) (2.0.4)
Requirement already satisfied: ipykernel in ./.local/lib/python3.10/site-packages (from jupyterlab<5,>=4.0.2->notebook) (6.25.1)
Requirement already satisfied: jupyter-lsp>=2.0.0 in ./.local/lib/python3.10/site-packages (from jupyterlab<5,>=4.0.2->notebook) (2.2.0)
Requirement already satisfied: tomli in ./.local/lib/python3.10/site-packages (from jupyterlab<5,>=4.0.2->notebook) (2.0.1)
Requirement already satisfied: babel>=2.10 in ./.local/lib/python3.10/site-packages (from jupyterlab-server<3,>=2.22.1->notebook) (2.12.1)
Requirement already satisfied: json5>=0.9.0 in ./.local/lib/python3.10/site-packages (from jupyterlab-server<3,>=2.22.1->notebook) (0.9.14)
Requirement already satisfied: jsonschema>=4.17.3 in ./.local/lib/python3.10/site-packages (from jupyterlab-server<3,>=2.22.1->notebook) (4.19.0)
Requirement already satisfied: requests>=2.28 in ./.local/lib/python3.10/site-packages (from jupyterlab-server<3,>=2.22.1->notebook) (2.31.0)
Requirement already satisfied: idna>=2.8 in /usr/lib/python3/dist-packages (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook) (3.3)
Requirement already satisfied: sniffio>=1.1 in ./.local/lib/python3.10/site-packages (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook) (1.3.0)
Requirement already satisfied: exceptiongroup in ./.local/lib/python3.10/site-packages (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook) (1.1.3)
Requirement already satisfied: typing-extensions>=4.0.0 in ./.local/lib/python3.10/site-packages (from async-lru>=1.0.0->jupyterlab<5,>=4.0.2->notebook) (4.7.1)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/lib/python3/dist-packages (from jinja2->jupyter-server<3,>=2.4.0->notebook) (2.0.1)
Requirement already satisfied: attrs>=22.2.0 in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (23.1.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (2023.7.1)
Requirement already satisfied: referencing>=0.28.4 in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (0.30.2)
Requirement already satisfied: rpds-py>=0.7.1 in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (0.9.2)
Requirement already satisfied: python-dateutil>=2.8.2 in ./.local/lib/python3.10/site-packages (from jupyter-client>=7.4.4->jupyter-server<3,>=2.4.0->notebook) (2.8.2)
Requirement already satisfied: platformdirs>=2.5 in ./.local/lib/python3.10/site-packages (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.4.0->notebook) (3.10.0)
Requirement already satisfied: python-json-logger>=2.0.4 in ./.local/lib/python3.10/site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook) (2.0.7)
Requirement already satisfied: pyyaml>=5.3 in /usr/lib/python3/dist-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook) (5.4.1)
Requirement already satisfied: rfc3339-validator in ./.local/lib/python3.10/site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook) (0.1.4)
Requirement already satisfied: rfc3986-validator>=0.1.1 in ./.local/lib/python3.10/site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook) (0.1.1)
Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (4.10.0)
Requirement already satisfied: bleach!=5.0.0 in ./.local/lib/python3.10/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (6.0.0)
Requirement already satisfied: defusedxml in ./.local/lib/python3.10/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (0.7.1)
Requirement already satisfied: jupyterlab-pygments in ./.local/lib/python3.10/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (0.2.2)
Requirement already satisfied: mistune<4,>=2.0.3 in ./.local/lib/python3.10/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (3.0.1)
Requirement already satisfied: nbclient>=0.5.0 in ./.local/lib/python3.10/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (0.8.0)
Requirement already satisfied: pandocfilters>=1.4.1 in ./.local/lib/python3.10/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (1.5.0)
Requirement already satisfied: pygments>=2.4.1 in ./.local/lib/python3.10/site-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (2.16.1)
Requirement already satisfied: tinycss2 in /usr/lib/python3/dist-packages (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (1.1.1)
Requirement already satisfied: fastjsonschema in ./.local/lib/python3.10/site-packages (from nbformat>=5.3.0->jupyter-server<3,>=2.4.0->notebook) (2.18.0)
Requirement already satisfied: charset-normalizer<4,>=2 in ./.local/lib/python3.10/site-packages (from requests>=2.28->jupyterlab-server<3,>=2.22.1->notebook) (3.2.0)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.28->jupyterlab-server<3,>=2.22.1->notebook) (1.26.5)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.28->jupyterlab-server<3,>=2.22.1->notebook) (2020.6.20)
Requirement already satisfied: ptyprocess in /usr/lib/python3/dist-packages (from terminado>=0.8.3->jupyter-server<3,>=2.4.0->notebook) (0.7.0)
Requirement already satisfied: argon2-cffi-bindings in ./.local/lib/python3.10/site-packages (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook) (21.2.0)
Requirement already satisfied: comm>=0.1.1 in ./.local/lib/python3.10/site-packages (from ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.1.4)
Requirement already satisfied: debugpy>=1.6.5 in ./.local/lib/python3.10/site-packages (from ipykernel->jupyterlab<5,>=4.0.2->notebook) (1.6.7.post1)
Requirement already satisfied: ipython>=7.23.1 in ./.local/lib/python3.10/site-packages (from ipykernel->jupyterlab<5,>=4.0.2->notebook) (8.14.0)
Requirement already satisfied: matplotlib-inline>=0.1 in ./.local/lib/python3.10/site-packages (from ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.1.6)
Requirement already satisfied: nest-asyncio in ./.local/lib/python3.10/site-packages (from ipykernel->jupyterlab<5,>=4.0.2->notebook) (1.5.7)
Requirement already satisfied: psutil in /usr/lib/python3/dist-packages (from ipykernel->jupyterlab<5,>=4.0.2->notebook) (5.9.0)
Requirement already satisfied: six>=1.9.0 in /usr/lib/python3/dist-packages (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (1.16.0)
Requirement already satisfied: webencodings in /usr/lib/python3/dist-packages (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook) (0.5.1)
Requirement already satisfied: backcall in ./.local/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.2.0)
Requirement already satisfied: decorator in ./.local/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (5.1.1)
Requirement already satisfied: jedi>=0.16 in ./.local/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.19.0)
Requirement already satisfied: pickleshare in ./.local/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.7.5)
Requirement already satisfied: prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 in ./.local/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (3.0.39)
Requirement already satisfied: stack-data in ./.local/lib/python3.10/site-packages (from ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.6.2)
Requirement already satisfied: pexpect>4.3 in /usr/lib/python3/dist-packages (from ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (4.8.0)
Requirement already satisfied: fqdn in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (1.5.1)
Requirement already satisfied: isoduration in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (20.11.0)
Requirement already satisfied: jsonpointer>1.13 in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (2.4)
Requirement already satisfied: uri-template in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (1.3.0)
Requirement already satisfied: webcolors>=1.11 in ./.local/lib/python3.10/site-packages (from jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (1.13)
Requirement already satisfied: cffi>=1.0.1 in ./.local/lib/python3.10/site-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook) (1.15.1)
Requirement already satisfied: pycparser in ./.local/lib/python3.10/site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook) (2.21)
Requirement already satisfied: parso<0.9.0,>=0.8.3 in ./.local/lib/python3.10/site-packages (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.8.3)
Requirement already satisfied: wcwidth in ./.local/lib/python3.10/site-packages (from prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30->ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.2.6)
Requirement already satisfied: arrow>=0.15.0 in ./.local/lib/python3.10/site-packages (from isoduration->jsonschema>=4.17.3->jupyterlab-server<3,>=2.22.1->notebook) (1.2.3)
Requirement already satisfied: executing>=1.2.0 in ./.local/lib/python3.10/site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (1.2.0)
Requirement already satisfied: asttokens>=2.1.0 in ./.local/lib/python3.10/site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (2.2.1)
Requirement already satisfied: pure-eval in ./.local/lib/python3.10/site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab<5,>=4.0.2->notebook) (0.2.2)
Installing collected packages: notebook
Successfully installed notebook-7.0.2
lwk@qwfys:~$

Start

lwk@qwfys:~$ jupyter notebook
[I 2023-08-27 15:20:50.940 ServerApp] Package notebook took 0.0000s to import
[I 2023-08-27 15:20:50.948 ServerApp] Package jupyter_lsp took 0.0076s to import
[W 2023-08-27 15:20:50.948 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2023-08-27 15:20:50.952 ServerApp] Package jupyter_server_terminals took 0.0037s to import
[I 2023-08-27 15:20:50.953 ServerApp] Package jupyterlab took 0.0000s to import
[I 2023-08-27 15:20:51.266 ServerApp] Package notebook_shim took 0.0000s to import
[W 2023-08-27 15:20:51.267 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2023-08-27 15:20:51.267 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2023-08-27 15:20:51.270 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2023-08-27 15:20:51.274 ServerApp] jupyterlab | extension was successfully linked.
[I 2023-08-27 15:20:51.278 ServerApp] notebook | extension was successfully linked.
[I 2023-08-27 15:20:51.450 ServerApp] notebook_shim | extension was successfully linked.
[I 2023-08-27 15:20:51.461 ServerApp] notebook_shim | extension was successfully loaded.
[I 2023-08-27 15:20:51.464 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2023-08-27 15:20:51.465 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2023-08-27 15:20:51.467 LabApp] JupyterLab extension loaded from /home/lwk/.local/lib/python3.10/site-packages/jupyterlab
[I 2023-08-27 15:20:51.467 LabApp] JupyterLab application directory is /home/lwk/.local/share/jupyter/lab
[I 2023-08-27 15:20:51.467 LabApp] Extension Manager is 'pypi'.
[I 2023-08-27 15:20:51.469 ServerApp] jupyterlab | extension was successfully loaded.
[I 2023-08-27 15:20:51.471 ServerApp] notebook | extension was successfully loaded.
[I 2023-08-27 15:20:51.472 ServerApp] Serving notebooks from local directory: /home/lwk
[I 2023-08-27 15:20:51.472 ServerApp] Jupyter Server 2.7.2 is running at:
[I 2023-08-27 15:20:51.472 ServerApp] http://localhost:8888/tree?token=9cf4b322bb1935233acf0a98e8a1cf75219aaddba222cb49
[I 2023-08-27 15:20:51.472 ServerApp]     http://127.0.0.1:8888/tree?token=9cf4b322bb1935233acf0a98e8a1cf75219aaddba222cb49
[I 2023-08-27 15:20:51.472 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2023-08-27 15:20:51.488 ServerApp] 
    
    To access the server, open this file in a browser:
        file:///home/lwk/.local/share/jupyter/runtime/jpserver-16183-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/tree?token=9cf4b322bb1935233acf0a98e8a1cf75219aaddba222cb49
        http://127.0.0.1:8888/tree?token=9cf4b322bb1935233acf0a98e8a1cf75219aaddba222cb49
[I 2023-08-27 15:20:51.765 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server

这个时候,系统会自动打开浏览器,浏览器会自动跳转到页面http://localhost:8888/tree,如下图所示:

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How
How to use notebook in Ubuntu 22.04,Programming,notebook,Ubuntu,use,How

Stop

如果我们希望停止服务运行,可以在终端窗口中按Ctrl+C,这个时候,终端窗口命令行会出现如下变化

^C[I 2023-08-27 15:24:53.324 ServerApp] interrupted
[I 2023-08-27 15:24:53.324 ServerApp] Serving notebooks from local directory: /home/lwk
    0 active kernels
    Jupyter Server 2.7.2 is running at:
    http://localhost:8888/tree?token=9cf4b322bb1935233acf0a98e8a1cf75219aaddba222cb49
        http://127.0.0.1:8888/tree?token=9cf4b322bb1935233acf0a98e8a1cf75219aaddba222cb49
Shutdown this Jupyter server (y/[n])? y
[C 2023-08-27 15:24:57.241 ServerApp] Shutdown confirmed
[I 2023-08-27 15:24:57.243 ServerApp] Shutting down 5 extensions
lwk@qwfys:~$ 

我们再来观察notebook浏览器画面,发现没有任何变化。文章来源地址https://www.toymoban.com/news/detail-684661.html

到了这里,关于How to use notebook in Ubuntu 22.04的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • [Ubuntu 22.04.2] Running kernel seems to be up-to-date. Restarting services Daemons using outdated

      安装 ubuntu 22.04.2 版本后,安装软件时,总是提示: Running kernel seems to be up-to-date. Restarting services... Daemons using outdated libraries   根据因为提示,大致意思是说本地安装的 networkd-dispatcher.service, unattended-upgrades.service 这两个服务版本太旧,问我们是否需要更新这两个服务。

    2024年02月06日
    浏览(37)
  • Stable Diffusion WebUI 集成 中文提示词插件 sd-webui-prompt-all-in-one Ubuntu22.04 rtx2060 6G

    重启webui,等待依赖安装结束 已经加载出中文提示词输入框了  这个模型太拉

    2024年02月16日
    浏览(36)
  • Ubuntu 22.04 qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in even though it was found.

    问题: 在Linux环境下 环境:Ubuntu22.04 安装Qt版本:Qt6.2.4 安装后点击QtCreator图标无效 尝试通过命令行方式启动QtCreator  找到qtcreator文件所在目录-右键Open in terminal 报错信息提示:Qt Creator 在启动时无法加载所需的 Qt 平台插件 \\\"xcb\\\",通常这个报错原因为缺少相关依赖库导致 相

    2024年04月23日
    浏览(46)
  • Ubuntu22.04安装

    下载地址:https://ubuntu.com/download/server [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-Gc4vahaM-1676965762527)(…/AppData/Roaming/Typora/typora-user-images/image-20230123142941598.png)] 此次安装是22.04版本 可以直接阅读官方文档进行安装:https://ubuntu.com/server/docs/tutori

    2024年02月12日
    浏览(36)
  • ubuntu 22.04源

    首先备份一下原来的sources.list 然后修改sources.list 然后根据你的版本将sources.list中的内容换成相应的内容 Ubuntu 22.04 LTS 阿里源 ubuntu 22.04 清华源 ubuntu 22.04 中科大源 ubuntu 22.04 163源 最后更新一下

    2024年02月12日
    浏览(43)
  • Ubuntu20.04升级到Ubuntu 22.04

    执行如下命令将Ubuntu升级到最新的版本: 升级完成后,重启系统 重启成功之后,查看系统的当前版本 最新版本应该是20.04.6,如下图所示。 执行如下命令开始升级 一路yes或确认即可,下面是一些过程中的操作。 所有当前 Ubuntu 20.04 的源列表文件将被 Ubuntu 22.04 的 jammy 源列表

    2024年02月17日
    浏览(34)
  • ubuntu22.04网络唤醒

    注意:前提需要的主板的bios里先打开网络唤醒相关开关,由于各大主板设置页面不同就不一一介绍了,网上也能搜索到很多。 1.安装 ethtool 2.查看网卡名,使用 ip a 命令,看到自己的IP地址那一行的最后一个就是网卡名,这边显示为 eno1 3.网络唤醒服务配置 通过systemd添加一个

    2024年01月22日
    浏览(35)
  • Ubuntu22.04内核升级

            第二句代码运行出来有一堆内核,我是选择linux-image-X.X.X-X-generic 格式的。比如我选择的是最新的linux-image-6.2.0-26-generic          更新内核要把所有相关的都更新了,不然到了引导界面,进不了系统,只能进旧版本内核系统。         请参考文章: https://blog

    2024年02月06日
    浏览(35)
  • 远程连接Ubuntu 22.04

    安装openssh-server 检查服务运行状态 重启服务状态 开启防火墙 开启ssh传输端口 设置开机启动服务 配置服务文件 向防火墙中开启对应端口 重启ssh服务

    2024年02月10日
    浏览(34)
  • 安装Ubuntu22.04系统

    (1)下载Ubuntu22.04.01的ISO镜像文件 (2)通过UltraISO工具制作U盘启动盘 (3)安装系统,根据不同厂家类型按对应按键,进入启动界面选择安装(可以通过安装双系统方式,以可以整个格式化磁盘进行安装) (4)系统安装完成后,如果是比较新的硬件,可能某些驱动默认没有

    2024年02月14日
    浏览(44)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包