here’s my work…its stuck on loading the nix environment so i cant add the code you told me to… main.py - boilerplate-medical-data-visualizer - Replit
the old work that is not the new one
please give the link to your new code
now i cant find it. i actually was initially working on demographic data analyzer. i thought that’s what you wanted.
i cant seem to find the intial medical project i was working on
yes, but there it’s not possible to run the tests
I have to complete the Sea Level predictor myself so I am following these steps:
- I have created a new replit for Python
- I went to search in freeCodeCamp.org · GitHub what’s the exact link to the boilerplate (in this case it is
https://github.com/freeCodeCamp/boilerplate-sea-level-predictor
) - I went to the Shell to the right in replit, and wrote the following command:
git clone https://github.com/freeCodeCamp/boilerplate-sea-level-predictor.git
where I put the link to the repo with .git
at the end
- then I used the
mv
command to move the files from the newly created folder to the root directory (you can do it manually to by drag-and-drop)
mv boilerplate-sea-level-predictor/*.* boilerplate-sea-level-predictor/.* .
- I removed the directory with this command: (you can also do it manually):
rmdir boilerplate-sea-level-predictor/
- then I press the run button to check
and everything fail as it should
for the medical data visualizer the commands in order are:
git clone https://github.com/freeCodeCamp/boilerplate-medical-data-visualizer.git
mv boilerplate-demographic-data-analyzer/*.* boilerplate-demographic-data-analyzer/.* .
rmdir boilerplate-demographic-data-analyzer/
and these are to be run in the Shell
im not working on that anymore im working on web development html and css