Skip to content

Commit

Permalink
FIX: Remove %matplotlib notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Dec 23, 2023
1 parent 8149726 commit 31cc0b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions lifelib/projects/ifrs17sim/ifrs17sim_charts_baseline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
"source": [
"## Initial set-up\n",
"\n",
"The first line `%matplotlib notebook`, is for specifying drawing mode.\n",
"\n",
"The next few lines are import statements, by which functions defined in other modules become avaialbe in this script.\n",
"\n",
"`ifrs17sim` and `draw_charts` modules are in the project directory of this project. To see what fiels are in the project directory, select **Open** from the **File** menu in the tool bar above."
Expand All @@ -107,7 +105,6 @@
"metadata": {},
"outputs": [],
"source": [
"%matplotlib notebook\n",
"import pandas as pd\n",
"import collections\n",
"import matplotlib.pyplot as plt\n",
Expand Down
3 changes: 0 additions & 3 deletions lifelib/projects/ifrs17sim/ifrs17sim_charts_lapsescen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
"source": [
"## Initial set-up\n",
"\n",
"The first line `%matplotlib notebook`, is for specifying drawing mode.\n",
"\n",
"The next few lines are import statements, by which functions defined in other modules become avaialbe in this script.\n",
"\n",
"`ifrs17sim` and `draw_charts` modules are in the project directory of this project. To see what fiels are in the project directory, select **Open** from the **File** menu in the tool bar above."
Expand All @@ -110,7 +108,6 @@
"metadata": {},
"outputs": [],
"source": [
"%matplotlib notebook\n",
"import pandas as pd\n",
"import collections\n",
"import matplotlib.pyplot as plt\n",
Expand Down
4 changes: 0 additions & 4 deletions lifelib/projects/ifrs17sim/ifrs17sim_csm_waterfall.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"Below is the entire script of this example. The enire scipt is broken down to several parts in differenc cells, and each part is explained below. The pieces of code in cells below are executable one after another from the top.\n",
"\n",
"```python\n",
"%matplotlib notebook\n",
"import collections\n",
"import pandas as pd\n",
"from draw_charts import draw_waterfall, get_waterfalldata\n",
Expand Down Expand Up @@ -118,8 +117,6 @@
"source": [
"## Initial set-up\n",
"\n",
"The first line `%matplotlib notebook`, is for specifying drawing mode.\n",
"\n",
"The next few lines are import statements, by which functions defined in other modules become avaialbe in this script.\n",
"\n",
"`ifrs17sim` and `draw_charts` modules are in the project directory of this project. To see what fiels are in the project directory, select **Open** from the **File** menu in the tool bar above."
Expand All @@ -131,7 +128,6 @@
"metadata": {},
"outputs": [],
"source": [
"%matplotlib notebook\n",
"import collections\n",
"import pandas as pd\n",
"from draw_charts import draw_waterfall, get_waterfalldata"
Expand Down

0 comments on commit 31cc0b6

Please sign in to comment.