pyiron / FAQs

General question board for pyiron users
3 stars 0 forks source link

How to avoid reloading the full kernel if changing source files? #3

Open niklassiemer opened 11 months ago

niklassiemer commented 11 months ago

Use the magic %run path/to/your/source_file.py in a cell to reload the source file after you did changes.