gmt-for-geodesy
gmt-for-geodesy copied to clipboard
Build an attractive website next year?
The online workshop I attended one month ago has a great event landing page and a Jupyterbook. The workshop website uses this template (https://github.com/uwhackweek/jupyterbook-template). I know it's too late to build a website this year, but maybe we can do it next year?
- Template: https://github.com/uwhackweek/jupyterbook-template
- Examples:
- https://icesat-2-2023.hackweek.io/
- https://snowex-2021.hackweek.io/intro.html
- https://seisscoped.org/HPS/
I put together a Jupyter Book last year (https://github.com/GenericMappingTools/gmt-for-geodesy/pull/1) but think there was an offline discussion where people decided against it. I think the web page and jupyter book is more readable for participants.
Looking at PR #1, I think it's very likely that people were against "running bash scripts in a Jupyter Notebook environment".
Looking at PR #1, I think it's very likely that people were against "running bash scripts in a Jupyter Notebook environment".
Would the bash content be in markdown files instead (like https://github.com/snowex-hackweek/website/blob/main/book/tutorials/jupyter.md)? Is there a way to go directly from shell script to jupyter book page?