I open my Python scripts on JupyterLab and make some changes if required. And I need to save changes using written command in my script. Something that will immitate CTRL+S
command and do update my local file with all the changes.
Does anybody know how to handle this situation?