|
28 | 28 | - `reges-pit/nexus-notebooks` |
29 | 29 | - [ ] add global `refdata_dependencies.yaml` (match `spacetelescope/roman_notebooks` format) |
30 | 30 | - [ ] decide notebook discovery regexes (paths/substrings STScI wrangler should scan) |
31 | | -- [ ] organize notebooks in directories where each dir has its own `requirements.txt` |
32 | | -- [ ] add optional top-level `environment.yml` (mamba spec for non-pip / low-level deps only) |
33 | | -- [ ] move any per-notebook helper `.py` into the same notebook directories |
34 | | -- [ ] if using shared modules, create a top-level shared dir + symlink into each notebook dir that imports it |
35 | | -- [ ] update automation: publish/update the Nexus repo from `RRN/export/` (no PRs to `roman_notebooks`) |
| 31 | + - `notebooks/*.ipynb` |
| 32 | +- [-] organize notebooks in directories where each dir has its own `requirements.txt` |
| 33 | +- [x] add optional top-level `environment.yml` (mamba spec for non-pip / low-level deps only) |
| 34 | +- [-] move any per-notebook helper `.py` into the same notebook directories |
| 35 | + - they are downloaded in cells |
| 36 | +- [-] if using shared modules, create a top-level shared dir + symlink into each notebook dir that imports it |
| 37 | +- [x] update automation: publish/update the Nexus repo from `RRN/export_submodule/` (no PRs to `roman_notebooks`) |
36 | 38 | - [ ] send STScI the repo URL + chosen regex list + any notes on expected execution order |
37 | 39 |
|
38 | 40 | ## Nexus |
|
44 | 46 | - [-] edit the tools notebook to match the Colab/RRN freindly style |
45 | 47 | - [ ] add Citations sections in all notebooks (is this already done?) |
46 | 48 | - [ ] delete the `roman_notebooks` PR + fork |
| 49 | +- [ ] test that the notebooks run using the provided yaml |
| 50 | +- [ ] tag long cells to avoid in quick tests |
47 | 51 |
|
48 | 52 | ## Microlensing Tools Notebook |
49 | 53 | - [ ] table formatting |
|
59 | 63 | - [ ] proof read |
60 | 64 | - [ ] test run |
61 | 65 | - [ ] check data import functions |
62 | | -- [ ] Add to nexus export list |
| 66 | +- [ ] Add to nexus export list |
| 67 | + |
| 68 | +## Website |
| 69 | +- [ ] remove mention of workshop sign-up |
| 70 | +- [ ] update with real data links |
| 71 | +- [x] change PR from fork to PR from branch |
| 72 | +- [ ] delete website fork (dc-copy) |
0 commit comments