You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/> buttons in the cell status bar to pause and restart execution; or if you want
65
+
to turn it off globally you can uncheck the "Vitale: Rerun Cells When Dirty"
66
+
setting.
63
67
64
68
## Importing modules
65
69
@@ -89,6 +93,11 @@ and Modes](https://vitejs.dev/guide/env-and-mode.html).
89
93
Since code in cells is transformed by Vite, you need to prefix variables with
90
94
`VITE_` in order for them to be visible.
91
95
96
+
## Output panes
97
+
98
+
Cell output is displayed below the cell. You can open the output in a separate
99
+
pane by clicking the <img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMyAxaDExbDEgMXY1LjNhMy4yIDMuMiAwIDAgMC0xLS4zVjJIOXYxMC44OEw3Ljg4IDE0SDNsLTEtMVYyem0wIDEyaDVWMkgzem0xMC4zNzktNC45OThhMi41IDIuNSAwIDAgMC0xLjE5LjM0OGgtLjAzYTIuNTEgMi41MSAwIDAgMC0uNzk5IDMuNTNMOSAxNC4yM2wuNzEuNzFsMi4zNS0yLjM2Yy4zMjUuMjIuNy4zNTggMS4wOS40YTIuNSAyLjUgMCAwIDAgMS4xNC0uMTNhMi41IDIuNSAwIDAgMCAxLS42M2EyLjQ2IDIuNDYgMCAwIDAgLjU4LTFhMi42IDIuNiAwIDAgMCAuMDctMS4xNWEyLjUzIDIuNTMgMCAwIDAtMS4zNS0xLjgxYTIuNSAyLjUgMCAwIDAtMS4yMTEtLjI1OG0uMjQgMy45OTJhMS41IDEuNSAwIDAgMS0uOTc5LS4yNDRhMS41NSAxLjU1IDAgMCAxLS41Ni0uNjhhMS41IDEuNSAwIDAgMS0uMDgtLjg2YTEuNDkgMS40OSAwIDAgMSAxLjE4LTEuMThhMS41IDEuNSAwIDAgMSAuODYuMDhjLjI3Ni4xMTcuNTEyLjMxMS42OC41NmExLjUgMS41IDAgMCAxLTEuMSAyLjMyNHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="/> button in the cell toolbar. Output in a separate pane is updated when the cell is reëxecuted or when dependencies change.
100
+
92
101
## Rendering different MIME types
93
102
94
103
`vitale` inspects the output value and tries to pick an appropriate MIME type to
0 commit comments