Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:chapter1 [2019/06/10 15:36] – [Introduction to the Python Language] hlinke | en:chapter1 [2019/07/28 10:24] (aktuell) – [Hello World] hlinke | ||
---|---|---|---|
Zeile 49: | Zeile 49: | ||
You open the window in VEGAS via "View - Extensions - VEGASPython Interactive Window" | You open the window in VEGAS via "View - Extensions - VEGASPython Interactive Window" | ||
- | {{: | + | {{: |
This opens the interactive VEGASPython Window: | This opens the interactive VEGASPython Window: | ||
- | {{: | + | {{: |
The interactive VEGASPython Window consists of two textboxes. | The interactive VEGASPython Window consists of two textboxes. | ||
Zeile 165: | Zeile 165: | ||
<code python> | <code python> | ||
- | print pyVEGAS.Version | + | print (pyVEGAS.Version) |
</ | </ | ||