Skip to content

Commit 52e92ca

Browse files
committed
Add note about the loading time
1 parent f51a015 commit 52e92ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/pandas/getting_started.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
You can try `pandas` in your browser with the following interactive shell
66
without installing anything on your computer.
77

8+
*Note it can take up to 30 seconds before the shell finishes loading and is ready to run commands.*
9+
810
<iframe
911
src="./lite/repl/index.html?toolbar=1&kernel=python&code=import%20pandas%20as%20pd&code=df%20=%20pd.DataFrame(%7B'num_legs':%20%5B2,%204%5D,%20'num_wings':%20%5B2,%200%5D%7D,%20index=%5B'falcon',%20'dog'%5D)"
1012
width="100%"

0 commit comments

Comments
 (0)