File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,15 @@ The notebook does not display any code which is conventient for showing results
38
38
39
39
40
40
41
- Other ways:
41
+ Other ways to build webpages :
42
42
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 )
44
45
* [ 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
You can’t perform that action at this time.
0 commit comments