Skip to content

Commit

Permalink
Update Demonstration
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Jul 5, 2024
1 parent cb70db6 commit 2b6478c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Demonstration of equation class.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"This notebook is running Algebra_with_Sympy version 1.0.2rc4.\n"
"This notebook is running Algebra_with_Sympy version 1.0.2.\n"
]
}
],
Expand Down Expand Up @@ -4164,7 +4164,7 @@
{
"data": {
"text/plain": [
"'1.0.2rc4'"
"'1.0.2'"
]
},
"execution_count": 167,
Expand All @@ -4184,7 +4184,7 @@
{
"data": {
"text/plain": [
"'1.0.2rc4'"
"'1.0.2'"
]
},
"execution_count": 168,
Expand Down
6 changes: 3 additions & 3 deletions docs/Demonstration of equation class.html
Original file line number Diff line number Diff line change
Expand Up @@ -7573,7 +7573,7 @@ <h2 id="Algebraic-Equations-with-SymPy-(using-the-Equation-class)">Algebraic Equ
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain" tabindex="0">
<pre>This notebook is running Algebra_with_Sympy version 1.0.1.
<pre>This notebook is running Algebra_with_Sympy version 1.0.2.
</pre>
</div>
</div>
Expand Down Expand Up @@ -12293,7 +12293,7 @@ <h3 id="Checking-version-of-Algebra-with-Sympy">Checking version of Algebra with
<div class="jp-OutputArea-child jp-OutputArea-executeResult">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[167]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain" tabindex="0">
<pre>'1.0.1'</pre>
<pre>'1.0.2'</pre>
</div>
</div>
</div>
Expand All @@ -12320,7 +12320,7 @@ <h3 id="Checking-version-of-Algebra-with-Sympy">Checking version of Algebra with
<div class="jp-OutputArea-child jp-OutputArea-executeResult">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[168]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain" tabindex="0">
<pre>'1.0.1'</pre>
<pre>'1.0.2'</pre>
</div>
</div>
</div>
Expand Down

0 comments on commit 2b6478c

Please sign in to comment.