jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

chrome not able to remote in jupyter notebook but safari work

Open keyuchen21 opened this issue 1 year ago • 1 comments

jupyter notebook --no-browser --port=8899 --ip=0.0.0.0 --NotebookApp.token='' --NotebookApp.password='' --NotebookApp.allow_remote_access=True

I can use a mac with safari to remote in this server without any problem however chrome and firefox doens't work (it used to work but somehow recently no longer works) anyone know how to fix it?

methods tried:

  1. uninstalled miniconda and jupyter
  2. I even uninstalled and reinstalled ubuntu.
  3. uninstalled and reinstalled chrome on mac image

jupyter server version: 2.14.1

keyuchen21 avatar Oct 07 '24 01:10 keyuchen21