Skip to content

Commit c1bd25f

Browse files
Add terminal back, with "Experimental" heading
Co-Authored-By: Jeremy Tuloup <[email protected]>
1 parent c3a8092 commit c1bd25f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web/pandas/getting_started.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,17 @@ allowfullscreen></iframe>
3030
## Cheat sheet
3131

3232
[pandas cheat sheet](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf)
33+
34+
## (Experimental): try `pandas` in your browser
35+
36+
You can try `pandas` in your browser with the following interactive shell
37+
without needing to install anything on your computer.
38+
39+
*Please note it can take a while before the shell is initialised and ready to run commands.*
40+
41+
<iframe
42+
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)"
43+
width="100%"
44+
height="500px"
45+
></iframe>
46+

0 commit comments

Comments
 (0)