diff --git a/.gitconfig b/.gitconfig
index 39084ed492685084d2307792c5cc5f80a1e39d56..2fb335e9cbd93454934ebfa7cd59c9cc20c2a86f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,5 +1,5 @@
 [core]
-attributesfile = ~/.gitattributes_global
+attributesfile = ~/.gitattributes
 [filter "nbstrip_full"]
 clean = "jq --indent 1 \
         '(.cells[] | select(has(\"outputs\")) | .outputs) = []  \
@@ -8,4 +8,4 @@ clean = "jq --indent 1 \
         | .cells[].metadata = {} \
         '"
 smudge = cat
-required = true
\ No newline at end of file
+required = true
diff --git a/importSACCTinfo.ipynb b/importSACCTinfo.ipynb
index 226ba9fb9ab8469e7092d67cc167dfe8ff2342d0..72d4bed57dfad6048fa6bc1e88f9e938355465f1 100644
--- a/importSACCTinfo.ipynb
+++ b/importSACCTinfo.ipynb
@@ -248,6 +248,13 @@
     "userDF.head()"
    ]
   },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# add more graphs here\n"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -258,9 +265,9 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python [conda env:wsmplayground]",
+   "display_name": "Python 3",
    "language": "python",
-   "name": "conda-env-wsmplayground-py"
+   "name": "python3"
   },
   "language_info": {
    "codemirror_mode": {
@@ -272,7 +279,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.6.8"
+   "version": "3.7.5"
   },
   "toc": {
    "base_numbering": 1,
diff --git a/slurm-2sql.ipynb b/slurm-2sql.ipynb
index f2608ac87140174fb649f902e4175ef7b5bfc8eb..090075cce3c674be5da68f061df2c2e59d806fc5 100644
--- a/slurm-2sql.ipynb
+++ b/slurm-2sql.ipynb
@@ -258,6 +258,23 @@
     "df1.head(5)"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "more plots to come\n"
+     ]
+    }
+   ],
+   "source": [
+    "print(\"more plots to come\")"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -268,9 +285,9 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python [conda env:.conda-slurm-ds]",
+   "display_name": "Python 3",
    "language": "python",
-   "name": "conda-env-.conda-slurm-ds-py"
+   "name": "python3"
   },
   "language_info": {
    "codemirror_mode": {
@@ -282,7 +299,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.1"
+   "version": "3.7.5"
   }
  },
  "nbformat": 4,