From 6ad2a77bb45ea436dd4201e75eaf5caac0bce727 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 19 Mar 2026 00:43:01 +0800 Subject: [PATCH] docs: rename Jupyter Notebook (IPython) to jupyter Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0bf110d..6e5c6b47 100644 --- a/README.md +++ b/README.md @@ -677,7 +677,7 @@ _Implementations of Python._ _Interactive Python interpreters (REPL)._ - [bpython](https://github.com/bpython/bpython) - A fancy interface to the Python interpreter. -- [Jupyter Notebook (IPython)](https://github.com/jupyter/notebook) - A rich toolkit to help you make the most out of using Python interactively. +- [jupyter](https://github.com/jupyter/notebook) - A rich toolkit to help you make the most out of using Python interactively. - [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter) - [marimo](https://github.com/marimo-team/marimo) - Transform data and train models, feels like a next-gen notebook, stored as Git-friendly Python. - [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).