From 03661e77f2b4147b44dacac229bbc02023b04490 Mon Sep 17 00:00:00 2001 From: RondeauG Date: Thu, 9 Nov 2023 11:45:45 -0500 Subject: [PATCH] fix RtD --- docs/notebooks/figanos_docs.ipynb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/notebooks/figanos_docs.ipynb b/docs/notebooks/figanos_docs.ipynb index 6a82488b..32319787 100644 --- a/docs/notebooks/figanos_docs.ipynb +++ b/docs/notebooks/figanos_docs.ipynb @@ -803,7 +803,6 @@ " projection = ccrs.LambertConformal(),\n", " features = {'ocean': {'color':'#a2bdeb'}},\n", " plot_kw = {'legend_kwds':{'orientation': 'vertical'}},\n", - " divergent=True,\n", " frame=True\n", " )\n", "ax.set_title(\"Waterways of Trois-Rivières\")" @@ -1021,6 +1020,11 @@ ], "metadata": { "celltoolbar": "Edit Metadata", + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, "language_info": { "codemirror_mode": { "name": "ipython", @@ -1031,7 +1035,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.10.12" } }, "nbformat": 4,