Skip to content

Commit 980ea82

Browse files
committed
Minor fixes in recipes 14.1 and 14.2.
1 parent ee2c5f8 commit 980ea82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

notebooks/chapter14_graphgeo/01_networkx.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:5ae4f2371804aad861c72bd14dae55a35d0eb4152249bb4fa4740864a8d3c847"
4+
"signature": "sha256:0b2df2c69222c3798ca3c65da478855d251df75f25d1e79d9ab25b084040d8f7"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -51,7 +51,8 @@
5151
"input": [
5252
"import numpy as np\n",
5353
"import networkx as nx\n",
54-
"import matplotlib.pyplot as plt"
54+
"import matplotlib.pyplot as plt\n",
55+
"%matplotlib inline"
5556
],
5657
"language": "python",
5758
"metadata": {},

notebooks/chapter14_graphgeo/02_social.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:9dcc4d4ddebe2866d8e2ca70da9e4285dbcc18abee1d3235785f6b3c33c60f83"
4+
"signature": "sha256:1967ffb4f80468c35b7832968d24bca7a3e43c9c49dea841b602bb266733bcd0"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -61,8 +61,7 @@
6161
"import pandas as pd\n",
6262
"import networkx as nx\n",
6363
"import matplotlib.pyplot as plt\n",
64-
"%matplotlib inline\n",
65-
"from IPython.display import Image\n"
64+
"%matplotlib inline"
6665
],
6766
"language": "python",
6867
"metadata": {},

0 commit comments

Comments
 (0)