Neither Binder nor local Jupyter can import the module, I also tried to install it on my PC, but the error is the same.
In the Test folder, open Usage_of_GB_code.ipynb, and run the 1st block, comment this line: import pandas as pd
run it again, it will simply render ModuleNotFoundError: No module named 'csl_generator'
What's wrong?
Neither
Bindernor local Jupyter can import the module, I also tried to install it on my PC, but the error is the same.In the
Testfolder, openUsage_of_GB_code.ipynb, and run the 1st block, comment this line:import pandas as pdrun it again, it will simply render ModuleNotFoundError: No module named 'csl_generator'
What's wrong?