rubin-dp0 / tutorial-notebooks

Tutorial Jupyter Notebooks for Data Preview 0, created and maintained by the Rubin Observatory Community Science Team.
Apache License 2.0
33 stars 17 forks source link

Add mobu config file to handle excluding directories #204

Closed fajpunk closed 1 month ago

fajpunk commented 1 month ago

The newest version of mobu no longer honors the exclude_dirs key in the Phalanx config. To replace it, mobu will look for a mobu.yaml file in this repo, with an exclude_dirs key. This is nice because anyone with access to the repo can change which directories are excluded; you don't have to wait for someone to approve a Phalanx PR anymore.

This invalidates the instructions here, which I will change after I merge this: https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=LSSTOps&title=How+to+exclude+a+tutorial+notebook+from+mobu

This is also described in the new mobu docs!