コマンドプロンプトからjupyter labが起動できない
Pythonのjupyter labを開くにあたり、
URLからはログインできますが、コマンドプロンプトで実行すると以下コードが出てきて起動できません。
コマンドプロンプトから自動でChromeを開きjupyter labを開ける状態になるにはどうしたら良いでしょうか。
該当のソースコード
C:\Users\XXX>activate python (D:\anaconda\environment\python) C:\Users\XXX>jupyter --version jupyter core : 4.6.3 jupyter-notebook : 6.1.4 qtconsole : not installed ipython : 5.8.0 ipykernel : 5.3.4 jupyter client : 6.1.7 jupyter lab : 2.2.6 nbconvert : 6.0.7 ipywidgets : 7.5.1 nbformat : 5.0.8 traitlets : 5.0.5 (D:\anaconda\environment\python) C:\Users\XXX>where jupyter D:\anaconda\environment\python\Scripts\jupyter.exe C:\ProgramData\Anaconda3\Scripts\jupyter.exe (D:\anaconda\environment\python) C:\Users\XXX>where jupyter-lab D:\anaconda\environment\python\Scripts\jupyter-lab.exe C:\ProgramData\Anaconda3\Scripts\jupyter-lab.exe (D:\anaconda\environment\python) C:\Users\XXX> Microsoft Windows [Version 10.0.18363.1379] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\XXX>activate python (D:\anaconda\environment\python) C:\Users\XXX>jupyter lab [I 11:03:55.355 LabApp] JupyterLab extension loaded from D:\anaconda\environment\python\lib\site-packages\jupyterlab [I 11:03:55.355 LabApp] JupyterLab application directory is D:\anaconda\environment\python\share\jupyter\lab [I 11:03:55.355 LabApp] Serving notebooks from local directory: C:\Users\XXX [I 11:03:55.355 LabApp] Jupyter Notebook 6.1.4 is running at: [I 11:03:55.355 LabApp] http://localhost:8888/?token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [I 11:03:55.355 LabApp] or http://127.0.0.1:8888/?token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [I 11:03:55.355 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 11:03:55.355 LabApp] To access the notebook, open this file in a browser: file:///C:/Users/XXX/AppData/Roaming/jupyter/runtime/nbserver-19132-open.html Or copy and paste one of these URLs: http://localhost:8888/?token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX or http://127.0.0.1:8888/?token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

回答1件
あなたの回答
tips
プレビュー