User credentials and notebooks visibility

Hi, I came across with jupyterhub as I was looking for a way to deploy notebooks to different people in my organization. I want the power of jupterhub but also the possibility tu manage the visibility of some notebooks. For example, data for marketing campaigns to people in marketing, KPI for managers, etc.

Can I do this straight forward? Do I need a workaround? I want jupyterlab onpremise.
I can manage same access in sharepoint for example.

Regards.

There’s lots of ways to deploy JupyterHub. The default configuration relies on local operating system users, so the standard user/group file permissions apply.

If you need something more advanced you could look at a custom ContentsManager:

https://jupyter-server.readthedocs.io/en/stable/developers/contents.html