#!/usr/bin/env bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PYTHONSTARTUP="$SCRIPT_DIR/scripts/ipython_startup.py" ipython "$@"
