Please enable JavaScript.
Coggle requires JavaScript to display documents.
Code Editor - Coggle Diagram
Code Editor
Frontend Technologies
-
-
Python Libraries
Additional Libraries
Pyodide
It calls the runPython() method provided by pyodide. It takes python code as input in the form of string and executes it.
Codemirror
We make use of the method from textArea provided by codeMirror. Which replaces the textArea with a codeMirror instance. The text in the textarea will provide the content for the editor. Which we later access it using editor.getValue().
-
-
-
-
-