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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux下GPG的簡單使用Linux
- 在dos下使用簡單的ftp命令FTP
- Linux下安裝iPythonLinuxPython
- Linux下getopt()函式的簡單使用Linux函式
- 簡單安裝PHP在Linux下的執行環境PHPLinux
- linux下mail的簡單用法LinuxAI
- linux下oracle的簡單操作LinuxOracle
- 關於 IPython 的簡介Python
- 在flutter中使用hooks的簡單使用FlutterHook
- oracle 10g在linux下的安裝及簡單命令Oracle 10gLinux
- 在Windows下使用MaraDNS搭建簡單的DNS伺服器WindowsDNS伺服器
- linux下lvm的簡單操作LinuxLVM
- Linux下Cppunit的簡單運用Linux
- 在Linux下製作一個簡單的給ARM開發板使用的檔案系統Linux
- 簡單記錄下wkhtmltoimage的使用HTML
- 在MySQL中使用序列的簡單教程MySql
- linux中的top命令簡單使用Linux
- Linux中ps命令的簡單使用Linux
- linux中history命令的簡單使用Linux
- Linux下selinux簡單梳理Linux
- Linux下history命令簡單原理Linux
- 簡單介紹在 Linux 上建立和使用交換檔案的方法Linux
- Python の 在 VSCode 中使用 IPython Kernel 的方法PythonVSCode
- IPython 使用記錄Python
- PyCharm使用技巧(五):在PyCharm中使用IPython / Jupyter NotebookPyCharmPython
- ubuntu下matlab 簡單使用UbuntuMatlab
- 在elasticsearch中簡單的使用script_fieldsElasticsearch
- linux下ftp伺服器的簡單的搭建LinuxFTP伺服器
- ORACLE 11G 在linux平臺下怎麼簡單刪除OracleLinux
- Linux下簡單部署伺服器Linux伺服器
- linux 下增加硬碟簡單介紹Linux硬碟
- Mac下PostgreSQL的安裝與簡單使用MacSQL
- MAC下使用OpenCV的例項簡單DemoMacOpenCV
- 在 Linux 下使用 scp 命令Linux
- MacOS下shh,sftp,scp簡單使用MacFTP
- hadoop的Linux下簡單安裝步驟HadoopLinux
- Linux 下 Apache 與 Tomcat 整合的簡單方法LinuxApacheTomcat
- linux下簡單的傳送與接受檔案Linux