##// END OF EJS Templates
move raw_input / %debug to higher prominence...
MinRK -
Show More
@@ -176,6 +176,8 b' Major changes to the IPython Notebook in 1.0:'
176 than traditional save. If you change nothing about your save habits,
176 than traditional save. If you change nothing about your save habits,
177 you will always have a checkpoint that you have written,
177 you will always have a checkpoint that you have written,
178 and an autosaved file that is kept up to date.
178 and an autosaved file that is kept up to date.
179 - The notebook supports :func:`raw_input` / :func:`input`, and thus also ``%debug``,
180 and many other Python calls that expect user input.
179 - You can load custom javascript and CSS in the notebook by editing the files
181 - You can load custom javascript and CSS in the notebook by editing the files
180 :file:`$(ipython locate profile)/static/custom/custom.{js,css}`.
182 :file:`$(ipython locate profile)/static/custom/custom.{js,css}`.
181 - Add ``%%html``, ``%%svg``, ``%%javascript``, and ``%%latex`` cell magics
183 - Add ``%%html``, ``%%svg``, ``%%javascript``, and ``%%latex`` cell magics
@@ -201,7 +203,6 b' Major changes to the IPython Notebook in 1.0:'
201 supported values.
203 supported values.
202 - The static files path can be found as ``IPython.html.DEFAULT_STATIC_FILES_PATH``,
204 - The static files path can be found as ``IPython.html.DEFAULT_STATIC_FILES_PATH``,
203 which may be changed by package managers.
205 which may be changed by package managers.
204 - The notebook supports :func:`raw_input`, and thus also ``%debug``.
205 - IPython's CSS is installed in :file:`static/css/style.min.css`
206 - IPython's CSS is installed in :file:`static/css/style.min.css`
206 (all style, including bootstrap), and :file:`static/css/ipython.min.css`,
207 (all style, including bootstrap), and :file:`static/css/ipython.min.css`,
207 which only has IPython's own CSS. The latter file should be useful for embedding
208 which only has IPython's own CSS. The latter file should be useful for embedding
General Comments 0
You need to be logged in to leave comments. Login now