I wrote a program to zip files for my work to use on a jupyter notebook. I want to make sure that the code cannot be accidentally be changed or messed with due to the users not having the knowledge to fix. But I want them to be able to run the code and utilize the input functions for inserting file pathways.
I've done research and cannot find a free host that would allow me to lock the code for no editing and not just post the frozen notebook not allowing the user to insert their inputs.
Much is appreciated