#!/usr/bin/env bash

arg1="$1"
echo $arg1
shift
ipython -i -m simplepytorch -- "$arg1" $*
