Leveraging the Jupyter interactive widgets framework, ipympl enables the interactive features of matplotlib in the Jupyter notebook and in JupyterLab. Besides, the figure canvas element is a proper ...
ターミナルで以下を実行するとブラウザのjupyterが起動 インストールが完了したら以下を実行してライブラリの準備 import pandas as pd import numpy as np from scipy import stats import matplotlib.pyplot as plt import pandas as pd → pandas というライブラリを使えるようにする。