##// END OF EJS Templates
reorder profile & notebook in ipython help
MinRK -
Show More
@@ -72,11 +72,11 b' ipython help qtconsole # show the help for the qtconsole subcmd'
72 ipython console # start the terminal-based console application
72 ipython console # start the terminal-based console application
73 ipython help console # show the help for the console subcmd
73 ipython help console # show the help for the console subcmd
74
74
75 ipython profile create foo # create profile foo w/ default config files
76 ipython help profile # show the help for the profile subcmd
77
78 ipython notebook # start the IPython notebook
75 ipython notebook # start the IPython notebook
79 ipython help notebook # show the help for the notebook subcmd
76 ipython help notebook # show the help for the notebook subcmd
77
78 ipython profile create foo # create profile foo w/ default config files
79 ipython help profile # show the help for the profile subcmd
80 """
80 """
81
81
82 #-----------------------------------------------------------------------------
82 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now