jupyter-app icon indicating copy to clipboard operation
jupyter-app copied to clipboard

Dynamically source variables from install.conf each time the app is opened

Open bantucaravan opened this issue 4 years ago • 0 comments

Variables from install.conf are currently manually hardcoded into the wrap files upon installation (for example here: https://github.com/telamonian/jupyter-app/blob/2549f59572479aa3bcf40d87771af0fa96523d2b/install#L223).

To allow changing virtual envs (for example), I would like to source the variables in the wrap scripts each time app is opened. Is there any reason why this is not done currently?

bantucaravan avatar Jul 12 '21 03:07 bantucaravan