Skip to content

Commit 0836b13

Browse files
authored
Update README.md
1 parent 519bdc9 commit 0836b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ automatically opened `index.md` and `penguins.csv.py` to the left and a live pre
1818
![](https://raw.githubusercontent.com/dleeftink/observable-python-codespace/main/setup.png)
1919

2020
You can edit the `index.md` contents, after which the content changes are reflected (with a slight delay) in the preview pane.
21-
- Navigate to `penguin-classification/docs/data/penguins.csv.py` and uncomment `X = df.iloc[:, [2, 3, 4, 5]]` to observe how changes to the Python *data-loader* are propagated to the live-preview.
21+
- Navigate to `penguin-classification/docs/data/penguins.csv.py` and uncomment `X = df.iloc[ ... ]` to observe how changes to the Python *data-loader* are propagated to the live-preview.
2222

2323
If updates stop being reflected in the preview pane, refresh the page. If updates aren't propagated after refreshing, execute `CTRL/CMD + C` in the terminal after which you can restart the live server using `npm run obs`.
2424
- If you accidentally close the preview pane, you can re-open this by navigating to the `Ports` tab on the bottom half of the screen and hovering the `Forwarded Address`. Click the `Preview in Editor` icon that shows on hover to re-open the preview inside your codespace.

0 commit comments

Comments
 (0)