Skip to content
Martin Roberge edited this page Jun 14, 2017 · 4 revisions

The easiest way to include the mapping and graphing capabilities of hydrocloud into your own website is through the use of iframes. To do this, simply paste the following code into your site:

<iframe src="http://hydrocloud.org" width="400" height="400" >
    <p>Your browser does not support iframes.</p>
</iframe>

You can see an example here.

Some things to keep in mind:

  • The hydrocloud website works best when it is larger than 300 x 300, so set the width and height properties accordingly.
  • Place a message inside of the iframe in case your users' browser cannot support iframes.

Jupyter Notebooks

You can also embed HydroCloud into Jupyter Notebooks for a reproducible approach to hydrologic data science!