I'm looking into which service to chose when it comes to Jupyter Notebooks hosted in the cloud.
Google Colaboratory (GCL) seems to be able to share privately (with people with Google Apps accounts) and real-time collaborate with them.
However, for me, Azure Notebooks (AZNB) has some benefits that I prefer over GCL – But I cannot NOT have the feature of sharing and collaborating. It seems like such obvious features, that I'm posing the question here – am I missing something right in front of me?
Note: For AZNB, I've found the "share" option, which forces the notebook to be public, and the "clone" option, which lets others work on a copy of my library. This is not what I am looking for.
For now (29 sept 2018) - you can't get official way.
You can track this discussion here
https://github.com/Microsoft/AzureNotebooks/issues/329
I can suggest some option. Azure notebook service allow to use the terminal console, aznbsetup.sh file and have the preinstalled git.
You can put your notebooks in some private git repo, send the link and credential to your collaborators and tell some manual instructions
cd ~/library
and git clone your_private_repo
pull
, push
and etcFor autoupdates you can suggest the aznbsetup.sh
with
#!/bin/bash
cd ~/library
git pull
It's worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With