File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Matplotlib Inline Back-end for IPython and Jupyter
2
2
3
- ## Installation:
3
+ ## Installation
4
4
5
- With pip :
5
+ With conda :
6
6
7
7
``` bash
8
- pip install matplotlib-inline
8
+ conda install -c conda-forge notebook matplotlib
9
9
```
10
10
11
- With conda :
11
+ With pip :
12
12
13
13
``` bash
14
- conda install -c conda-forge matplotlib-inline
14
+ pip install notebook matplotlib
15
15
```
16
16
17
17
## Usage
18
18
19
- In a Jupyter Notebook:
19
+ This package is included in IPython and can be used in a Jupyter Notebook:
20
20
21
21
``` python
22
22
% matplotlib inline
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ packages = find:
14
14
python_requires = >=3.5
15
15
install_requires =
16
16
traitlets
17
- ipython
18
17
classifiers =
19
18
Framework :: Jupyter
20
19
Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments