In 01.01-Contributed-Example.ipynb, Pyomo is installed with !pip install -q pyomo. I think a note explaining the ! syntax in a Jupyter notebook may be helpful for students who are just starting out with Jupyter notebooks (since it is not standard Python).
In 01.01-Contributed-Example.ipynb, Pyomo is installed with
!pip install -q pyomo
. I think a note explaining the!
syntax in a Jupyter notebook may be helpful for students who are just starting out with Jupyter notebooks (since it is not standard Python).