Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added note about using python in code nodes #1856

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/courses/level-one/chapter-5/chapter-5.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ Now execute the node and you should see the following results:

<figure><img src="/_images/courses/level-one/chapter-five/l1-c5-5-5-code-node.png" alt="Code node" style="width:100%"><figcaption align = "center"><i>Code node</i></figcaption></figure>

/// note | Using Python in code nodes
The Code node also allows you to use Python. Learn more about how to this, see the [Code node](/integrations/builtin/core-nodes/n8n-nodes-base.code/){:target="_blank" .external} documentation.
StarfallProjects marked this conversation as resolved.
Show resolved Hide resolved
///

## What's next?

**Nathan 🙋**: Wow, the Code node is really powerful! So if I have some basic JavaScript skills I can power up my workflows.
Expand Down