Skip to content

Commit 2ebcf45

Browse files
committed
Additional hints for pre IPython 4.x use
1 parent be4df10 commit 2ebcf45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebooks/chapter01_basic/05_config.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"metadata": {},
6161
"source": [
6262
"from traitlets import Int, Float, Unicode, Bool\n",
63+
"#from IPython.utils.traitlets import Int, Float, Unicode, Bool # IPython < 4.x\n",
6364
"from IPython.core.magic import (Magics, magics_class, line_magic)\n",
6465
"import numpy as np"
6566
]

0 commit comments

Comments
 (0)