we’ve been using the classic notebook up to now, and this being no longer maintained, I am giving another go at finding a more modern replacement
in our use case we’d need the ability to craft a URL to directly open a specific notebook; and most of our notebooks are jupytext-powered notebooks - say .md files
I can open regular ipynb files by opening lab/tree/path/foo.ipynb
The same scheme with a jupytext notebook like foo.md won’t work, this results in opening a markdown editor (just like clicking foo.md from the UI, and from the UI I need to right-click on the file to select open with → Notebook)