add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# IPython
> 一个具有自动历史记录、动态对象 introspection、简化配置、命令补全、访问系统 shell 等功能的 Python 终端。
> 更多信息:<https://ipython.readthedocs.io>。
- 启动 REPL交互式终端
`ipython`
- 在运行 Python 脚本后进入交互式 IPython 会话:
`ipython -i {{script.py}}`
- 创建默认的 IPython 配置文件:
`ipython profile create`
- 打印默认 IPython 配置文件目录的路径:
`ipython locate profile`
- 清除 IPython 历史数据库,删除所有条目:
`ipython history clear`