Reasking the same question that got closed:
I am a college professor who wants to teach a Python lesson without having students install Python on their computers. I am using this code from a colleague that I have tweaked. It works in Python. It is referencing two excel spreadsheets with coordinates and produces histograms for each.
Replit will not run the code. When I click "run" it begins installing the packages and then stops at some point. There are no error messages and the status screen goes blank, showing just a cursor. I checked my repository and there are no new images. I am assuming I am doing something wrong with either the Excel import + pandas or I am missing settings for running matplotlib online. Can someone help?
The github repository has the code + the 2 excel sheets. I absolutely want to run this on replit because each student is using their personal computer and it's too much for one introductory level class session to have them install Python.