✨
JupyterLabメモ書き
忘れるのでメモ書きを残す
2024/06/02 日本語化
!pip install jupyterlab-language-pack-ja-JP
2024/06/02 設定ファイルの作成とリモートアクセスの許可
家のネットワーク内だからザル設定
450 jupyter-lab --generate-config
451 emacs ~/.jupyter/jupyter_lab_config.py
c.ServerApp.allow_remote_access = True
c.ServerApp.ip = 'x280.local'
パスワード設定してないけど、使うときだけ起動してるからまぁいいか。
Discussion