So, I literally copied and pasted the code from this quickstart:
https://www.tensorflow.org/get_started/estimator
into a new datalab notebook.... this code has worked for me many times in the past but now I'm getting an error that says the tf module does not contain the attribute 'feature_column'... this thing
https://www.tensorflow.org/api_docs/python/tf/feature_column
really sorta at a loss as to what I should do from here, any ideas? I've found this question
'module' object has no attribute 'feature_column'
and the OP said it had something to do with version control? Perhaps there's a way to ensure datalab is using the latest version of Tensorflow? Not sure where to begin looking through datalab's version controls... google searching hasn't returned anything that has jumped out at me so far...