I wanted to change the browser that launches Jupiter Lab (3.0.16) from Anaconda Navigator (anaconda3) to Google Chrome from the current Microsoft Edge, so I tried to use the following site as a reference, but it still starts on Microsoft Edge.
referenced sites:
How to Specify a Launch Browser for JupiterLab 3.0
▲Summarize the procedures for changing settings on the site below.
Create a config file in the jupyter lab.
jupyter lab --generate-config
Runs to create /.jupyter/jupyter_lab_config.py
.
Remove the comment out in /.jupyter/jupyter_lab_config.py
, fill in the browser exe path, and save it.
You can then specify a browser to launch in the Jupiter Lab.
I did the above procedure, but it still boots to Microsoft Edge.
▲Other
"As a solution, I searched keywords such as ""Change Jupiter Lab Browser"" and looked for reference sites, but it didn't work."Professor, please.
My browser exe path below
625c.ServerApp.browser='"C:\\Program Files\Google\\Chrome\\Application\\chrome.exe"'%s
Resolved by changing your PC startup browser.
© 2024 OneMinuteCode. All rights reserved.