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 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
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ packages = find:
1414python_requires = >=3.5
1515install_requires =
1616 traitlets
17- ipython
1817classifiers =
1918 Framework :: Jupyter
2019 Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments