Ghaffar Y10
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Jupyter's new output interface
AnsweredI installed an updated version of IntelliJ today, I realized that to show or print something in Jupyter, it has gotten very slow, also the new output interface is just useless and slow again. what... -
Created How to make these lines more visible?
AnsweredHithere are some wrapping lines under the ''for'' and ''print'', How can I make them more visible or increase their width? -
Created getting error using matplotlib while running with console
import matplotlib.pyplot as mtpa=[10,24,12,90]b=[1,3,5,10]mtp.plot(b,a) Matplotlib support failedTraceback (most recent call last): File "C:\Users\G\AppData\Roaming\JetBrains\IdeaIC2022.2\plugin...