Closed zoghbi-a closed 1 year ago
Re: the temporary fix mast table name (https://github.com/NASA-NAVO/navo-workshop/pull/135/commits/69631cb4de16e6bb150624bcf62a961cbd616446):
The table name has been reverted to its previous capitalization, so is now dbo.DetailedCatalog
again.
Thanks @tomdonaldson! I'll remove that temporary commit when I come up with a solution for windows.
The windows failure was due to a conda vs pip install issue, basically the system didn't let pip reinstall a package executable installed by conda. Workaround was to pip install it in the environment file, too.
However, in the meantime there are new notebook failures which also present on main
. I don't yet see whether they are transient, and would suggest to wait a day and restart things and report upstream if they will be still present.
Thanks @zoghbi-a!
[Re-doing] This PR addresses issue #69. It switches the notebooks files (.ipynb) to markdown, which can be opened with jupyter notebook (or inside jupyterlab) when
jupytext
is installed..ipynb
files were converted to.md
filesjupytext
as a dependency (in envionment.yaml and check_env.py)