<crossposting from Anaconda Public>
Hi all,
I have a colleague who recently installed anaconda who is having trouble getting the Jupyter launcher to recognize environment variables in her conda environment.
Specs - Windows 10, Python 3.5
Package at issue - message_ix (channel: conda-forge)
`nb_conda` is already installed to access conda environments in the notebooks.
We get correct behavior in two cases:
1) launch anaconda prompt and run `$ jupyter notebook`. Opening the prompt runs the `source` command as expected.
2) launch cmd, run `$ source`, then run `$ jupyter notebook`
However,
when launching the notebooks from the provided exe (via clicking
through the start menu), the environment is not `source`d.
I have confirmed that Anaconda is in the user's `PATH`.
Has anyone else observed this, is there a known fix?
Best,
Matt