Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f90aec commit 2bc0004Copy full SHA for 2bc0004
2 files changed
README.md
@@ -1,22 +1,22 @@
1
# Matplotlib Inline Back-end for IPython and Jupyter
2
3
-## Installation:
+## Installation
4
5
-With pip:
+With conda:
6
7
```bash
8
-pip install matplotlib-inline
+conda install -c conda-forge notebook matplotlib
9
```
10
11
-With conda:
+With pip:
12
13
14
-conda install -c conda-forge matplotlib-inline
+pip install notebook matplotlib
15
16
17
## Usage
18
19
-In a Jupyter Notebook:
+This package is included in IPython and can be used in a Jupyter Notebook:
20
21
```python
22
%matplotlib inline
setup.cfg
@@ -14,7 +14,6 @@ packages = find:
python_requires = >=3.5
install_requires =
traitlets
- ipython
classifiers =
Framework :: Jupyter
Intended Audience :: Developers
0 commit comments