Skip to content

Instantly share code, notes, and snippets.

@klarh
Last active January 30, 2020 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klarh/cced8b8f1a32a2656c5c0db85803a55b to your computer and use it in GitHub Desktop.
Save klarh/cced8b8f1a32a2656c5c0db85803a55b to your computer and use it in GitHub Desktop.
Example flowws-based workflow in a notebook

Launch a binder notebook with the button below:

Binder

povray
xvfb
libglu1-mesa
libgl1-mesa-dri
# specify dependencies for myblender.org operation (see also apt.txt
# for the full set)
channels:
- conda-forge
dependencies:
- fresnel
- pyglet
- pip
- pip:
- freud-analysis
- matplotlib
- pythreejs
- vispy
- pyriodic-aflow
- git+https://github.com/glotzerlab/plato@copy_from
- git+https://github.com/klarh/flowws
- git+https://github.com/klarh/flowws-analysis
- git+https://github.com/klarh/flowws-freud
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/bash
xvfb-run -a -s "-screen 0 1600x1200x24 +extension GLX +render +iglx" "${@}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment