diff --git a/workflow_demo/for_medical_people.ipynb b/workflow_demo/for_medical_people.ipynb index 2c58b74..d94b707 100644 --- a/workflow_demo/for_medical_people.ipynb +++ b/workflow_demo/for_medical_people.ipynb @@ -24,17 +24,6 @@ "The purpose of this notebook is to educate people with very limited understanding of machine learning and code about some of what cleanX does, and why it is worth incorporating it into use. " ] }, - { - "cell_type": "code", - "execution_count": null, - "id": "67017ff7", - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "sys.path = ['D:/projects/cleanX'] + sys.path" - ] - }, { "cell_type": "code", "execution_count": 1, @@ -413,7 +402,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "8f644acb", + "id": "9be0683b", "metadata": {}, "outputs": [ { diff --git a/workflow_demo/no_classes_workflow_example.ipynb b/workflow_demo/no_classes_workflow_example.ipynb index dd3fb20..0de71f6 100644 --- a/workflow_demo/no_classes_workflow_example.ipynb +++ b/workflow_demo/no_classes_workflow_example.ipynb @@ -56,8 +56,9 @@ "metadata": {}, "outputs": [], "source": [ - "import sys\n", - "sys.path = ['D:/projects/cleanX'] + sys.path" + "# here is a block in case you have a different branch version downloaded\n", + "# import sys\n", + "# sys.path = ['D:/projects/cleanX'] + sys.path" ] }, { @@ -8033,7 +8034,7 @@ }, { "cell_type": "markdown", - "id": "92266b5e", + "id": "4d50f44a", "metadata": {}, "source": [ "interesting, there was some text, \n", @@ -8052,7 +8053,7 @@ }, { "cell_type": "markdown", - "id": "54591922", + "id": "f2c89c4a", "metadata": {}, "source": [ "We have several functions for augmenting images. These include but are not limited to:\n", @@ -8066,7 +8067,7 @@ }, { "cell_type": "markdown", - "id": "7d8c12fa", + "id": "3d47205a", "metadata": {}, "source": [ "We have spiffy histogram based normalization- but it is easier to use with classes. Check out our other workflow \"classes_workflow\" to see it in action."