File: tryitnow.rst

package info (click to toggle)
xonsh 0.13.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,024 kB
  • sloc: python: 46,350; makefile: 136; sh: 41; xml: 17
file content (17 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>