Skip to content

Commit 5f38448

Browse files
committed
Removed problematic %matplotlib from notebooks
1 parent 1a356cf commit 5f38448

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

examples-proposed/024-aggregated-compute-ensemble/ensemble.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ SIMULATION_MODE = NORMAL
88
INPUT_DIR = $PWD/input_dir/
99

1010
USE_PORTAL = True
11-
PORTAL_URL = https://lb.ipsportal.development.svc.spin.nersc.org
11+
PORTAL_URL = http://localhost:5000
12+
# PORTAL_URL = https://lb.ipsportal.development.svc.spin.nersc.org
1213
# do not commit actual PORTAL_API_KEY value to version control, best to set as an environment variable
1314
#PORTAL_API_KEY=changeme
1415

examples-proposed/024-aggregated-compute-ensemble/input_dir/global_notebook.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"from pathlib import Path\n",
2828
"import pandas as pd\n",
2929
"\n",
30-
"%matplotlib notebook\n",
3130
"import matplotlib.pyplot as plt"
3231
],
3332
"id": "857879d9069625cf",

examples-proposed/024-aggregated-compute-ensemble/input_dir/instance_base_notebook.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"import json\n",
2323
"from pathlib import Path\n",
2424
"\n",
25-
"%matplotlib notebook\n",
2625
"import matplotlib.pyplot as plt"
2726
],
2827
"id": "937aff95abd359fa",

0 commit comments

Comments
 (0)