Ghaffar Y10
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 Jupyter's new output interface
已回答I 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... -
创建于 How to make these lines more visible?
已回答Hithere are some wrapping lines under the ''for'' and ''print'', How can I make them more visible or increase their width? -
创建于 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...