-
When trying to resolve https://github.com/jupyterhub/repo2docker/issues/1296, when I run
```
repo2docker \
--no-run \
--Repo2Docker.base_image=gesiscss/repo2docker_base_image:latest \
…
-
`find GESIS-Methods-Hub/` reports
```
GESIS-Methods-Hub/minimal-guide-example-docx
GESIS-Methods-Hub/minimal-guide-example-docx/index
GESIS-Methods-Hub/minimal-guide-example-docx/index/_output
…
-
```
! error: (pdf backend): \pdfextension endlink cannot be used in vertical mode
! ==> Fatal error occurred, no output PDF file produced!
```
This blocks https://github.com/GESIS-Methods-Hub/…
-
```
INFO [2023-07-27 13:34:31] Location of docker_scripts directory: /home/gitlab-runner/R/library/andrew/docker-scripts
INFO [2023-07-27 13:34:31] Location of pandoc_filters directory: /home/gitlab…
-
```
pandoc --output index.md-tmp --shift-heading-level-by -1 --metadata 'author:Raniere Silva' --metadata 'image:./img/cover.jpg' --metadata method:true --metadata citation: true --metadata github_ht…
-
```
INFO [2023-07-27 13:34:37] Location of docker_scripts directory: /home/gitlab-runner/R/library/andrew/docker-scripts
INFO [2023-07-27 13:34:37] Location of pandoc_filters directory: /home/gitlab…
-
Examples must have
- [x] `.editorconfig`
- [x] GNU AGPL v3 `LICENSE`
- [ ] `CONTRIBUTING.md`
- [x] `README.md`
Use https://github.com/GESIS-Methods-Hub/minimal-example-md as example.
-
I updated https://gesis-methods-hub.github.io/methodshub/articles/input-format.html.
@schochastics I included formats that we hope to support and link to the respective issue.
@arnim Did I forgo…
-
YAML header in README is render poorly.
GitHub
![Screenshot 2023-07-14 at 14-23-53 GESIS-Methods-Hub_minimal-example-readme Minimal Example of Tutorial as README](https://github.com/GESIS-Method…
-
# Summary
Our primary use case for streamlit is to run ad-hoc scripts from JupyterHub container. In order to access streamlit tool we're using jupyter-server-proxy. I.e. streamlit app accessed thro…