Skip to content

Commit

Permalink
MAINT: revert cell metdata to 64b4621
Browse files Browse the repository at this point in the history
This does not revert the plotly implementation
  • Loading branch information
redeboer committed Sep 25, 2023
1 parent 57b1d7d commit 9979dc5
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions docs/report/draft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"remove-cell"
]
Expand All @@ -86,6 +89,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"mystnb": {
"code_prompt_show": "Import Python libraries"
},
Expand All @@ -95,7 +101,6 @@
},
"outputs": [],
"source": [
"%matplotlib widget\n",
"from __future__ import annotations\n",
"\n",
"import warnings\n",
Expand All @@ -113,7 +118,6 @@
" from sympy.printing.numpy import NumPyPrinter\n",
" from sympy.printing.printer import Printer\n",
" from sympy.printing.pycode import PythonCodePrinter\n",
"import plotly.graph_objects as go\n",
"\n",
"warnings.filterwarnings(\"ignore\")"
]
Expand All @@ -136,6 +140,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"hide-input"
]
Expand Down Expand Up @@ -170,6 +177,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"mystnb": {
"code_prompt_show": "Define special square root expression class"
},
Expand Down Expand Up @@ -250,6 +260,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"mystnb": {
"code_prompt_show": "Define phase space factor class"
},
Expand Down Expand Up @@ -294,6 +307,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"hide-input"
]
Expand All @@ -318,6 +334,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"hide-input"
]
Expand Down Expand Up @@ -359,6 +378,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"mystnb": {
"code_prompt_show": "Define mesh grid for plotting"
},
Expand All @@ -385,7 +407,18 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"jupyter": {
"source_hidden": true
},
"mystnb": {
"code_prompt_show": "Design slider interface"
},
"tags": [
"hide-cell",
"scroll-input"
]
},
"outputs": [],
"source": [
"x = np.linspace(0, 4, num=200)\n",
Expand Down Expand Up @@ -463,7 +496,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.8.18"
},
"orphan": true
},
Expand Down

0 comments on commit 9979dc5

Please sign in to comment.