Skip to content

Commit 2bc0004

Browse files
committed
Remove ipython dependency
1 parent 9f90aec commit 2bc0004

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Matplotlib Inline Back-end for IPython and Jupyter
22

3-
## Installation:
3+
## Installation
44

5-
With pip:
5+
With conda:
66

77
```bash
8-
pip install matplotlib-inline
8+
conda install -c conda-forge notebook matplotlib
99
```
1010

11-
With conda:
11+
With pip:
1212

1313
```bash
14-
conda install -c conda-forge matplotlib-inline
14+
pip install notebook matplotlib
1515
```
1616

1717
## Usage
1818

19-
In a Jupyter Notebook:
19+
This package is included in IPython and can be used in a Jupyter Notebook:
2020

2121
```python
2222
%matplotlib inline

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ packages = find:
1414
python_requires = >=3.5
1515
install_requires =
1616
traitlets
17-
ipython
1817
classifiers =
1918
Framework :: Jupyter
2019
Intended Audience :: Developers

0 commit comments

Comments
 (0)