mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

Version 1.16-dev #1147

Closed mwouts closed 11 months ago

mwouts commented 11 months ago

In this PR we update the documentation following #1140

Closes #1139

@LecrisUT @mahendrapaipuri let me know if you see anything else to mention in the documentation.

mwouts commented 11 months ago

I see you removed references to Notebook in the docs as we removed "legacy" nbextension. But with Notebook >=7, we can use the extension exactly the same way as we do with JupyterLab 4, i.e., from command palette. Maybe adding a line saying that somewhere in the docs can be useful?

Yes that's a good point! I'll add this

I see the value of feature proposed in #1095. I will try to work on it if someone is not already on it. Let me know.

Yes the option to create text notebooks directly would be very useful indeed! The idea was suggested by @parmentelat so maybe we can first check with him first if he has anything he wants to share.

Also do you think the command palette is the way to go, or would you recommend to also make these commands available in a menu as for the legacy notebook extension?