-
Notifications
You must be signed in to change notification settings - Fork 224
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
Toolbar icons disappeared #274
Comments
This looks the same as #238 so I would've thought this would be fixed 🤔 . Are you working offline? If so maybe it's related to jupyter-widgets/ipywidgets#2997 |
Thank you very much, this is the issue I meant. But I still couldn't fix it. So, first, I cleaned up my configurations, it was a little bit cluttered. But more important, I tried to look into the CSS changes in #245. They are all set. When I inspect the DOM elements the CSS settings are as expected. Also the icon style contains the "fa-fw" tag as supposed by the javascript changes. How can I check the version of Oh, I forgot to menion, I'm not working offline. |
After browsing through other issues, docs and browser output, can my problem be related to jupyter-widgets/ipywidgets#2989? I also get this message on the javascript console. vendors~main.4da238e0c0b51cf48011.js:2 Error: widget model not found
at x.get_model (vendors~main.4da238e0c0b51cf48011.js:2)
at h.renderModel (vendors~main.4da238e0c0b51cf48011.js:2)
renderModel @ vendors~main.4da238e0c0b51cf48011.js:2 I also looked into these code sections. But I can't identify anything related to Font-Awesome. |
Ok, it's clearly a wrong font-family setting to font-awesome. After changing the css style in the browser developer tools as shown in jupyter-widgets/ipywidgets#3000, the icons are back. But it's only a temporary fix as long as I keep jupyterlab instance open. |
I've been working on a similar issue in another repo. Setting the font-family to It is odd I cannot reproduce the issue you see on ipympl though. But I could reproduce it on another project. |
Sorry for closing. Yes, I also found it strange that it worked after I set up a new environment, but with identical packages. Maybe I have to look if there is a difference in the packages although it is supposed to be identical. Interesting: |
Hello everyone,
I'm sorry to ask this as I thought this was already an issue a few weeks ago. But I looked through all the issues and couldn't find it. So maybe I was wrong or I was not searching properly. Sorry for the inconvenience.
Describe the issue
The toolbar icons have disappeared. This happened already a while ago after I reinstalled ipympl. So I thought it was just a bug in the version I updated to. But I updated ipympl and jupyter-matplotlib yesterday and still have no icons. Do you have any idea what I did wrong? The icons are the same as in the ipywidgets set, isn't it?
I have attached a screenshot at the bottom. All the buttons work just fine (also the tooltips), so it's just about the GUI.
Thanks for you help!
Versions
Output of
Reproduce
The text was updated successfully, but these errors were encountered: