ndcbe / cbe67701-uncertainty-quantification

Summer 2020 reading group on uncertainty quantification
https://ndcbe.github.io/cbe67701-uncertainty-quantification/
22 stars 6 forks source link

Usage of exclamation mark prefix in Jupyter notebooks #9

Closed mquevill closed 4 years ago

mquevill commented 4 years ago

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).