-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupytext-config and foreign kernels / extensions #1164
Comments
since these documents are notebooks, I would like a double-click in the file browser to open them .. as notebooks, and not as text files so for .md and .py files, this is possible using
which by default defines "Jupyter Notebook" as the default factory for viewing a predefined set of file types it is possible, like I do in the OP, to add other file types, that will also be bound to "Jupyter Notebook" as the default viewer |
Hey @parmentelat , that's a good question. I am afraid I don't know the answer. Given that the setting UI says that the available file types are
I did try |
hi @mwouts |
now that #1163 is giving us an ability to easily create exotic formats like bash or javascript notebooks,
I notice that I cannot open them by double-clicking, because I don't know the string to use in
jupytext-config
specifically I have tried
jupytext-config set-default-viewer bash sh javascript js
meaning that I now have
but to no avail in either case...
The text was updated successfully, but these errors were encountered: