Is it possible to get a share link to a Jupyter notebook? If I open a regular text file, there is a share link at the top, but it's not there with a Jupyter notebook. If I could get a public url to a Jupyter notebook document, I could put that into https://nbviewer.jupyter.org and have a relatively easy way to share Jupyter notebooks with other people who don't have python installed.
If anybody knows of another way to accomplish sharing of notebooks, I would also be interested in that. I found a topic about sharing editable notebooks, and I agree that that would be amazing, but for now, I would be happy enough with an easy way to share viewable notebooks.