Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve matplotlib support - mimic Jupyter #540

Merged
merged 4 commits into from
Mar 11, 2024

Commits on Mar 10, 2024

  1. feat: select matplotlib inline backend by default in server

    We do this by checking if the env var 'MPLBACKEND' is not set, and if so, we set it to
    module://matplotlib_inline.backend_inline
    maartenbreddels committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a6c43e4 View commit details
    Browse the repository at this point in the history
  2. feat: matplotlib support for display(figure)

    This makes it behave more like the Jupyter notebook environment.
    maartenbreddels committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b5793b5 View commit details
    Browse the repository at this point in the history
  3. feat: support matplotlib pylab interface in solara server

    This makes code that 'just works' in the notebook also work in solara
    server.
    maartenbreddels committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    57ce0b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7e6224 View commit details
    Browse the repository at this point in the history