The security model in the notebook is that you run it and you access it - Jupyter gives you access to the same files that your user can already access on the machine.
If you want authentication for different users, look at JupyterHub: http://jupyterhub.readthedocs.io/en/latest/ On 13 December 2017 at 16:39, <[email protected]> wrote: > 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.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/6d1eec27-d629-45da-a1df-6a0eba70b527%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/6d1eec27-d629-45da-a1df-6a0eba70b527%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/CAOvn4qhGk9o3Uds2VQu6_VeQgcQxR-60nX6g1NqEHPOP098YcA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
