xonsh/docs/tryitnow.rst

18 lines
431 B
ReStructuredText
Raw Normal View History

2018-06-12 16:54:11 -04:00
Try It Now!
===========
2020-03-19 23:05:18 -05:00
Try out xonsh right here in the browser. Just press the "Run This"
button below!
2018-06-12 16:54:11 -04:00
.. raw:: html
2020-03-19 23:05:18 -05:00
<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>