I’m currently using Anaconda Navigator in which I have several different environments. Jupyter Notebook is installed in each environment. I would like to launch a Jupyter Notebook in a particular environment and have it open automatically with the file directory set to a directory specific for that environment. Although there may be different Jupyter Notebooks installed for different environments, they all seem to use the same config file in the .jupyter folder. At the moment I am manually changing the directory in the config file. That works as long as I keep using the same environment but everytime I want to use a different environment, I need to edit the config file. Is there a way to set up different Jupyter Notebook config files for different environments? Having different directories for different projects you are working on is common practice so I’m hoping there’s a simple solution that avoids manually having to reset the directory every time you change environments.
Thanks for any help you can give.