<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 -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/1c35d4a2-3c12-491f-9234-f825cee2b0b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
