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>`
429
429
You can install `QuantEcon.py <http://quantecon.org/quantecon-py >`__ by
430
430
starting Jupyter and typing
431
431
432
- ``!conda install quantecon ``
432
+ .. code-block :: ipython3
433
+ :class: no-execute
434
+
435
+ !conda install quantecon
433
436
434
437
into a cell.
435
438
436
439
Alternatively, you can type the following into a terminal
437
440
438
- ``conda install quantecon ``
441
+ .. code-block :: bash
442
+ :class: no-execute
443
+
444
+ conda install quantecon
439
445
440
446
More instructions can be found on the `library page <http://quantecon.org/quantecon-py >`__.
441
447
442
448
To upgrade to the latest version, which you should do regularly, use
443
449
444
- ``conda upgrade quantecon ``
450
+ .. code-block :: bash
451
+ :class: no-execute
452
+
453
+ conda upgrade quantecon
445
454
446
455
Another library we will be using is `interpolation.py <https://github.com/EconForge/interpolation.py >`__.
447
456
448
457
This can be installed by typing in Jupyter
449
458
450
- ``!conda install -c conda-forge interpolation ``
459
+ .. code-block :: ipython3
460
+ :class: no-execute
461
+
462
+ !conda install -c conda-forge interpolation
451
463
452
464
453
465
You can’t perform that action at this time.
0 commit comments