Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7405797

Browse files
committed
last update of refactor
1 parent 81968cc commit 7405797

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

tools/refactor.ipynb

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,27 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 6,
5+
"execution_count": 1,
66
"metadata": {
77
"collapsed": false
88
},
9-
"outputs": [],
9+
"outputs": [
10+
{
11+
"name": "stdout",
12+
"output_type": "stream",
13+
"text": [
14+
"Using existing version of: github.rmorshea.misc\n"
15+
]
16+
}
17+
],
1018
"source": [
1119
"from refactor_tool import MatplotlibReplace\n",
1220
"mrt = MatplotlibReplace('_axes',context=3)"
1321
]
1422
},
1523
{
1624
"cell_type": "code",
17-
"execution_count": 1,
25+
"execution_count": 2,
1826
"metadata": {
1927
"collapsed": false,
2028
"scrolled": false
@@ -26,7 +34,7 @@
2634
},
2735
{
2836
"cell_type": "code",
29-
"execution_count": 2,
37+
"execution_count": 3,
3038
"metadata": {
3139
"collapsed": false
3240
},

0 commit comments

Comments
 (0)