実現したいこと
jupyter notebookのインストール
※アナコンダと一緒ではなくjupyter notebook単体でインストールです
発生している問題・分からないこと
現在使ってるパソコンにjupyter notebookをインストールしようとしてますが
インストールした後もアイコンが表示されなかったりされたとしても
アイコンを押しても起動しなかったりと全くうまくいっていません
該当のソースコード
特になし
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
なので一旦pythonを含めて全部削除して再度やり直してみました
pythonの3.12を新たにインストールした後、コマンドプロンプトを使ったのですがアイコンは出てきません
何がいけないのか教えていただけないでしょうか
ちなみにコマンドプロンプトでjupyter notebookと入力した後に出てきた内容は下記になります
C:\Users\ユーザー>jupyter notebook
[I 2024-05-15 12:06:41.039 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-05-15 12:06:41.048 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-05-15 12:06:41.057 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-05-15 12:06:41.066 ServerApp] notebook | extension was successfully linked.
[I 2024-05-15 12:06:41.918 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-05-15 12:06:41.984 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-05-15 12:06:41.987 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-05-15 12:06:41.989 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-05-15 12:06:41.994 LabApp] JupyterLab extension loaded from C:\Users\ユーザー\AppData\Local\Programs\Python\Python312\Lib\site-packages\jupyterlab
[I 2024-05-15 12:06:41.995 LabApp] JupyterLab application directory is C:\Users\ユーザー\AppData\Local\Programs\Python\Python312\share\jupyter\lab
[I 2024-05-15 12:06:41.996 LabApp] Extension Manager is 'pypi'.
[I 2024-05-15 12:06:42.683 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-05-15 12:06:42.689 ServerApp] notebook | extension was successfully loaded.
[I 2024-05-15 12:06:42.690 ServerApp] Serving notebooks from local directory: C:\Users\ユーザー
[I 2024-05-15 12:06:42.692 ServerApp] Jupyter Server 2.14.0 is running at:
[I 2024-05-15 12:06:42.692 ServerApp] http://localhost:8888/tree?token=2d58c36f5ef4e6342e33ce42c4e9ce52fbe29e215c0c7a6e
[I 2024-05-15 12:06:42.692 ServerApp] http://127.0.0.1:8888/tree?token=2d58c36f5ef4e6342e33ce42c4e9ce52fbe29e215c0c7a6e
[I 2024-05-15 12:06:42.692 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2024-05-15 12:06:42.775 ServerApp]
To access the server, open this file in a browser: file:///C:/Users/%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC/AppData/Roaming/jupyter/runtime/jpserver-1916-open.html Or copy and paste one of these URLs: http://localhost:8888/tree?token=2d58c36f5ef4e6342e33ce42c4e9ce52fbe29e215c0c7a6e http://127.0.0.1:8888/tree?token=2d58c36f5ef4e6342e33ce42c4e9ce52fbe29e215c0c7a6e
[I 2024-05-15 12:06:42.951 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
補足
特になし

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2024/05/15 04:01
2024/05/15 04:11
2024/05/15 04:17