Skip to content

Commit 9470bf4

Browse files
Suggestions from Jeremy
Co-authored-by: Jeremy Tuloup <[email protected]>
1 parent 96eb3db commit 9470bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/interactive_terminal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The interactive REPL is built with the `jupyter lite` CLI.
1111
First make sure `jupyterlite` and a kernel are installed:
1212

1313
```bash
14-
python -m pip install jupyterlite
14+
python -m pip install jupyterlite-core
1515
python -m pip install jupyterlite-pyodide-kernel
1616
```
1717

web/pandas/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ by [Wes McKinney](https://wesmckinney.com/), creator of pandas.
3939
You can try pandas in your browser with the following interactive shell
4040
without needing to install anything on your system.
4141

42-
**Please note it can take a while (>30 seconds) before the shell is initialised and ready to run commands.**
42+
**Please note it can take a while (>30 seconds) before the shell is initialized and ready to run commands.**
4343

4444
**Running it requires a reasonable amount of bandwidth and resources, so it may not work properly on all devices or networks.**
4545

0 commit comments

Comments
 (0)