First thing first, i'm somewhat extremely new to python and jupyter and ohter stuff.
So i'm enrolling in this Python for data science class from cognitiveclass.ai . currently at Module 4 - Working with Data in Python and theres this lab exercise where it imported pyfetch and it works just fine no error. then i try it in my jupyter notebook and
ModuleNotFoundError: No module named 'pyodide' ...
as any other person here i google this problem and i found that if a module not found, we could just go to the terminal and download the module name with pip or pip3. and here i'm not sure if i have import/download pyfetch or pyodide itself supposed to be a package provided virtually or something like that. so that it i guess.
please ask me more cause i'm also not entirely sure what else i should clarify about this problem.