carpentries-incubator / carpentries-incubator/python-text-analysis

helpers.py module not in sys.path

Open
#74 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13
Forks
15
Avg merge
1m
Merged PRs (30d)
1

Description

helpers.py module is not accessible if it's in the "text-analysis/code" directory unless either...

1) the code directory is added to sys path e.g. `sys.path.insert(0, '/content/drive/My Drive/Colab Notebooks/text-analysis/code')`

2) helpers.py is moved from the code directory into the text-analysis dir.

This is an optional method used first here:

https://carpentries-incubator.github.io/python-text-analysis/03-preprocessing/index.html#loading-data-into-python

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.