Skip to content

Commit 4b8ded1

Browse files
Fixed README typo, removed .DS_Store
1 parent 21547a1 commit 4b8ded1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

-12 KB
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Docker allows for the ability to download GrowthViz and its dependencies in an e
8080
3. Run GrowthViz
8181
- You can choose to either click the `Run` button to step through the various blocks (cells) of the document, OR click the 'Cell' dropdown in the menu bar and select 'Run all' to test the entire notebook all at once. However, this will run with the default sample data. Step 4 will explain how to use your own data.
8282
4. Input Your Own Dataset CSVs
83-
- To input your own data, drop a file `[name-of-your-file.csv]` into the `/growthviz` folder you created in step 1.
83+
- To input your own data, drop a file `[name-of-your-file.csv]` into the `/growthviz-data` folder you created in step 1.
8484
- Then, navigate to Cells 7 and 28 and replace:
8585
- `cleaned_obs = pd.read_csv("sample-data-cleaned.csv")` with
8686
- `cleaned_obs = pd.read_csv("growthviz-data/[name-of-your-file.csv]")`

0 commit comments

Comments
 (0)