-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TL;DR #111
Comments
I think I got all cases of this in the ScopeSim repo. There are however more hidden in some instrument packages in the IRDB repo. I'll transfer the issue and solve the cases there separately... |
There are several notebooks also in this repo where this issue exists. Reopening it here to deal with that... |
I can take care of the A general remark: jupyter notebooks should be saved empty, without the code output ( |
For MICADO I 'solved' the |
About the figures, it is good to be able to see the figures. That way people know at least what to expect before they run them. Perhaps we can ensure that the figures are included on read the docs, then people can use that as a reference. But currently the read the docs does not have figures, at least not for these notebooks: https://irdb.readthedocs.io/en/latest/MICADO/docs/example_notebooks/1_scopesim_MCAO_4mas_galaxy.html# I prefer to keep the figures in the repository as long as they are unavailable on read the docs. We could also make the notebooks fully reproducible, e.g. by setting the random seeds. Then the figures shouldn't change that often, and then I'd be fine with storing them. |
Note that a benefit of the symlink is that running the notebooks will actually use the IRDB from this repository and thus the same version as the notebooks themselves. Otherwise the notebooks will download a package that might, or might not, correspond to the specific commit that the notebooks are from. |
Some usability issues that we identified today:
class MyClass:
should be followed by a line with ellipsis,...
.local_package_path
for the benefit of Readthedocs. This is confusing and should be rephrased to be useful for the user.About the last point, the top cell of each notebook currently contains something like
Instead it could contain something like
Or something similar
The text was updated successfully, but these errors were encountered: