1

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

Sascha Gottfried
  • 3,303
  • 20
  • 30
Y.N
  • 4,989
  • 7
  • 34
  • 61

1 Answers1

1

After conversation at AzureNotebooks official GH repo, the answer is

  1. Doc is outdated
  2. Log stored in .nb.setup.log (setup log for library), not in aznbsetup.log (doesn't exist anymore)
Y.N
  • 4,989
  • 7
  • 34
  • 61