René's URL Explorer Experiment


Title: matplotlib bug in WinPython 2025-02 final Spyder Ipython console · Issue #1587 · winpython/winpython · GitHub

Open Graph Title: matplotlib bug in WinPython 2025-02 final Spyder Ipython console · Issue #1587 · winpython/winpython

X Title: matplotlib bug in WinPython 2025-02 final Spyder Ipython console · Issue #1587 · winpython/winpython

Description: Just type "%pylab" in ipython console or click the "Inline" on the statusbar. Here is what I got: Python 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)] Type "copyright", "credits" or "license" for more ...

Open Graph Description: Just type "%pylab" in ipython console or click the "Inline" on the statusbar. Here is what I got: Python 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)] Type "copy...

X Description: Just type "%pylab" in ipython console or click the "Inline" on the statusbar. Here is what I got: Python 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit...

Opengraph URL: https://github.com/winpython/winpython/issues/1587

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"matplotlib bug in WinPython 2025-02 final Spyder Ipython console","articleBody":"\nJust type \"%pylab\" in ipython console or click the \"Inline\" on the statusbar.\n\nHere is what I got:\n\nPython 3.12.10 (tags/v3.12.10:0cc8128, Apr  8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]\nType \"copyright\", \"credits\" or \"license\" for more information.\n\nIPython 8.34.0 -- An enhanced Interactive Python. Type '?' for help.\n\n%pylab\n---------------------------------------------------------------------------\nValueError                                Traceback (most recent call last)\nCell In[1], line 1\n----\u003e 1 get_ipython().run_line_magic('pylab', '')\n\nFile C:\\winPython\\WPy64-312100\\python\\Lib\\site-packages\\IPython\\core\\interactiveshell.py:2482, in InteractiveShell.run_line_magic(self, magic_name, line, _stack_depth)\n   2480     kwargs['local_ns'] = self.get_local_scope(stack_depth)\n   2481 with self.builtin_trap:\n-\u003e 2482     result = fn(*args, **kwargs)\n   2484 # The code below prevents the output from being displayed\n   2485 # when using magics with decorator @output_can_be_silenced\n   2486 # when the last Python token in the expression is a ';'.\n   2487 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False):\n\nFile C:\\winPython\\WPy64-312100\\python\\Lib\\site-packages\\IPython\\core\\magics\\pylab.py:159, in PylabMagics.pylab(self, line)\n    155 else:\n    156     # invert no-import flag\n    157     import_all = not args.no_import_all\n--\u003e 159 gui, backend, clobbered = self.shell.enable_pylab(args.gui, import_all=import_all)\n    160 self._show_matplotlib_backend(args.gui, backend)\n    161 print(\n    162     \"%pylab is deprecated, use %matplotlib inline and import the required libraries.\"\n    163 )\n\nFile C:\\winPython\\WPy64-312100\\python\\Lib\\site-packages\\IPython\\core\\interactiveshell.py:3721, in InteractiveShell.enable_pylab(self, gui, import_all, welcome_message)\n   3694 \"\"\"Activate pylab support at runtime.\n   3695 \n   3696 This turns on support for matplotlib, preloads into the interactive\n   (...)\n   3717     This argument is ignored, no welcome message will be displayed.\n   3718 \"\"\"\n   3719 from IPython.core.pylabtools import import_pylab\n-\u003e 3721 gui, backend = self.enable_matplotlib(gui)\n   3723 # We want to prevent the loading of pylab to pollute the user's\n   3724 # namespace as shown by the %who* magics, so we execute the activation\n   3725 # code in an empty namespace, and we update *both* user_ns and\n   3726 # user_ns_hidden with this information.\n   3727 ns = {}\n\nFile C:\\winPython\\WPy64-312100\\python\\Lib\\site-packages\\IPython\\core\\interactiveshell.py:3683, in InteractiveShell.enable_matplotlib(self, gui)\n   3679 pt.activate_matplotlib(backend)\n   3681 from matplotlib_inline.backend_inline import configure_inline_support\n-\u003e 3683 configure_inline_support(self, backend)\n   3685 # Now we must activate the gui pylab wants to use, and fix %run to take\n   3686 # plot updates into account\n   3687 self.enable_gui(gui)\n\nFile C:\\winPython\\WPy64-312100\\python\\Lib\\site-packages\\matplotlib_inline\\backend_inline.py:205, in configure_inline_support(shell, backend)\n    202 cur_backend = getattr(configure_inline_support, \"current_backend\", \"unset\")\n    203 if new_backend_name != cur_backend:\n    204     # Setup the default figure format\n--\u003e 205     select_figure_formats(shell, cfg.figure_formats, **cfg.print_figure_kwargs)\n    206     configure_inline_support.current_backend = new_backend_name\n\nFile C:\\winPython\\WPy64-312100\\python\\Lib\\site-packages\\IPython\\core\\pylabtools.py:297, in select_figure_formats(shell, formats, **kwargs)\n    295     bs = \"%s\" % ','.join([repr(f) for f in bad])\n    296     gs = \"%s\" % ','.join([repr(f) for f in supported])\n--\u003e 297     raise ValueError(\"supported formats are: %s not %s\" % (gs, bs))\n    299 if \"png\" in formats:\n    300     png_formatter.for_type(\n    301         Figure, partial(print_figure, fmt=\"png\", base64=True, **kwargs)\n    302     )\n\nValueError: supported formats are: 'jpg','jpeg','png2x','png','retina','svg','pdf' not 'p','g','n'","author":{"url":"https://github.com/urima","@type":"Person","name":"urima"},"datePublished":"2025-05-09T06:58:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":23},"url":"https://github.com/1587/winpython/issues/1587"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ed2b2641-a918-0e81-5a95-a1501ddf2294
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA702:10C46F:2F33376:40DA89C:6972B385
html-safe-nonce87decff297dab391a8d0ed8d990b4c8d36ed13adebfec31b44fc93404b68f100
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNzAyOjEwQzQ2RjoyRjMzMzc2OjQwREE4OUM6Njk3MkIzODUiLCJ2aXNpdG9yX2lkIjoiNjk1OTU2Nzg1ODgwODA2Mjc4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca0d6ea2d7aea79726f76be923ad4a0e9e613a5d0975993af64fdb4a2a111f1b3
hovercard-subject-tagissue:3051182355
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/winpython/winpython/1587/issue_layout
twitter:imagehttps://opengraph.githubassets.com/131edf3f1d7bd5d795f39d7215081f1a4441c8024b7b3ec1ff5dda90a32e4826/winpython/winpython/issues/1587
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/131edf3f1d7bd5d795f39d7215081f1a4441c8024b7b3ec1ff5dda90a32e4826/winpython/winpython/issues/1587
og:image:altJust type "%pylab" in ipython console or click the "Inline" on the statusbar. Here is what I got: Python 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)] Type "copy...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameurima
hostnamegithub.com
expected-hostnamegithub.com
None51c0d0848f5569c6fa2198e9d69bd5f8f94a83c9fa3659e40728e7732afab130
turbo-cache-controlno-preview
go-importgithub.com/winpython/winpython git https://github.com/winpython/winpython.git
octolytics-dimension-user_id8850436
octolytics-dimension-user_loginwinpython
octolytics-dimension-repository_id24275324
octolytics-dimension-repository_nwowinpython/winpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id24275324
octolytics-dimension-repository_network_root_nwowinpython/winpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release10c5e2f2307495b2750073db87e9a5d3356a924f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/winpython/winpython/issues/1587#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fwinpython%2Fwinpython%2Fissues%2F1587
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fwinpython%2Fwinpython%2Fissues%2F1587
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=winpython%2Fwinpython
Reloadhttps://github.com/winpython/winpython/issues/1587
Reloadhttps://github.com/winpython/winpython/issues/1587
Reloadhttps://github.com/winpython/winpython/issues/1587
winpython https://github.com/winpython
winpythonhttps://github.com/winpython/winpython
Notifications https://github.com/login?return_to=%2Fwinpython%2Fwinpython
Fork 342 https://github.com/login?return_to=%2Fwinpython%2Fwinpython
Star 2.2k https://github.com/login?return_to=%2Fwinpython%2Fwinpython
Code https://github.com/winpython/winpython
Issues 77 https://github.com/winpython/winpython/issues
Pull requests 0 https://github.com/winpython/winpython/pulls
Discussions https://github.com/winpython/winpython/discussions
Actions https://github.com/winpython/winpython/actions
Projects 0 https://github.com/winpython/winpython/projects
Wiki https://github.com/winpython/winpython/wiki
Security 0 https://github.com/winpython/winpython/security
Insights https://github.com/winpython/winpython/pulse
Code https://github.com/winpython/winpython
Issues https://github.com/winpython/winpython/issues
Pull requests https://github.com/winpython/winpython/pulls
Discussions https://github.com/winpython/winpython/discussions
Actions https://github.com/winpython/winpython/actions
Projects https://github.com/winpython/winpython/projects
Wiki https://github.com/winpython/winpython/wiki
Security https://github.com/winpython/winpython/security
Insights https://github.com/winpython/winpython/pulse
New issuehttps://github.com/login?return_to=https://github.com/winpython/winpython/issues/1587
New issuehttps://github.com/login?return_to=https://github.com/winpython/winpython/issues/1587
matplotlib bug in WinPython 2025-02 final Spyder Ipython consolehttps://github.com/winpython/winpython/issues/1587#top
ProcedureProcedurehttps://github.com/winpython/winpython/issues?q=state%3Aopen%20label%3A%22Procedure%22
https://github.com/urima
https://github.com/urima
urimahttps://github.com/urima
on May 9, 2025https://github.com/winpython/winpython/issues/1587#issue-3051182355
ProcedureProcedurehttps://github.com/winpython/winpython/issues?q=state%3Aopen%20label%3A%22Procedure%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.