#!/usr/bin/env python # coding: utf-8 # # [*NBBinder test on a collection of notebooks about some thermodynamic properperties of water*](https://github.com/rmsrosa/nbbinder) # # Open in Google ColabOpen in binderView in NBViewerView Slides  # # [<- Water Contents](00.00-Water_Contents.ipynb) | [Water Contents](00.00-Water_Contents.ipynb) | [References](BA.00-References.ipynb) | [Reading the Data ->](02.00-Data.ipynb) # # --- # # # Introduction # # Water is a fundamental element for life on Earth and is crucial for the dynamics of the planet. # In[2]: import io, base64 from IPython.display import Image, HTML # In[6]: Image(filename='cachoeira_448x298.jpg', width=448) # In this brief note, we look at the dependency of the water density on the temperature, at sea level pressure and attempt to fit polynomial models to a certain set of available data. # # # --- # [<- Water Contents](00.00-Water_Contents.ipynb) | [Water Contents](00.00-Water_Contents.ipynb) | [References](BA.00-References.ipynb) | [Reading the Data ->](02.00-Data.ipynb)