is to import japanize_matplotlib. When you import japanize_matplotlib, the font used by matplotlib becomes one that supports Japanese. If you check with plt.rcParams['font.family'], you can confirm ...
networkXで利用したいときに font_family="IPAexGothic" を指定します。 IPAフォントのIPAexゴシック(Ver.003.01)を利用しています。 利用にあたってはIPAフォントライセンスv1.0 に同意してください。
The Kaggle environment (Linux) does not have Japanese fonts installed by default. Therefore, when you try to display Japanese, the system cannot find the corresponding font and displays it as " ".
素敵なものをありがとうございます。早速使ってみたのですが、importしても日本語が表示されません。二台のMacで試してみましたがどちらもだめでした。 試したときのnotebookはこちらになり ...