eu-cdse / documentation

Technical documentation for Copernicus Data Space Ecosystem
17 stars 10 forks source link

JupyterHub kernel documentation #565

Open clausmichele opened 3 weeks ago

clausmichele commented 3 weeks ago

During the recent GEO-OPEN-HACK-2024 workshop I demonstrated openEO using the JupyterHub instance offered by CDSE. I have been asked where the Python environments (kernels) offered are documented, with the list of libraries and versions installed. I couldn't find it in the documentation, is it already available? If not, would it be possible to add it to the docs? Thanks!

KanerLev commented 2 weeks ago

Hi @clausmichele, Are you looking for the list of packages that could be obtained via running the command conda list?

conda_list

If yes, -no it's not available in the documentation, -we will raise it internally and once/if it's approved we will place it in our documentation. If no, can you please provide more details.

clausmichele commented 2 weeks ago

@KanerLev thanks for the reply. This is a possibility, but I was wondering if the conda environment file is also publicly available (maybe here on GitHub) and can be referenced somewhere. This would allow the users to mention issues with the current environment and maybe propose new libraries to be added. In terms of reproducibility it would be a good addition, since it would be possible to refer to a conda environment that was tested at the time of execution.