File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ allowfullscreen></iframe>
36
36
You can try ` pandas ` in your browser with the following interactive shell
37
37
without needing to install anything on your computer.
38
38
39
- * Please note it can take a while before the shell is initialised and ready to run commands.*
39
+ ** Please note it can take a while before the shell is initialised and ready to run commands.**
40
+ ** Running it requires a reasonable amount of bandwidth and resources, so it may not work properly on all devices or networks.**
40
41
41
42
<iframe
42
43
src="./lite/repl/index.html?toolbar=1&kernel=python&execute=0&code=import%20pandas%20as%20pd%0Adf%20%3D%20pd.DataFrame%28%7B%22num_legs%22%3A%20%5B2%2C%204%5D%2C%20%22num_wings%22%3A%20%5B2%2C%200%5D%7D%2C%20index%3D%5B%22falcon%22%2C%20%22dog%22%5D%29%0Adf"
You can’t perform that action at this time.
0 commit comments