Code Snippets
Orkestra has a built in Python Editor and lets you store reusable code snippets.
Last updated
Orkestra has a built in Python Editor and lets you store reusable code snippets.
Last updated
You can save the content of a Python node as a Local Code Snippet simply by using the context menu option as shown below:
Orkestra comes with a built in Python code editor (with syntax helpers etc.!). You can use it to create a python snippet from scratch and save it :
There is an option to copy the content of the selected snippet to your clipboard. All you have to do is paste it where needed!
You can also use the python snippet to generate a python node on the canvass in one click:
Code Snippets can also be saved online in order to be maintained more easily. PS : online noade snippets will soon be deployable so teams can share their most useful bits of code!
The creation of Online Node Snippets is 100% simial to local ones. You can create them through the context menu of a python node, or from the Orkestra Code Editor.
See above (exactly the same as Local Code Snippets)
See above (exactly the same as Local Code Snippets)