How to share Dash with people not using python editor?

I recently made a dash project using Jupyter notebook.
I want to share the result page with my coworkers, but they don’t know how to use a python editor. And I need to share the result to only authorized people because of the data security(which means it shouldn’t be accessible to everyone)
Shall there be any specific way for me to solve the problem?