Currently we have two features that make a hard assumption about the input file extension being ipynb:
IPYNB downloading:

and Launch Links:

We should add in some logic to check whether the input file is a MyST notebook file, and add these in for those.
For the launch links, we will also need to add documentation to users to tell them how they can configure their repositories to open MyST notebooks with jupytext automatically at launch so they show up as proper notebooks
Currently we have two features that make a hard assumption about the input file extension being
ipynb:IPYNB downloading:
and Launch Links:
We should add in some logic to check whether the input file is a MyST notebook file, and add these in for those.
For the launch links, we will also need to add documentation to users to tell them how they can configure their repositories to open MyST notebooks with jupytext automatically at launch so they show up as proper notebooks