carpentries-incubator / twitter-with-twarc

Introduction to Harvesting Twitter Data with Twarc
https://carpentries-incubator.github.io/twitter-with-twarc/
Other
4 stars 4 forks source link

ep6: Bash vs python kernel #31

Closed kristi-sara closed 2 years ago

kristi-sara commented 2 years ago

is there a reason we're switching back to to the bashshell starting at the twitter search subheading? It wasn't clear to me why and when I ran the code in shell, it either threw out infinite output: twarc2 search "(archive AND data)" or it didnt throw out anything at all: twarc2 search "(to:ucsblibrary)".

ameliameyer commented 2 years ago

I think that might be an error. Those commands should still be run in the Jupyter python cells with "!" at the start to indicate they are command line arguments, right?

kristi-sara commented 2 years ago

Sticking with notebook kernels. closing.