From b966b5bbb9d1892ce7676e2153e25faf2467fb08 Mon Sep 17 00:00:00 2001 From: Ray_Lin Date: Tue, 5 Aug 2025 16:00:11 +0800 Subject: [PATCH] =?UTF-8?q?study=20result=2020250805.=20-o=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=B8=8D=E8=B5=B7=E4=BD=9C=E7=94=A8=EF=BC=8C=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=94=9F=E6=88=90=20.ipynb=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E7=94=A8'>'=E4=BD=BF=E7=94=A8shell=20?= =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=E8=BE=93=E5=87=BA=EF=BC=8C=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=AE=8C=E6=88=90=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Part.1.G.The-Python-Tutorial-local.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Part.1.G.The-Python-Tutorial-local.ipynb b/Part.1.G.The-Python-Tutorial-local.ipynb index 97a35fbb8..7ab685aec 100644 --- a/Part.1.G.The-Python-Tutorial-local.ipynb +++ b/Part.1.G.The-Python-Tutorial-local.ipynb @@ -235,7 +235,7 @@ "cd ~/Downloads/cpython/Doc/tutorial/ \n", "for f in *.rst\n", " do\n", - " rst2ipynb $f -o ${f/%.rst/.ipynb}\n", + " rst2ipynb $f > ${f/%.rst/.ipynb}\n", " done\n", "mkdir ipynbs\n", "mv *.ipynb ipynbs/" @@ -410,7 +410,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -424,10 +424,10 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.3" + "version": "3.13.5" }, "toc-autonumbering": true }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }