ニュース

When you re-run a step that creates an output file in the notebook, you get errors of the form: FITSIO status = 105: couldn't create the named file failed to create new file (already exists?): data ...
For developing new pipelines I prefer to develop them interactively within in Jupyter notebooks and once working, I then use jupyter nbconvert --to script NOTEBOOK.ipynb to create python code, whic ...