Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit efad397

Browse files
Remove auto cell id generation by downgrading nbformat to 4.4 (#825)
1 parent ec925cc commit efad397

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BasicGates/Workbook_BasicGates.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,5 +1811,5 @@
18111811
}
18121812
},
18131813
"nbformat": 4,
1814-
"nbformat_minor": 5
1814+
"nbformat_minor": 4
18151815
}

QFT/Workbook_QFT.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,5 +1203,5 @@
12031203
}
12041204
},
12051205
"nbformat": 4,
1206-
"nbformat_minor": 5
1206+
"nbformat_minor": 4
12071207
}

tutorials/MultiQubitSystemMeasurements/Workbook_MultiQubitSystemMeasurements.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,5 +718,5 @@
718718
}
719719
},
720720
"nbformat": 4,
721-
"nbformat_minor": 5
721+
"nbformat_minor": 4
722722
}

tutorials/RandomNumberGeneration/Workbook_RandomNumberGenerationTutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,5 +353,5 @@
353353
}
354354
},
355355
"nbformat": 4,
356-
"nbformat_minor": 5
356+
"nbformat_minor": 4
357357
}

0 commit comments

Comments
 (0)