You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a monorepo set up where several hundred contributors keep their py:percent formatted notebooks in version control, and where *.ipynb files are .gitignore'd. With our setup, users never intend to create .ipynb notebooks.
However, many users are having trouble remembering to use the "Python - Percent Format" button in the "Jupytext" section (which is currently at the very bottom of the Launcher) to create new notebooks. Instead they accidentally click one of the buttons in the "Notebook" section at the top of the Launcher, which ends up creating a new .ipynb notebook, which is the wrong thing to do:
So users have requested that the "Jupytext" section of the Launcher be moved to the top, ideally even replacing the "Notebook" section, to make this less error-prone for them. Unfortunately this is not currently possible.
Would you be willing to expose an option so folks like me could set up the Launcher to make it easier for our users to click the intended, Jupytext-based "new notebook" buttons from the Launcher?
Thanks for your consideration, and for the great work on Jupytext!
P.S. Another meaningful improvement would be to provide a dedicated "new notebook" button for each registered kernel in the Jupytext section, just like the "Notebook" and section offers for .ipynb notebooks (as well as the "Console" section). This way, users wouldn't have to later set the kernel for their new text notebook in a separate, follow-up step. But this is much lower priority than replacing the "Notebook" section (or at least moving the "Jupytext" section above it).
The text was updated successfully, but these errors were encountered:
I have a monorepo set up where several hundred contributors keep their py:percent formatted notebooks in version control, and where
*.ipynb
files are.gitignore
'd. With our setup, users never intend to create .ipynb notebooks.However, many users are having trouble remembering to use the "Python - Percent Format" button in the "Jupytext" section (which is currently at the very bottom of the Launcher) to create new notebooks. Instead they accidentally click one of the buttons in the "Notebook" section at the top of the Launcher, which ends up creating a new .ipynb notebook, which is the wrong thing to do:

So users have requested that the "Jupytext" section of the Launcher be moved to the top, ideally even replacing the "Notebook" section, to make this less error-prone for them. Unfortunately this is not currently possible.
Would you be willing to expose an option so folks like me could set up the Launcher to make it easier for our users to click the intended, Jupytext-based "new notebook" buttons from the Launcher?
Thanks for your consideration, and for the great work on Jupytext!
P.S. Another meaningful improvement would be to provide a dedicated "new notebook" button for each registered kernel in the Jupytext section, just like the "Notebook" and section offers for .ipynb notebooks (as well as the "Console" section). This way, users wouldn't have to later set the kernel for their new text notebook in a separate, follow-up step. But this is much lower priority than replacing the "Notebook" section (or at least moving the "Jupytext" section above it).
The text was updated successfully, but these errors were encountered: