diff --git a/examples/example.ipynb b/examples/example.ipynb index d88382f..f184bd4 100644 --- a/examples/example.ipynb +++ b/examples/example.ipynb @@ -13,7 +13,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -41,7 +41,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -53,7 +53,8 @@ } ], "source": [ - "output_dir = \"/Users/gbarter/devel/pCrunch/pCrunch/test/io/data\"\n", + "output_dir = os.path.join( os.path.dirname(os.path.realpath('')), \n", + " \"pCrunch\", \"test\",\"io\",\"data\")\n", "results_dir = os.path.join(output_dir, \"results\")\n", "save_results = True\n", "\n", @@ -74,18 +75,18 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 8, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "[,\n", - " ,\n", - " ]" + "[,\n", + " ,\n", + " ]" ] }, - "execution_count": 3, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -100,7 +101,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -153,7 +154,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -191,7 +192,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -219,7 +220,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 12, "metadata": {}, "outputs": [ { @@ -452,7 +453,7 @@ "[5 rows x 1799 columns]" ] }, - "execution_count": 7, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" }