error

matplotlib 3D

[matplotlib 3D] 50. 3Dグラフにおけるアスペクト比の設定

matplotlib mplot3dで作成する3Dグラフでアスペクト比を揃えるために、ax.set_aspect('equal')とすると、NotImplementedErrorが出るようになった(matplotlib 3.1.0から)。ax.set_aspect('equal')を使わずにアスペクト比を揃える方法について検討した。
jupyter notebook, lab

jupyter notebookにおけるエラー、database disk image is malformedについて

jupyter notebookでnotebookの新規作成ができないエラーへの対処方法