0

After I pip install jupyterlab, I can't open it since it gets stuck in an infinite loop in safari!. I want to change my browser to chrome and tried to do it through a solution offered here but I can not find the #c.NotebookApp.browser = '' to change it.

Do you have any suggestion on how to solve this weird infinite problem in safari?

Phoenix
  • 359
  • 7
  • 15

1 Answers1

0

I finally realized that the best work around this is to install a virtual environment and run jupyter lab there,

Simply run the followings:

1- pipenv install jupyterlab
2- pipenv shell
3- jupyter lab 
Phoenix
  • 359
  • 7
  • 15