I am forced to work on windows and I need to install pyomo. Seems like anaconda is the way to do that. I installed the package via conda install
and conda list
also shows me that it's installed. But when I run jupyter notebook via the anaconda screen the pyomo package is not in the environment and the error 'module not found' occurs.
What am I missing here when I install packages?
thanks in advance