Closed zkawan closed 6 years ago
Hi,
Definitely! This is often how we use Snorkel in our lab. The issue is likely just putting Snorkel on your Python path so that import statements know where to look. Here's a tutorial I found on doing so:
http://www.bdnyc.org/2012/09/editing-pythonpath-to-import-modules/
Thanks a lot!
Hi there,
Is it possible to use snorkel to label some data within my python script outside jupyter notebook? I have tried doing that even the import statement throws error.
ModuleNotFoundError: No module named 'snorkel'