Reputation: 5277
I've create the Azure Notebooks library with 'aznbsetup.sh' startup file.
File doesn't run then I open the library, and .aznbsetup.log
is not created.
File content is simple
#!/bin/bash
git pull
So I don't know what's happening and how to debug it
Upvotes: 1
Views: 130
Reputation: 5277
After conversation at AzureNotebooks official GH repo, the answer is
.nb.setup.log
(setup log for library), not in aznbsetup.log
(doesn't exist anymore)Upvotes: 1