I've written a script, on my personal computer, to organize some PDF files that are in my office server, in a CSV format.
However, I don't have Python installed in my office, and I don't have permission to install it. I was thinking about to run the code on browser, using something like Jupyter Notebook.
There is any way to run a script in Jupyter notebook (Browser) in a folder on the computer? I need to do this without uploading the files to Jupyter lab, and running the code on the directory.
Thank you in advance!