nteract / commuter

🚎 Notebook sharing hub
BSD 3-Clause "New" or "Revised" License
495 stars 66 forks source link

Can Commuter be password protected? #311

Closed adammclaurin closed 3 years ago

adammclaurin commented 3 years ago

We have some notebooks that we're considering sharing via Commuter that require restricted access. Can Commuter be password protected?

captainsafia commented 3 years ago

Commuter itself cannot be password protected. However, you can host the notebooks on AWS/Google and use the permissions features there to limit accessibility. Does that work for you?

adammclaurin commented 3 years ago

Thanks for the feedback @captainsafia. I think in our case we'll have to create a custom implementation and use Commuter as inspiration.