-
Notifications
You must be signed in to change notification settings - Fork 295
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
Support configuring default ipynb format or change to a new minimum version #11288
Comments
Thanks for filing this issue, currently there's no way to change this.
|
I am using nbformat to read a notebook string into a NotebookNode and it is facing a validation problem (as given here). The fix is to change the minor version to 5. But when someone will author a new notebook, it will again be with minor version 2. So ideally we want it to be changed to 5. |
thanks, however I'm still struggling to understand this issue. |
Sure! Steps to repro this issue:
Please let me know if you need my help in the repro. |
Please let me know if you need anymore info from my side. |
Sorry, forgot to get back to you, thanks I'll take a look at this.. |
@DonJayamanne I see that something has been merged for this. Is it now possible to specify the nbformat version by default ? |
Unfortunately we haven't fixed this yet. |
This comment has been minimized.
This comment has been minimized.
@Younthing Please can you file a new issue for what you are running into. |
Applies To
What happened?
Whenever you are creating new .ipynb files, you will by default create the nbformat_minor version as 2. Can't seem to change this behaviour.
VS Code Version
1.71.0
Jupyter Extension Version
v2022.8.1002431955
Jupyter logs
No response
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
No response
The text was updated successfully, but these errors were encountered: