Fix the "show_notes" feature of SeleniumBase Presenter
- Fix Presenter "show_notes" and move arg to different area
- Include requirements.txt with "sbase mkdir DIR"
- Update a Python dependency (rich==3.0.1)
Updated Methods:
self.create_presentation(name=None, theme="default")
self.add_slide(content=None, image=None, code=None, iframe=None,
content2=None, notes=None, name=None)
self.save_presentation(name=None, filename=None, show_notes=True, interval=0)
self.begin_presentation(name=None, filename=None, show_notes=True, interval=0)