File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ Images all README files can be stored in [docs/imgs](./imgs).
20
20
21
21
> Requires: ` unzip ` utility and ** Python 3** installed in the environment. May not work properly on Windows.
22
22
23
- 1 . Run the ** Build Docs Website** configuration.
24
- 2 . Run the ** Run Docs Website Locally** configuration.
23
+ 1 . Run the ` Build Docs Website ` configuration.
24
+ 2 . Run the ` Run Docs Website Locally ` configuration.
25
25
3 . Open [ http://localhost:8000/home.html ] ( http://localhost:8000/home.html ) in your browser.
26
+ 4 . Shut down the server with Ctrl+C or close the terminal window.
26
27
27
28
### Option 2: Manual Steps
28
29
@@ -35,6 +36,7 @@ Images all README files can be stored in [docs/imgs](./imgs).
35
36
http-server
36
37
```
37
38
4 . Open [ http://localhost:8000/home.html ] ( http://localhost:8000/home.html ) in your browser.
39
+ 5 . Shut down the server with Ctrl+C or close the terminal window.
38
40
39
41
### Explainer dataframes
40
42
` @TransformDataFrameExpressions ` annotated test functions generate sample
You can’t perform that action at this time.
0 commit comments