Skip to content

Commit dc5747f

Browse files
committed
Test build with a minor edit
1 parent 4e52282 commit dc5747f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/01-working-with-published-data/01-working-with-published-data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"\n",
8080
"Now that we've found the file we want to open, we need to set the path to the file within the DesignSafe JupyterHub. The best way to do this is to set the path relative to the home directory, which is /home/jupyter. That's the directory that contains the CommunityData, MyData, MyProjects, NEES, NHERI-Published, and Work directories. So the path to the NHERI-Published directory is /home/jupyter/NHERI-Published. Adding on the project file path for our specific project, we end up the path shown below\n",
8181
"\n",
82-
"/home/jupyter/NHERI-Published/PRJ-5772/Flatfiles/GMDB_RotD50_Flatfile_Version_1.csv\n",
82+
"`/home/jupyter/NHERI-Published/PRJ-5772/Flatfiles/GMDB_RotD50_Flatfile_Version_1.csv`\n",
8383
"\n",
8484
"Alternatively, you could specify a relative path between the current working directory and the file you want to open. However, we don't recommend using relative paths because if you ever need to share your notebook with someone else, or move it to a new directory, the relative path will not work and you'll need to change a bunch of stuff. So it's best to use the full path relative to the home directory. "
8585
]

0 commit comments

Comments
 (0)