How can I customize the code that appears when I drop a new python tool onto the canvas? I found the startup directory (%USERPROFILE%\.ipython\profile_default\startup) and can add code in the background successfully. However, my workflow then wouldn't work on somebody's else's machine who isn't also loading those libraries via a startup command; instead, I would like to add items to the startup on the screen (ie not in the background). So after importing the Alteryx library in the picture below, I want to import pandas (without having to type it in every time). What file can I adjust to make that happen by default?
