Q: What if I don’t see the user input prompt?
A: Make sure you’re running in an interactive terminal (Spyder console, VS Code terminal, or command prompt).
Q: What if I don’t see the visuals in my IDE?
A: Make sure to save your visuals as HTML files if they are not displaying in your IDE to properly view them.
Q: What if I enter a non-existent node?
A: You’ll get an error and the script will skip that node.
Q: Why is the plot missing a node I input?
A: When inputting multiple nodes, if there is no data for the given node/date, the node will be skipped. Look through the script’s printed output for an error message skipping that node.
Q: How can I share the plots?
A: The HTML files make sharing plots easy as long as the full .html file is shared.