Skip to content

Commit

Permalink
Set "%matplotlib widget" as comment in linearSSN notebooks
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Tollnitsch <[email protected]>
  • Loading branch information
MarvinTollnitschRWTH committed Mar 28, 2023
1 parent dbcffcb commit 644337c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 332 deletions.
2 changes: 1 addition & 1 deletion examples/Notebooks/Circuits/EMT_Ph1_SSN_DufourRLC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"import sys\n",
"sys.path.append(\"/home/mto/dpsim/build/\")\n",
"import dpsimpy\n",
"%matplotlib widget\n",
"#%matplotlib widget\n",
"\n",
"\n",
"#Simulation parameters\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"import sys\n",
"sys.path.append(\"/home/mto/dpsim/build/\")\n",
"import dpsimpy\n",
"%matplotlib widget\n",
"#%matplotlib widget\n",
"\n",
"model_name = \"EMT_Ph1_Dufour_L2_C_R_SW_RLC_Validation\"\n",
"\n",
Expand Down
74 changes: 5 additions & 69 deletions examples/Notebooks/Circuits/EMT_Ph1_SSN_RLC.ipynb

Large diffs are not rendered by default.

82 changes: 7 additions & 75 deletions examples/Notebooks/Circuits/EMT_Ph1_Switch_R1.ipynb

Large diffs are not rendered by default.

202 changes: 16 additions & 186 deletions examples/Notebooks/Circuits/EMT_Ph3_LinearSampleCircuitSSN.ipynb

Large diffs are not rendered by default.

0 comments on commit 644337c

Please sign in to comment.