iPython在Linux下的簡單使用
在命令列輸入iPython3或者iPython,會進入iPython互動介面:
每次進入互動介面,都會有一段資訊:
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
在iPython下類似於在bash下,一些bash命令,如ls,pwd都可以直接在iPython中使用。
每次進入互動介面,都會有一段資訊:
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
在iPython下類似於在bash下,一些bash命令,如ls,pwd都可以直接在iPython中使用。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29067253/viewspace-2126921/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python の 在 VSCode 中使用 IPython Kernel 的方法PythonVSCode
- linux下mail的簡單用法LinuxAI
- 簡單安裝PHP在Linux下的執行環境PHPLinux
- 關於 IPython 的簡介Python
- oracle 10g在linux下的安裝及簡單命令Oracle 10gLinux
- PyCharm使用技巧(五):在PyCharm中使用IPython / Jupyter NotebookPyCharmPython
- 在Linux下製作一個簡單的給ARM開發板使用的檔案系統Linux
- 在flutter中使用hooks的簡單使用FlutterHook
- Linux下history命令簡單原理Linux
- IPython 使用記錄Python
- 簡單記錄下wkhtmltoimage的使用HTML
- pyenv、ipython、jupyter的安裝使用Python
- 簡單介紹在 Linux 上建立和使用交換檔案的方法Linux
- Linux下簡單部署伺服器Linux伺服器
- 在MySQL中使用序列的簡單教程MySql
- AMD R2000 Bilby 單板 串列埠在Grub和Linux下的使用串列埠Linux
- 教你如何簡單的在windows 10使用DebugWindows
- 在elasticsearch中簡單的使用script_fieldsElasticsearch
- 使用jupyter(IPython)開發opencvPythonOpenCV
- python的下載安裝與簡單使用Python
- Mac下PostgreSQL的安裝與簡單使用MacSQL
- 在 Linux 上用 DNS 實現簡單的負載均衡LinuxDNS負載
- Linux V4l2簡單使用Linux
- MacOS下shh,sftp,scp簡單使用MacFTP
- 在 Linux 命令列下使用“原力”Linux命令列
- linux下簡單好用的埠對映轉發工具rinetdLinux
- Linux下編譯安裝Mysql 5.5的簡單步驟Linux編譯MySql
- 在windows下切換node版本,很簡單!Windows
- Anbox:在 Linux 上執行 Android 應用程式的簡單方式LinuxAndroid
- 簡單例子展示爬蟲在不同思想下的寫法單例爬蟲
- Linux下實現 OpenSSL 簡單加密與解密字串Linux加密解密字串
- 在 Flutter 中使用 setState 時的 6 個簡單技巧Flutter
- [Linux]簡單的shell實現Linux
- Kdevelop的簡單使用和簡單除錯dev除錯
- 簡單聊下.NET6 Minimal API的使用方式API
- postman的簡單使用Postman
- OD的簡單使用
- RocketMQ的簡單使用MQ
- docker的簡單使用Docker