question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

supports with dark theme?

See original GitHub issue

Hi, thanks for your awesome work. I love it

I didn’t use every features of pandasgui yet. but i’ll try. And maybe I expect myself to write very basic tutorial for my students.

but there’s few suggestion for this project.

  1. it’s good to see this in colab.
스크린샷 2020-10-26 15 33 38
  1. when pandasgui didn’t work in colab. i tried to use it on jupyter lab. (and it worked !) however as my local pc has dark theme. it didn’t work properly.
스크린샷 2020-10-26 15 43 06

Here are my environments

  • macOS catalina
  • python version 3.8.3
  • pandasgui version 0.2.7
  • pandas version 1.1.2

thanks again.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
adamerosecommented, Nov 3, 2020

Unfortunately I’ll never be able to support Colab since it runs on a remote server and cannot run any realtime graphical frameworks like PyQt.

I’m working on adding a dark theme and will probably publish it in the next 2 weeks.

1reaction
adamerosecommented, Nov 24, 2020

Just tried the theme capability but am getting an issue with the preferences json file not existing. I did a fresh install of the pandasgui develop branch from github this morning. My environment is Python 3.7 installed via Anaconda: OS: Win10, Python 3.7.3, IPython 7.19.0, PyQt 5.9.2, PyQt5 5.15, pyqt5-sip 12.8.1, pyqtwebengine 5.15.1 When I from pandasgui import show I get: ~\AppData\Local\Continuum\anaconda3\lib\site-packages\pandasgui\store.py in 22 preferences_path = os.path.join(LOCAL_DATA_DIR, ‘preferences.json’) 23 if not os.path.exists(preferences_path): —> 24 with open(preferences_path, ‘w’) as f: 25 json.dump({‘theme’: “light”}, f) 26

FileNotFoundError: [Errno 2] No such file or directory: ‘C:\Users\username\AppData\Local\pandasgui\preferences.json’

Just added a line to create that dir if it doesn’t exist, can you check if it works now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dark Mode, Dark Theme: Adding Support to Your Application
This basically instructs Android OS to change application colors to a dark theme, making guesses about what those colors should be. In the...
Read more >
Dark theme - Android Developers
Support Dark theme in your app. Themes and styles; Change themes in-app. Force Dark. Disable Force Dark on a view. Web content; Best...
Read more >
prefers-color-scheme - CSS: Cascading Style Sheets | MDN
The prefers-color-scheme CSS media feature is used to detect if a user has requested light or dark color themes.
Read more >
Supporting Dark themes in Android | by Baljeet Singh
Now as we have enabled dark theme in our app. We will now learn how we can change default colours and other components...
Read more >
Dark Mode to Change Color Schemes and CSS Properties
Dark Mode. Ionic makes it easy to change the themes of your app, including supporting dark color schemes. With growing support for dark...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found