Long story short, Recently I was assigned to a project in my work where I have to create a lot of bash scripts. I am from a python background and usingJupyter Notebookfor all my development work. The problem with bash scripts for me is its confusing bracket usage and repetitive block o...
I'm used to being able to right click in the file and clicking “Run ‘filename.py’” to run the file. However when I added doctests to a function it instead autogenerates “Run ‘Doctests in funcname’” when right clicking outside of the ‘if _...