Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
user:hof:pyeditor [2026-04-24 14:28] hofuser:hof:pyeditor [2026-08-20 19:49] (aktuell) – [Installing files] hof
Zeile 1: Zeile 1:
 # Bottom Python Editor # Bottom Python Editor
-<html><script type="module" src="https://bottom.ch/editor/latest/bottom-exercise.js"></script></html> 
  
 Bottom Editor offers a standalone editor version at [[https://bottom.ch/editor/]] and a web component embeddable as normal HTML elements after loading the module once. See the [[https://bottom.ch/editor/stable/doc/|public documentation]] for all options. Bottom Editor offers a standalone editor version at [[https://bottom.ch/editor/]] and a web component embeddable as normal HTML elements after loading the module once. See the [[https://bottom.ch/editor/stable/doc/|public documentation]] for all options.
Zeile 176: Zeile 175:
 cv2.imshow('result', img) cv2.imshow('result', img)
 </bottom-editor> </bottom-editor>
- 
 ## Installing files ## Installing files
 You can install files from an URL (with CORS headers if from a different domain!): You can install files from an URL (with CORS headers if from a different domain!):
  
 <code html> <code html>
-<bottom-editor zip='https://bottom.ch/ksr/py/files/2m.zip' id="zip">+<bottom-editor zip='https://bottom.ch/ksr/2m/data/2m.zip' id="zip">
 with open('gemeinden.csv', 'r') as infile: with open('gemeinden.csv', 'r') as infile:
     for line in infile:     for line in infile:
Zeile 191: Zeile 189:
 </code> </code>
  
-<bottom-editor zip='https://bottom.ch/ksr/py/files/2m.zip' id="zip">+<bottom-editor zip='https://bottom.ch/ksr/2m/data/2m.zip' id="zip">
 with open('gemeinden.csv', 'r') as infile: with open('gemeinden.csv', 'r') as infile:
     for line in infile:     for line in infile:
  • user/hof/pyeditor.1777040880.txt.gz
  • Zuletzt geändert: 2026-04-24 14:28
  • von hof