dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.78k stars 1.06k forks source link

jupyter Server not responding #306

Open pheaktra1 opened 5 years ago

pheaktra1 commented 5 years ago

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? 11 22

JimReno commented 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.

pheaktra1 commented 5 years ago

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 .

DhruvaSambrani commented 5 years ago

Did that work? If so, please close the issue