0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Run jupyter notebook in Container on Ubuntu22.04 on WSL2 on Windows11

Last updated at Posted at 2025-03-22

Container内でjupyter notebookコマンドをたたいたが、host側でjupyterが開けなかった。

  • 解決方法
    下記のコマンドでpasswordを設定してから
jupyter notebook password

--allow-root optionをつけてjupyter notebookを起動する

jupyter notebook --port 8888 --ip=0.0.0.0 --allow-root
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?