You can launch IPython on the command line just like launching the regular Python interpreter except with the ipython command:

$ ipython

Then you can execute arbitary Python statements by typing them in and pressing <return>.

If you want to exist, you can use the following command:

exist()

or

exist

Here are some useful tips:

  • While entering expressions in the shell, pressing <Tab> will search the namespace for any variables
  • Using a question mark (?) before or after a variable will display some general information about the object
  • Using ?? will also show the function’s source code
  • A number of characters combined with the wildcard (*) will show all names matching the wildcard expression.

最新文章

  1. HDU5892~HDU5901 2016网络赛沈阳
  2. 阻塞与非阻塞的IO网络读写
  3. [USACO精选] 第三章 排序
  4. Android adb使用sqlite3对一个数据库进行sql查询
  5. Android模块化编程之引用本地的aar
  6. jquery判断客户端的类型
  7. MD5 概念与用途
  8. leetcode dfs Validate Binary Search Tree
  9. HDU 2064 汉诺塔III(递归)
  10. Python的.py文件打包成exe可执行文件
  11. Mycat 设置全局序列号
  12. wamp apache 设置多端口
  13. python3 编码解码
  14. 如何在 Apache 里修改 PHP 配置
  15. 当VUE 遇到微信js api
  16. Android解决NDK not configured问题
  17. Cassandra基础
  18. json-server(copy)
  19. win10下sublime text3 使用view in browser的快捷鍵添加方式
  20. BZOJ.3058.四叶草魔杖(Kruskal 状压DP)

热门文章

  1. Jack Straws POJ - 1127 (几何计算)
  2. zookeeper安装、配置、使用
  3. 创建dll及使用
  4. 自建NAS如何使用大于2TB的硬盘(从分区开始)
  5. 记一次WMS的系统改造(1)-分析问题
  6. linux随笔四
  7. SQL中使用关键词创建表或字段
  8. 理解 PHP output buffer
  9. spring AOP详解四
  10. hdu5443 The Water Problem