GithubHelp home page GithubHelp logo

Comments (6)

longxiaofei avatar longxiaofei commented on May 11, 2024 1

Thanks for your feedback.

I just released a pre-release version to fix it: pip install pygwalker==0.4.8a11.

Or you can force update the duckdb version and ignore the dependency warning of pygwalker(0.4.7).

from pygwalker.

ObservedObserver avatar ObservedObserver commented on May 11, 2024 1

pygwalker by default use system appearance. In your case, it seems your system is dark theme while your streamlit is light theme. You can change the appearance of pygwalker:

import pygwalker as pyg

pyg.walk(df, appearance='light')

# or in streamlit
from pygwalker.api.streamlit import StreamlitRenderer
StreamlitRenderer(appearance='light')

from pygwalker.

RaulVS14 avatar RaulVS14 commented on May 11, 2024

I will use the pre-release. Ignoring dependency warning isn't available choice, because I install with requirements.txt and pip refuses to install.

One thing I noticed while trying it out is that for some reason displayed view goes dark mode by default, even though I have light mode used in streamlit.

from pygwalker.

longxiaofei avatar longxiaofei commented on May 11, 2024

Did you specify a streamlit theme?

example:

[theme]
base="light"

from pygwalker.

RaulVS14 avatar RaulVS14 commented on May 11, 2024

Yes, I have these exact lines in my config file.

from pygwalker.

RaulVS14 avatar RaulVS14 commented on May 11, 2024

Great, thanks for explaining! Problem solved :)

from pygwalker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.