I want to use some functions that are contained in other python modules/notebooks (.py
) in a google colab notebook.
With the google colab notebook open, I went to index >> files >> upload and uploaded the file EOS.py
. However, when I do import EOS
or from EOS import set_eos
it gives an error. What should I change so that the call of a mudlo or external function of a mutale is correct?