"Setup matplotlib plotting inside the notebook:" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "%%capture\n", "jupytertheme_matplotlib_format()\n", "%matplotlib notebook " ] }, { "cell_type": "markdown", "metadata": ...