xonsh/docs/tryitnow.rst
Anthony Scopatz 0942d7b3d7 runthis
2020-03-19 23:05:18 -05:00

17 lines
431 B
ReStructuredText

Try It Now!
===========
Try out xonsh right here in the browser. Just press the "Run This"
button below!
.. raw:: html
<div id="tryitnow"></div>
<script>
var app = Elm.Main.init({
node: document.getElementById('tryitnow'),
flags: {
placeholder: "<img src=\"_static/better_colors_windows.png\">",
serverUrl: "https://runthis.xonsh.org:80",
}
});
</script>