I tried to see the difference between using %matplotlib inline and without this statement. But there is no difference between two output. Then what is its use ?
Asked
Active
Viewed 1,008 times
1
-
I have gone through the [documentation] http://ipython.readthedocs.io/en/stable/interactive/plotting.html) but it is not clear to me. – ironman Jun 22 '18 at 17:14
-
Your jupyter may be configured in a way to use `%matplotlib inline` by default, hence you do not see a difference. – ImportanceOfBeingErnest Jun 22 '18 at 17:23
-
How can I see that? I want to see the difference. – ironman Jun 22 '18 at 17:26
-
1You would see the difference by choosing another backend. E.g.`%matplotlib notebook` or `%matplotlib tk`. – ImportanceOfBeingErnest Jun 22 '18 at 17:26
-
Ok "%matplotlib notebook " worked – ironman Jun 22 '18 at 17:29