Medical Data Visualizer - Can't find my figures

Hi y’all, I’m currently doing the MDV project and I’ve written the code but I cannot see the figures I’ve made. It does not show up in the files sidebar and I am also getting an error when I run:
No such file: main.py
repl process died unexpectedly: exit status 2

Here is the link to my code: med data - Nix (beta) Repl - Replit

What am I doing wrong? Please help me I have no idea how to move forward with this lol, thank you very much I appreciate it

The images are not generated, the code doesn’t execute. You may notice you get an error instead.

the issue is here. You need to move everything from the boilerplate-medical-data-visualizer to outside, you can do this writing this command in the shell:

mv boilerplate-medical-data-visualizer/*.* boilerplate-medical-data-visualizer/.* .

after you do that, the code will run.

Great, thank you so much!! Really appreciate it

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.