pythonic2020

Results 26 comments of pythonic2020

I reduced the visual impact of the highlight by darkening the blue color of the matching brackets: `@matching-bracket: darken(#4C8BE2, 10%);`

Probably switching original colors is better, yes. Could you show which colors are switched in the solarizedd.less file?

Hmmm. Your suggestion would make code text #839496, correct? That is a light gray color, too close to comment color. I like a much lighter color for code text. Could...

I checked out the simple switching of original colors when I first started working on this, but I think my solution is much more pleasing and easy to read. That...

I can confirm this in Firefox.

DId you put these lines in your notebook? ``` # import jtplot module in notebook from jupyterthemes import jtplot # choose which theme to inherit plotting style from # onedork...

You could increase grid line thickness with plt.grid(linewidth=2)

This problem has been killing me with MS Edge Version 103.0.1264.62 (Official build) (64-bit), current Win 10 OS, JLab 3.4.3 in a conda-forge environment. I have tornado 6.2 installed. The...

I got the error today using current Firefox x64 on Windows 10, JLab 3.4.4, in a conda-forge environment running Python 3.9.13. Tornado 6.2 is installed. > [W 2022-07-26 07:15:00.993 ServerApp]...

Note that I just updated my conda env to notebook 6.5.3 today. 3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:28:38) [MSC v.1929 64 bit (AMD64)] ipympl version:...