diff --git a/importSACCTinfo.ipynb b/importSACCTinfo.ipynb
index 8ec103c7f6171e61b46f888d2aca1f55e20495c5..6f998a4e30ca156fd8518a3642f77f001aa144ed 100644
--- a/importSACCTinfo.ipynb
+++ b/importSACCTinfo.ipynb
@@ -3,12 +3,7 @@
   {
    "cell_type": "code",
    "execution_count": null,
-   "metadata": {
-    "ExecuteTime": {
-     "end_time": "2020-03-16T20:57:10.405006Z",
-     "start_time": "2020-03-16T20:56:55.837670Z"
-    }
-   },
+   "metadata": {},
    "outputs": [],
    "source": [
     "import numpy as np\n",
@@ -19,12 +14,7 @@
   {
    "cell_type": "code",
    "execution_count": null,
-   "metadata": {
-    "ExecuteTime": {
-     "end_time": "2020-03-16T20:57:11.865980Z",
-     "start_time": "2020-03-16T20:57:10.414986Z"
-    }
-   },
+   "metadata": {},
    "outputs": [],
    "source": [
     "df = pd.read_csv('userusage.txt',delimiter='|')"
@@ -33,12 +23,7 @@
   {
    "cell_type": "code",
    "execution_count": null,
-   "metadata": {
-    "ExecuteTime": {
-     "end_time": "2020-03-16T20:57:11.932878Z",
-     "start_time": "2020-03-16T20:57:11.905219Z"
-    }
-   },
+   "metadata": {},
    "outputs": [],
    "source": [
     "df.head()"
@@ -47,12 +32,7 @@
   {
    "cell_type": "code",
    "execution_count": null,
-   "metadata": {
-    "ExecuteTime": {
-     "end_time": "2020-03-16T20:57:14.154962Z",
-     "start_time": "2020-03-16T20:57:11.967976Z"
-    }
-   },
+   "metadata": {},
    "outputs": [],
    "source": [
     "df[['jid','step']] = df.JobID.str.split(\".\",expand=True) \n",
@@ -62,11 +42,7 @@
   {
    "cell_type": "code",
    "execution_count": null,
-   "metadata": {
-    "ExecuteTime": {
-     "start_time": "2020-03-16T20:56:57.392Z"
-    }
-   },
+   "metadata": {},
    "outputs": [],
    "source": [
     "batchDF=df.dropna(subset=[\"MaxRSS\"])\n",
@@ -95,64 +71,9 @@
   }
  ],
  "metadata": {
-  "kernelspec": {
-   "display_name": "Python 3",
-   "language": "python",
-   "name": "python3"
-  },
   "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
    "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.7.5"
-  },
-  "toc": {
-   "base_numbering": 1,
-   "nav_menu": {},
-   "number_sections": true,
-   "sideBar": true,
-   "skip_h1_title": false,
-   "title_cell": "Table of Contents",
-   "title_sidebar": "Contents",
-   "toc_cell": false,
-   "toc_position": {},
-   "toc_section_display": true,
-   "toc_window_display": false
-  },
-  "varInspector": {
-   "cols": {
-    "lenName": 16,
-    "lenType": 16,
-    "lenVar": 40
-   },
-   "kernels_config": {
-    "python": {
-     "delete_cmd_postfix": "",
-     "delete_cmd_prefix": "del ",
-     "library": "var_list.py",
-     "varRefreshCmd": "print(var_dic_list())"
-    },
-    "r": {
-     "delete_cmd_postfix": ") ",
-     "delete_cmd_prefix": "rm(",
-     "library": "var_list.r",
-     "varRefreshCmd": "cat(var_dic_list()) "
-    }
-   },
-   "types_to_exclude": [
-    "module",
-    "function",
-    "builtin_function_or_method",
-    "instance",
-    "_Feature"
-   ],
-   "window_display": false
+   "pygments_lexer": "ipython3"
   }
  },
  "nbformat": 4,
diff --git a/slurm-2sql.ipynb b/slurm-2sql.ipynb
index 662c12d33b2ba61682d802e353d846ea35ed4ec4..c14f7709e087d0d510d91ea9ec6922277c62cfe7 100644
--- a/slurm-2sql.ipynb
+++ b/slurm-2sql.ipynb
@@ -58,22 +58,9 @@
   }
  ],
  "metadata": {
-  "kernelspec": {
-   "display_name": "Python 3",
-   "language": "python",
-   "name": "python3"
-  },
   "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
    "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.7.5"
+   "pygments_lexer": "ipython3"
   }
  },
  "nbformat": 4,