-
Notifications
You must be signed in to change notification settings - Fork 391
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
Opening plain Python in Jupyter's default text edit, not as 'light script'? #744
Comments
Hi @dumbledad , yes this is possible. In your Jupyter configuration file, you could set
and then Jupyter will only open Note that you might also be interested in the "edit trick" documented at #183. |
Thanks @mwouts. Just to be clear a 'percent Script' Python file that was paired to a ipynb file on a colleague's machine and pushed to a remote Git repository will open on my machine in Jupyter as a notebook, i.e. the paired ipynb file will be recreated? |
You're welcome. Well, if Also, from your question I think you are using Jupyter Notebook. If switching to Jupyter Lab is an option, maybe you could consider that. In Jupyter Lab the user experience is a bit closer to what you are looking for: by default text files are edited with the "editor" window, and you get the notebook view only if you right click and select "open with notebook". |
Is it possible to configure Jupytext so that plain Python files do not open in 'light script' view but in Jupyter's default editor (for text files)?
The text was updated successfully, but these errors were encountered: