FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
matplotlib-inline/matplotlib_inline/__init__.py at main · ipython/matplotlib-inline · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ipython
/
matplotlib-inline
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
39
Star
30
Code
Issues
16
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
matplotlib-inline
/
matplotlib_inline
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (6 loc) · 316 Bytes
Breadcrumbs
matplotlib-inline
/
matplotlib_inline
/
__init__.py
Copy path
File metadata and controls
8 lines (6 loc) · 316 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
from
.
import
backend_inline
,
config
# noqa
__version__
=
"0.2.2"
# we can't ''.join(...) otherwise finding the version number at build time requires
# import which introduces IPython and matplotlib at build time, and thus circular
# dependencies.
version_info
=
tuple
(
int
(
s
)
for
s
in
__version__
.
split
(
"."
)[:
3
])
Back
|
FazBrowse Home
|
New Git URL