jupyter / nbviewer

nbconvert as a web service: Render Jupyter Notebooks as static web pages
https://nbviewer.jupyter.org
Other
2.19k stars 544 forks source link

How do I make sure the URL of web page rendered by Nbviewer for a private Notebook is accessible to only certain set of users? #1013

Open mpreetka opened 1 year ago

mpreetka commented 1 year ago

My externally managed Nbviewer service is able to generate html render from notebooks placed in a private NFS folder. But the URL of rendered HTML page is public to all. I am using LDAP Authentication for Hub. Can anyone help me understand why the URL doesn't ask for separate authentication when the URL is accessed by anyone?