Show More
@@ -58,9 +58,9 b' ipython_execlines:' | |||
|
58 | 58 | ['import numpy as np', 'import matplotlib.pyplot as plt'] is used. |
|
59 | 59 | |
|
60 | 60 | As an example, to use the IPython directive when `matplotlib` is not available, |
|
61 |
one sets the backend to ` |
|
|
61 | one sets the backend to `None`:: | |
|
62 | 62 | |
|
63 |
ipython_mplbacke |
|
|
63 | ipython_mplbackend = None | |
|
64 | 64 | |
|
65 | 65 | An example usage of the directive is: |
|
66 | 66 |
General Comments 0
You need to be logged in to leave comments.
Login now