
--- expected
+++ obtained
## replaced /cells/3/execution_count:
-  2
+  3

## modified /cells/3/outputs/0/text:
@@ -1 +1,2 @@
 hallo
+wrong

## replaced /cells/4/execution_count:
-  3
+  12

## modified /cells/4/outputs/0/text:
@@ -1,2 +1,3 @@
 hallo1
 hallo2
+hallo3

## replaced /cells/5/execution_count:
-  4
+  5

## replaced /cells/6/execution_count:
-  5
+  8

## replaced /cells/7/execution_count:
-  6
+  29

## modified /cells/7/outputs/0/data/text/latex:
-  \textit{hallo}
+  \textit{hallo2}

## replaced /cells/7/outputs/0/execution_count:
-  6
+  29

## replaced /cells/8/execution_count:
-  7
+  26

## modified /cells/8/outputs/0/data/text/html:
@@ -1,4 +1,4 @@
 
 <div class="section" id="submodules">
-    <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
+    <h2>Submodules2<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
 </div>

## replaced /cells/8/outputs/0/execution_count:
-  7
+  26

## replaced /cells/9/execution_count:
-  8
+  32

## inserted before /cells/9/outputs/0/data/application/json/a/2:
+  [5]

## deleted /cells/9/outputs/0/data/application/json/a/2:
-  [3]

## replaced /cells/9/outputs/0/execution_count:
-  8
+  32

## deleted /cells/9/outputs/0/metadata/application/json:
-  expanded: False
-  root: root

## replaced /cells/10/execution_count:
-  9
+  30

## modified /cells/10/outputs/0/data/text/markdown:
@@ -1,3 +1,4 @@
 ## Header
 
+- bullet2
 - bullet

## replaced /cells/10/outputs/0/execution_count:
-  9
+  30

## replaced /cells/11/execution_count:
-  10
+  37

## modified /cells/11/outputs/0/data/image/svg+xml:
@@ -1,3 +1,3 @@
 <svg height="100" width="100">
-  <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red"/>
+  <circle cx="50" cy="50" fill="red" r="70" stroke="black" stroke-width="3"/>
 </svg>

## replaced /cells/11/outputs/0/execution_count:
-  10
+  37

## replaced /cells/12/execution_count:
-  11
+  39

## modified /cells/12/outputs/0/data/text/latex:
-  $\displaystyle a = b + c$
+  $$a = b + c$$

## replaced /cells/12/outputs/0/execution_count:
-  11
+  39

## replaced /cells/13/execution_count:
-  12
+  4

## replaced /cells/13/outputs/0/data/image/png:
-  iVBORw0K...<snip base64, md5=d4cb03e0b7c8a788...>
+  iVBORw0K...<snip base64, md5=506a1e21d3de9d48...>

## replaced /cells/13/outputs/0/execution_count:
-  12
+  4

## modified /cells/13/source:
@@ -1,2 +1,2 @@
 # code cell + png
-display.Image(filename='128x128.png', width=200, unconfined=True)
+display.Image(filename='128x128_altered.png', width=200, unconfined=True)

## replaced /cells/14/execution_count:
-  13
+  3

## replaced /cells/14/outputs/0/data/image/jpeg:
-  /9j/4AAQ...<snip base64, md5=63dc79d972a66eab...>
+  /9j/4AAQ...<snip base64, md5=582ee962086b62e9...>

## replaced /cells/14/outputs/0/execution_count:
-  13
+  3

## modified /cells/14/source:
@@ -1,2 +1,2 @@
 # code cell + jpg
-display.Image(filename='128x128.jpg', width=200, unconfined=True)
+display.Image(filename='128x128_altered.jpg', width=200, unconfined=True)

## replaced /cells/15/execution_count:
-  14
+  2

## replaced /cells/15/outputs/3/execution_count:
-  14
+  2

## replaced /cells/16/execution_count:
-  15
+  53

## deleted /cells/16/metadata/tags:
-  ['raises-exception']

## inserted before /cells/16/outputs/1/traceback/0:
+  item[0]: [0;31m--------------------------------------------------------------[0m
+  item[1]: [0;31mValueError[0m                   Traceback (most recent call last)
+  item[2]:
+    [0;32m<ipython-input-53-3a084a2c507f>[0m in [0;36m<module>[0;34m()[0m
+    [1;32m      3[0m     [0;32mraise[0m [0mValueError[0m[0;34m([0m[0;34m'there was an error'[0m[0;34m)[0m[0;34m[0m[0;34m[0m[0m
+    [1;32m      4[0m [0;32mfor[0m [0mi[0m [0;32min[0m [0mrange[0m[0;34m([0m[0;36m10[0m[0;34m)[0m[0;34m:[0m[0;34m[0m[0;34m[0m[0m
+    [0;32m----> 5[0;31m     [0mfunc[0m[0;34m([0m[0mi[0m[0;34m)[0m[0;34m[0m[0;34m[0m[0m
+    [0m
+  item[3]:
+    [0;32m<ipython-input-53-3a084a2c507f>[0m in [0;36mfunc[0;34m(b)[0m
+    [1;32m      1[0m [0mprint[0m[0;34m([0m[0;34m'before exception'[0m[0;34m)[0m[0;34m[0m[0;34m[0m[0m
+    [1;32m      2[0m [0;32mdef[0m [0mfunc[0m[0;34m([0m[0mb[0m[0;34m)[0m[0;34m:[0m[0;34m[0m[0;34m[0m[0m
+    [0;32m----> 3[0;31m     [0;32mraise[0m [0mValueError[0m[0;34m([0m[0;34m'there was an error'[0m[0;34m)[0m[0;34m[0m[0;34m[0m[0m
+    [0m[1;32m      4[0m [0;32mfor[0m [0mi[0m [0;32min[0m [0mrange[0m[0;34m([0m[0;36m10[0m[0;34m)[0m[0;34m:[0m[0;34m[0m[0;34m[0m[0m
+    [1;32m      5[0m     [0mfunc[0m[0;34m([0m[0mi[0m[0;34m)[0m[0;34m[0m[0;34m[0m[0m

## deleted /cells/16/outputs/1/traceback/0-3:
-  item[0]: [0;31m---------------------------------------------------------------------------[0m
-  item[1]: [0;31mValueError[0m                                Traceback (most recent call last)
-  item[2]:
-    Cell [0;32mIn[15], line 5[0m
-    [1;32m      3[0m     [38;5;28;01mraise[39;00m [38;5;167;01mValueError[39;00m([38;5;124m'[39m[38;5;124mthere was an error[39m[38;5;124m'[39m)
-    [1;32m      4[0m [38;5;28;01mfor[39;00m i [38;5;129;01min[39;00m [38;5;28mrange[39m([38;5;241m10[39m):
-    [0;32m----> 5[0m     [43mfunc[49m[43m([49m[43mi[49m[43m)[49m
-  item[3]:
-    Cell [0;32mIn[15], line 3[0m, in [0;36mfunc[0;34m(b)[0m
-    [1;32m      2[0m [38;5;28;01mdef[39;00m [38;5;21mfunc[39m(b):
-    [0;32m----> 3[0m     [38;5;28;01mraise[39;00m [38;5;167;01mValueError[39;00m([38;5;124m'[39m[38;5;124mthere was an error[39m[38;5;124m'[39m)

## deleted /metadata/celltoolbar:
-  Tags

## modified /metadata/language_info/version:
-  3.8.18
+  3.6.7

