I have sorted it out, I was running the notebook service in a folder that requires root, after I started it from another folder that open read/write, I am fine now.
BUT this expose a bigger issue here: Doesn't Jupyter come with security control? what if I want to set my work folder visible to only myself, or set the team folder to only team members? Can Jupyter integrate with LDAP? Thanks. 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/6d1eec27-d629-45da-a1df-6a0eba70b527%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
