The gadi_jupyter script references a specific conda environment by version number
https://github.com/coecms/nci_scripts/blob/master/gadi_jupyter#L39
This guarantees the script will stop working when that specific conda environment is deleted with the regular update schedule.
It would be better to load a default environment like conda/analysis3
The
gadi_jupyterscript references a specificcondaenvironment by version numberhttps://github.com/coecms/nci_scripts/blob/master/gadi_jupyter#L39
This guarantees the script will stop working when that specific
condaenvironment is deleted with the regular update schedule.It would be better to load a default environment like
conda/analysis3