Skip to content

Instantly share code, notes, and snippets.

View philippjfr's full-sized avatar

Philipp Rudiger philippjfr

View GitHub Profile
@xavArtley
xavArtley / Reset.png
Last active January 11, 2019 16:07
Bokeh parallel coordinate plot
Reset.png
@jabooth
jabooth / condapure.sh
Last active August 29, 2015 14:26
A little script for building and uploading pure-Python conda packages.
#! /bin/sh
#
# -- CONDAPURE - easy conda skeleton uploading --
#
# Usage: make a working dir and cd into it:
# > mkdir tmp_build && cd tmp_build
# > bash condapure.sh <pypi_package_name> <binstar_org>
#
# E.g. > bash -x condapure.sh tinys3 menpo
#