Skip to content

Commit 6b1d94f

Browse files
author
stonebig
committed
IPython3 compatibility tweak
%matplotlib inline
1 parent 6e6a511 commit 6b1d94f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/using_cython_and_numba_under_winpython.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:02979599b88ee79d1f37056e000848d91b87ad10241d5d590705d6bdc8802daf"
4+
"signature": "sha256:e1d6e153f95afb97d7d77726b52086facb8c95e6b0924e5c0e4145829f4dc750"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -48,6 +48,7 @@
4848
"collapsed": false,
4949
"input": [
5050
"# Thanks to Preliminary, we are ready to use cython\n",
51+
"%matplotlib inline\n",
5152
"%load_ext cythonmagic"
5253
],
5354
"language": "python",

0 commit comments

Comments
 (0)