jupyter notebook 魔法命令

jupyter notebook 的主要魔法命令如下:

  • 行魔法:

%alias
%alias_magic
%autocall
%automagic
%autosave
%bookmark
%cd
%clear
%cls
%colors
%config
%connect_info
%copy
%ddir
%debug
%dhist
%dirs
%doctest_mode
%echo
%ed
%edit
%env
%gui
%hist
%history
%killbgscripts
%ldir
%less
%load
%load_ext
%loadpy
%logoff
%logon
%logstart
%logstate
%logstop
%ls
%lsmagic
%macro
%magic
%matplotlib
%mkdir
%more
%notebook
%page
%pastebin
%pdb
%pdef
%pdoc
%pfile
%pinfo
%pinfo2
%popd
%pprint
%precision
%profile
%prun
%psearch
%psource
%pushd
%pwd
%pycat
%pylab
%qtconsole
%quickref
%recall
%rehashx
%reload_ext
%ren
%rep
%rerun
%reset
%reset_selective
%rmdir
%run
%save
%sc
%set_env
%store
%sx
%system
%tb
%time
%timeit
%unalias
%unload_ext
%who
%who_ls
%whos
%xdel
`%xmode

  • 单元魔法:

%%!
%%HTML
%%SVG
%%bash
%%capture
%%cmd
%%debug
%%file
%%html
%%javascript
%%js
%%latex
%%markdown
%%perl
%%prun
%%pypy
%%python
%%python2
%%python3
%%ruby
%%script
%%sh
%%svg
%%sx
%%system
%%time
%%timeit
%%writefile

使用示例:
jupyter notebook 魔法命令_第1张图片

你可能感兴趣的:(jupyter,notebook,ipython,notebook,魔法命令,%lsmagic,%%script)