We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b3d61 commit 02d7ae3Copy full SHA for 02d7ae3
web/pandas/getting_started.md
@@ -42,6 +42,5 @@ without needing to install anything on your system.
42
43
<iframe
44
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"
45
- width="100%"
46
- height="500px"
+ style="width: 100%; max-width: 650px; height: 600px; border: 1px solid #130753;"
47
></iframe>
0 commit comments