Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Can I import Python files in notebooks on Quantopian?

Suppose I wrote a file named helper_functions.py
I thought I would be able to write, in a notebook,
"from helper_functions import *"

But I get this error:
InputRejected:
Importing stocks from helper_functions raised an ImportError. No modules or attributes with a similar name were found. Last warning! One more import error and your account will be suspended for security reasons until a human can talk to you.

I tried other methods like importlib (I wasn't able to import this) as well. Any suggestions are appreciated! Thank you!