File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -429,25 +429,37 @@ One library we'll be using is `QuantEcon.py <http://quantecon.org/quantecon-py>`
429429You can install `QuantEcon.py <http://quantecon.org/quantecon-py >`__ by
430430starting Jupyter and typing
431431
432- ``!conda install quantecon ``
432+ .. code-block :: ipython3
433+ :class: no-execute
434+
435+ !conda install quantecon
433436
434437 into a cell.
435438
436439Alternatively, you can type the following into a terminal
437440
438- ``conda install quantecon ``
441+ .. code-block :: bash
442+ :class: no-execute
443+
444+ conda install quantecon
439445
440446 More instructions can be found on the `library page <http://quantecon.org/quantecon-py >`__.
441447
442448To upgrade to the latest version, which you should do regularly, use
443449
444- ``conda upgrade quantecon ``
450+ .. code-block :: bash
451+ :class: no-execute
452+
453+ conda upgrade quantecon
445454
446455 Another library we will be using is `interpolation.py <https://github.com/EconForge/interpolation.py >`__.
447456
448457This can be installed by typing in Jupyter
449458
450- ``!conda install -c conda-forge interpolation ``
459+ .. code-block :: ipython3
460+ :class: no-execute
461+
462+ !conda install -c conda-forge interpolation
451463
452464
453465
You can’t perform that action at this time.
0 commit comments