So konfigurieren Sie automatische Synchronisierungs -Jupyter -Notebook .Ipynb- und .py -Dateien in VSCODE, z. Mit JupyTe

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: So konfigurieren Sie automatische Synchronisierungs -Jupyter -Notebook .Ipynb- und .py -Dateien in VSCODE, z. Mit JupyTe

by Anonymous » 16 Mar 2025, 15:34

Ich habe einige Jupyter -Notizbücher mit Original Jupyter Notebook -Weboberfläche geschrieben. Alle Notizbücher sind auf diese Weise gut synchronisiert. Ich kann jedoch keine Synchronisierungs -Notebook -Datei mit seinem Python -Skript konfigurieren.

Code: Select all

# Always pair ipynb notebooks to py:percent files
default_jupytext_formats = "ipynb,py:percent"
Aber kein Effekt! Notebook -Datei wird geöffnet/gespeichert/geändert ?

Top