generated from carpentries-incubator/template
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
helpers.py module is not accessible if it's in the "text-analysis/code" directory unless either...
-
the code directory is added to sys path e.g.
sys.path.insert(0, '/content/drive/My Drive/Colab Notebooks/text-analysis/code') -
helpers.py is moved from the code directory into the text-analysis dir.
This is an optional method used first here:
Metadata
Metadata
Assignees
Labels
No labels