mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
17 lines
431 B
ReStructuredText
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>
|