GitHub - binder-examples/nix: Simplest Nix Binderhub example (original) (raw)

Nixpkgs BinderHub example

Binder

Why Nix?

Nix would be a great addition to reproducible data science. It is a unique package manager. Some notable features:

Assuming that you have nixinstalled (compatible with all linux distributions and darwin (Mac OS)) you can run this repository locally (no need for binderhub). It will be identical assuming you have pinned repositories. Nix can coexist fine with other package managers.

This derivation installs python37, numpy, and scipy.

For a more detailed example see the detailed binderhub example costrouc/nix-binder-example