File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 44
55
66[ ![ PyPI] ( https://img.shields.io/badge/python-3-blue.svg )] ( https://www.python.org/downloads/ )
7- ![ PyPI] ( https ://img.shields.io/pypi/v/gemgis_data)
7+ [ ![ PyPI version ] ( http ://img.shields.io/pypi/v/gemgis_data.svg )] ( https://pypi.org/project/gemgis_data/ )
88![ Conda] ( https://img.shields.io/conda/vn/conda-forge/gemgis_data )
9- ![ GitHub ] ( https://img.shields.io/github/license/ cgre-aachen/gemgis_data )
9+ [ ![ License: GPL v3 ] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://github.com/ cgre-aachen/gemgis_data/blob/main/LICENSE )
1010[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/cgre-aachen/gemgis/main )
11- ![ Read the Docs ] ( https://img.shields.io/readthedocs/ gemgis )
11+ [ ![ Documentation Status ] ( https://assets.readthedocs.org/static/projects/badges/passing-flat.svg )] ( https:// gemgis.readthedocs.io/en/latest/index.html )
1212[ ![ DOI] ( https://img.shields.io/badge/DOI-https%3A%2F%2Fdoi.org%2F10.5194%2Fegusphere--egu21--4613-blue )] ( https://doi.org/10.5194/egusphere-egu21-4613 )
1313[ ![ DOI] ( https://zenodo.org/badge/309125606.svg )] ( https://zenodo.org/badge/latestdoi/309125606 )
1414[ ![ DOI] ( https://jose.theoj.org/papers/10.21105/jose.00185/status.svg )] ( https://doi.org/10.21105/jose.00185 )
Original file line number Diff line number Diff line change 1+ libgl1-mesa-dev
2+ xvfb
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ set -x
3+ export DISPLAY=:99.0
4+ export PYVISTA_OFF_SCREEN=true
5+ export PYVISTA_USE_IPYVTK=true
6+ which Xvfb
7+ Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
8+ sleep 3
9+ set +x
10+ exec " $@ "
You can’t perform that action at this time.
0 commit comments