RSP Tutorial Notebook setup

Hi, in the UK DAC, the RSP launches with tutorial Notebooks pulled from Github via the values YAML file:

controller:
  config:
    images:
      source:
        type: "docker"
        registry: "registry.hub.docker.com"
        repository: "lsstsqre/sciplat-lab"
    lab:
      env:
        AUTO_REPO_URLS: <github URL>
        AUTO_REPO_BRANCH: <github branch>
        AUTO_REPO_SPECS:<github URL>@<github branch>

The contents of the pulled folder are read-only (permissions bits: -r–r–r–). Some users are finding this counter intuitive as they can’t “save progress” during a tutorial, or make their own Notebooks (reporting “Save Untitled.ipynb, permissions error”).

So, my question: is it possible to make additional Notebooks added via AUTO_REPO_URLS, etc, user writable?

Thanks,
Dave

hi @davemckay , thanks for the question. So the notebooks/tutorial-notebooks directory is indeed read-only, and will always contain the most updated version of the tutorial notebooks.

I believe the information here may address your issue on how to obtain an editable version of a tutorial notebook. Please let me know how that works out, and if you still have issues we can help troubleshoot that more with you.

Hi @ryanlau, thanks for your reply - that perfectly answers my question :smiley:

1 Like