File: launch_buttons.html

package info (click to toggle)
sphinx-thebe 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 292; javascript: 92; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<button class="thebelab-button thebe-launch-button" onclick="initThebe()" title="Run code">
 Run code
</button>


<button class="thebelab-button thebe-launch-button" onclick="initThebe()" title="Launch thebe in R">
 Launch thebe in R
</button>