Skip to content

Commit

Permalink
Merge pull request #40 from schckngs/main
Browse files Browse the repository at this point in the history
Hopefully fixing
  • Loading branch information
schckngs authored Aug 11, 2023
2 parents 87402cf + fbb8de3 commit a697345
Show file tree
Hide file tree
Showing 17 changed files with 1,584 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description

Data page for display and downloading mooring data
Data page for display and downloading mooring data.

## Collaborators

Expand Down
Binary file modified _build/dirhtml/.doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/dirhtml/.doctrees/interactive/interactive.doctree
Binary file not shown.
Binary file modified _build/dirhtml/.doctrees/moorings/index.doctree
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _build/dirhtml/_images/Climatology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions _build/dirhtml/_sources/interactive/interactive.md.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Interactive Viz

Different python libraries that we have interactivity options:
Different python libraries that have interactivity options:

Holoviz:
https://holoviz.org/ - Main holoviz plotting tools
https://panel.holoviz.org/getting_started/index.html - Panel, a tool to build interactive web apps
### Holoviz:

Streamlit:
https://streamlit.io/ - Main streamlit interactive web app page
* [https://holoviz.org/](https://holoviz.org/) - Main holoviz plotting tools
* [https://panel.holoviz.org/getting_started/index.html](https://panel.holoviz.org/getting_started/index.html) - Panel, a tool to build interactive web apps

Shiny:
We were only briefly able to test the use of Shiny, another commonly used interactive web app.
### Streamlit:

* [https://streamlit.io/](https://streamlit.io/) - Main streamlit interactive web app page
* [Interactive plot example](https://mooringapp-5davsitseswj6tfudqtvqh.streamlit.app/)

### Shiny:

* [https://shiny.posit.co/](https://shiny.posit.co/)
* We were only briefly able to test the use of Shiny, another commonly used interactive web app.
Shiny has options for both Python and R interactivity.
https://shiny.posit.co/


<iframe src="first_figure.html" width="100%" height="500" style="border:1px solid black;"> </iframe>

Expand Down
2 changes: 2 additions & 0 deletions _build/dirhtml/_sources/moorings/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ We put together python notebooks for the following moorings:

It would be very cool to be able to add more mooring pages automatically.

![Puget Sound Climatology](Climatology.png)

```{toctree}
:maxdepth: 2
:hidden:
Expand Down
369 changes: 369 additions & 0 deletions _build/dirhtml/_sources/streamlit_mooring_app_instructions.ipynb.txt

Large diffs are not rendered by default.

45 changes: 35 additions & 10 deletions _build/dirhtml/interactive/interactive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,20 +441,33 @@
<article class="bd-article" role="main">
<section id="interactive-viz">
<h1>Interactive Viz<a class="headerlink" href="#interactive-viz" title="Permalink to this heading">#</a></h1>
<p>Different python libraries that we have interactivity options:</p>
<p>Holoviz:
https://holoviz.org/ - Main holoviz plotting tools
https://panel.holoviz.org/getting_started/index.html - Panel, a tool to build interactive web apps</p>
<p>Streamlit:
https://streamlit.io/ - Main streamlit interactive web app page</p>
<p>Shiny:
We were only briefly able to test the use of Shiny, another commonly used interactive web app.
Shiny has options for both Python and R interactivity.
https://shiny.posit.co/</p>
<p>Different python libraries that have interactivity options:</p>
<section id="holoviz">
<h2>Holoviz:<a class="headerlink" href="#holoviz" title="Permalink to this heading">#</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://holoviz.org/">https://holoviz.org/</a> - Main holoviz plotting tools</p></li>
<li><p><a class="reference external" href="https://panel.holoviz.org/getting_started/index.html">https://panel.holoviz.org/getting_started/index.html</a> - Panel, a tool to build interactive web apps</p></li>
</ul>
</section>
<section id="streamlit">
<h2>Streamlit:<a class="headerlink" href="#streamlit" title="Permalink to this heading">#</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://streamlit.io/">https://streamlit.io/</a> - Main streamlit interactive web app page</p></li>
<li><p><a class="reference external" href="https://mooringapp-5davsitseswj6tfudqtvqh.streamlit.app/">Interactive plot example</a></p></li>
</ul>
</section>
<section id="shiny">
<h2>Shiny:<a class="headerlink" href="#shiny" title="Permalink to this heading">#</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://shiny.posit.co/">https://shiny.posit.co/</a></p></li>
<li><p>We were only briefly able to test the use of Shiny, another commonly used interactive web app.
Shiny has options for both Python and R interactivity.</p></li>
</ul>
<iframe src="first_figure.html" width="100%" height="500" style="border:1px solid black;"> </iframe>
<div class="toctree-wrapper compound">
</div>
</section>
</section>

<div class="section">

Expand Down Expand Up @@ -500,6 +513,18 @@ <h1>Interactive Viz<a class="headerlink" href="#interactive-viz" title="Permalin

<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">

<div class="sidebar-secondary-item">
<div class="page-toc tocsection onthispage">
<i class="fa-solid fa-list"></i> On this page
</div>
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#holoviz">Holoviz:</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#streamlit">Streamlit:</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#shiny">Shiny:</a></li>
</ul>
</nav></div>

<div class="sidebar-secondary-item">

<div class="tocsection editthispage">
Expand Down
1 change: 1 addition & 0 deletions _build/dirhtml/moorings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ <h1>Moorings<a class="headerlink" href="#moorings" title="Permalink to this head
<li><p><a class="reference internal" href="Puget_Climatology/"><span class="doc std std-doc">Puget Sound Mooring Climatologies</span></a></p></li>
</ul>
<p>It would be very cool to be able to add more mooring pages automatically.</p>
<p><img alt="Puget Sound Climatology" src="../_images/Climatology.png" /></p>
<div class="toctree-wrapper compound">
</div>
</section>
Expand Down
Binary file modified _build/dirhtml/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/dirhtml/searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit a697345

Please sign in to comment.