You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
22
22
23
23
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`.
24
24
- 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