Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Python modules

Hi,

Just to make some code usable in multiple notebook I would like to create a module which could be loaded in my notebook.
I tried to create a file in the directory "test.py" but then I cant import it.

Is there someone who know how to do it?

Thanks.