Skip to content

Commit 2347da1

Browse files
authored
updating other ways to make website
1 parent aff7f30 commit 2347da1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/visualizing-results-webpage.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,15 @@ The notebook does not display any code which is conventient for showing results
3838

3939

4040

41-
Other ways:
41+
Other ways to build webpages:
4242

43-
* [Jupyterbook](https://jupyterbook.org/en/stable/publish/gh-pages.html)
43+
* [Jupyterbook](https://jupyterbook.org/en/stable/publish/gh-pages.html): [deploy-book.yml](https://github.com/uwescience/GitHubActionsTutorial-USRSE24/blob/main/.github/workflows/deploy-book.yml)
44+
* [Quarto](https://quarto.org/): [quarto-actions](https://github.com/quarto-dev/quarto-actions)
4445
* [Readthedocs](https://about.readthedocs.com/?ref=readthedocs.com)
45-
* Jekyll template
46-
* Dashboard
46+
* [Jekyll Theme](https://jekyllrb.com/): [example with D3](https://uwescience.github.io/DSSG2016-UnsafeFoods/)
47+
* Dashboards: [Dash](https://plotly.com/dash/), [Panel](https://panel.holoviz.org/)
48+
49+
50+
Integrating interactive visualizations:
51+
* [Plotly->html](https://plotly.com/python/interactive-html-export/)-> embed in website
52+
* [D3 -> data in json/csv](https://www.tutorialsteacher.com/d3js/loading-data-from-file-in-d3js) -> embed in website

0 commit comments

Comments
 (0)