> When I click on any item under the New menu on the right top, I get error of permission denied.
In the terminal where you started the notebook you should get logs with more informations about the permission denied, likely a stacktrace with an error code. There are many reasons why you could have permission denied: - Folder where you tried to create a notebook is read-only - Folder where you tried to create a notebook does not belong to the right user - Folder where you tried to create a notebook is a system or hidden folder I'm not familiar with Sentry so I can't give advice with it. -- Matthias On 13 December 2017 at 16:22, <[email protected]> wrote: > 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.r >> eadthedocs.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 > <https://groups.google.com/d/msgid/jupyter/0a9748a6-1ae3-4f25-a3a8-99db0894a3bf%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CANJQusWPpF-7RBD6y2wGMGpUofY19Rh7vx%2BBzTm13r2RWza2-Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
