From 61d55de425cdba6b8863f44daa95132d5d89884d Mon Sep 17 00:00:00 2001 From: William Monroe <wsmonroe@uab,edu> Date: Thu, 26 Mar 2020 11:22:54 -0500 Subject: [PATCH] stripping notebook content --- .gitconfig | 4 ++-- importSACCTinfo.ipynb | 13 ++++++++++--- slurm-2sql.ipynb | 23 ++++++++++++++++++++--- 3 files changed, 32 insertions(+), 8 deletions(-) diff --git a/.gitconfig b/.gitconfig index 39084ed..2fb335e 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 226ba9f..72d4bed 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 f2608ac..090075c 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, -- GitLab