Show More
@@ -368,7 +368,7 b' Currently the magic system has the following functions:""",' | |||||
368 |
|
368 | |||
369 | If called without arguments, acts as a toggle. |
|
369 | If called without arguments, acts as a toggle. | |
370 |
|
370 | |||
371 | When in verbose mode the value --show (and --hide) |
|
371 | When in verbose mode the value `--show` (and `--hide`) | |
372 | will respectively show (or hide) frames with ``__tracebackhide__ = |
|
372 | will respectively show (or hide) frames with ``__tracebackhide__ = | |
373 | True`` value set. |
|
373 | True`` value set. | |
374 | """ |
|
374 | """ |
@@ -1,10 +1,10 b'' | |||||
1 | .. _ipython_as_shell: |
|
|||
2 |
|
|
1 | ||
3 | .. note:: |
|
2 | .. note:: | |
4 |
|
3 | |||
5 | This page has been kept for historical reason. You most likely want to use |
|
4 | This page has been kept for historical reason. You most likely want to use | |
6 | `Xonsh <https://xon.sh/>`__ instead of this. |
|
5 | `Xonsh <https://xon.sh/>`__ instead of this. | |
7 |
|
6 | |||
|
7 | .. _ipython_as_shell: | |||
8 |
|
8 | |||
9 | ========================= |
|
9 | ========================= | |
10 | IPython as a system shell |
|
10 | IPython as a system shell |
@@ -241,6 +241,7 b' such that it allows autoplay.' | |||||
241 | the HTML allowing it. It also could get blocked by some browser extensions. |
|
241 | the HTML allowing it. It also could get blocked by some browser extensions. | |
242 |
|
242 | |||
243 | Try it out! |
|
243 | Try it out! | |
|
244 | ||||
244 | :: |
|
245 | :: | |
245 |
|
246 | |||
246 | In [1]: from IPython.display import YouTubeVideo |
|
247 | In [1]: from IPython.display import YouTubeVideo | |
@@ -1368,7 +1369,6 b' Miscellaneous' | |||||
1368 | IPython 7.3.0 |
|
1369 | IPython 7.3.0 | |
1369 | ============= |
|
1370 | ============= | |
1370 |
|
1371 | |||
1371 | .. _whatsnew720: |
|
|||
1372 |
|
1372 | |||
1373 | IPython 7.3.0 bring several bug fixes and small improvements that you will |
|
1373 | IPython 7.3.0 bring several bug fixes and small improvements that you will | |
1374 | described bellow. |
|
1374 | described bellow. | |
@@ -1393,6 +1393,8 b' Misc bug fixes and improvements:' | |||||
1393 | - Re-initialize posix aliases after a ``%reset`` :ghpull:`11528` |
|
1393 | - Re-initialize posix aliases after a ``%reset`` :ghpull:`11528` | |
1394 | - Allow the IPython command line to run ``*.ipynb`` files :ghpull:`11529` |
|
1394 | - Allow the IPython command line to run ``*.ipynb`` files :ghpull:`11529` | |
1395 |
|
1395 | |||
|
1396 | .. _whatsnew720: | |||
|
1397 | ||||
1396 | IPython 7.2.0 |
|
1398 | IPython 7.2.0 | |
1397 | ============= |
|
1399 | ============= | |
1398 |
|
1400 | |||
@@ -1423,8 +1425,7 b" and we're now proud to have code contributed by Chris in IPython." | |||||
1423 | OSMagics.cd_force_quiet configuration option |
|
1425 | OSMagics.cd_force_quiet configuration option | |
1424 | -------------------------------------------- |
|
1426 | -------------------------------------------- | |
1425 |
|
1427 | |||
1426 | You can set this option to force the %cd magic to behave as if ``-q`` was passed: |
|
1428 | You can set this option to force the %cd magic to behave as if ``-q`` was passed:: | |
1427 | :: |
|
|||
1428 |
|
1429 | |||
1429 | In [1]: cd / |
|
1430 | In [1]: cd / | |
1430 | / |
|
1431 | / |
General Comments 0
You need to be logged in to leave comments.
Login now