Skip to content

Commit 8756dda

Browse files
authored
Update PrincetonUTutorial.md
1 parent c76ce98 commit 8756dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/PrincetonUTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ import pandas as pd
252252
import numpy as np
253253
from bokeh.plotting import figure, show, output_file, save
254254
255-
data = pd.read_csv("/mnt/<destination folder name on your laptop>/csv_logs/<name of the log file>.csv")
255+
data = pd.read_csv("<destination folder name on your laptop>/csv_logs/<name of the log file>.csv")
256256
257257
from bokeh.io import output_notebook
258258
output_notebook()

0 commit comments

Comments
 (0)