Skip to content

Commit 07f666e

Browse files
committed
Update file paths for Noppe
1 parent 2b60221 commit 07f666e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

L7/basic-plotting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"import pandas as pd\n",
3838
"import matplotlib.pyplot as plt\n",
3939
"\n",
40-
"fp = r\"/home/jovyan/shared/data/L7/029740.txt\"\n",
40+
"fp = \"/home/jovyan/shared/L7/029740.txt\"\n",
4141
"\n",
4242
"data = pd.read_csv(\n",
4343
" fp,\n",

L7/subplots.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"import pandas as pd\n",
3838
"import matplotlib.pyplot as plt\n",
3939
"\n",
40-
"fp = r\"/home/jovyan/shared/data/L7/029740.txt\"\n",
40+
"fp = \"/home/jovyan/shared/L7/029740.txt\"\n",
4141
"\n",
4242
"data = pd.read_csv(\n",
4343
" fp,\n",

0 commit comments

Comments
 (0)