#!/usr/bin/env bash

arg1="$1"
echo $arg1
shift
ipython -im simplepytorch -- "$arg1" $*
