Open pheaktra1 opened 5 years ago
open the jupyter_notebook_config.py
you have opened. if you setc.NotebookApp.ip ='*'
before, change it to:c.NotebookApp.ip ='0.0.0.0'
. This worked for me.
Thank u so much for your Answer. I will try to fix it
On Thu, Nov 22, 2018, 11:10 AM JimReno <notifications@github.com wrote:
open the jupyter_notebook_config.py you have opened. if you setc.NotebookApp.ip ='*'before, change it to:c.NotebookApp.ip ='0.0.0.0'. This worked for me.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dunovank/jupyter-themes/issues/306#issuecomment-440891116, or mute the thread https://github.com/notifications/unsubscribe-auth/AiHhti90xDhUMNE3QyTSnkboV--qEqz2ks5uxgebgaJpZM4Ysf0X .
Did that work? If so, please close the issue
Hi. After I install jupyterthemes, my jupyter server not responding and the error message as a picture below. even I uninstall jupyterthemes but it's still not working as before. I can't log in to my jupyter anymore. I'm on ubuntu 16.04. Can you help me please?