Don't know why this google group doesn't allow me to post at the end now, anyway, hopefully you notice my post:
I read your (@takowl and @Roland Weber) points and that could be the reason since I am actually doing this on a cluster which consists of 15 nodes. However, I still do not understand: 1. I opened a session1 and edited the jupyter_notebook_config.py accordingly; 2. I started the jupyter service on another session2 and there it prompted error I posted here; Both the two sessions are on the same host. Now I changed my testing: I opened session 1 and confirmed the editting I started the jupyter service on the SAME session I tested from session 2 and it works! I tested from workstation browser and it works! However, new issue follows right after this: When I open http://myhostname:8880 it takes me to: http://myhostname:8880/tree#notebooks, the notebook GUI is displayed When I click on any item under the New menu on the right top, I get error of permission denied. So what am I missing here? we do have Sentry in place, how do I set up the right access? Thank you. On Tuesday, December 12, 2017 at 3:33:45 PM UTC-5, Pasle Choix wrote: > > I installed Anaconda2 and followed this doc: > http://jupyter-notebook.readthedocs.io/en/stable/config_overview.html > generated jupyter_notebook_config.py > > all the settings remain unchanged except for two: > NotebookApp.ip = '*' > NotebookApp.port = 8880 > > > When I started notebook: > ./jupyter notebook --port 8880 > I received error: > > File 'jupyter_notebook_config.py', line 167, in <module> > NotebookApp.ip = '*' > NameError: name 'NotebookApp' is not defined > > Can anyone help to sort it out? > > Thank you very much. > > > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/0a9748a6-1ae3-4f25-a3a8-99db0894a3bf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
