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

Load custom nodes on init #87

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Load custom nodes on init #87

merged 2 commits into from
Oct 17, 2022

Conversation

liamhuber
Copy link
Member

@liamhuber liamhuber commented Oct 15, 2022

You can now load custom packages of nodes (a module, a .py file, or a list of node subclasses) when you instantiate the GUI using the extra_nodes_packages argument.

This is important if you are going to also be loading a stored session that uses these nodes, and is also just a time-saver if there's packages you want to load all the time.

Addresses part of #82

This is important if you have a saved session that you want to load at instantiation that used these nodes, or if you're just lazy and want them there from the start.
@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch pyiron/ironflow/load_custom_nodes_on_init

Base automatically changed from rename_modules to main October 17, 2022 19:38
@liamhuber liamhuber marked this pull request as ready for review October 17, 2022 19:38
@liamhuber liamhuber merged commit c67beeb into main Oct 17, 2022
@liamhuber liamhuber deleted the load_custom_nodes_on_init branch October 17, 2022 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant