GitHub

Original file line numberDiff line numberDiff line change

@@ -3,7 +3,7 @@ channels:

33

- default

44

dependencies:

55

- python=3.12

6-

- anaconda=2024.06

6+

- anaconda=2024.10

77

- pip

88

- pip:

99

- jupyter-book==0.15.1

Original file line numberDiff line numberDiff line change

@@ -23,7 +23,9 @@ sphinx:

2323

'https://ieeexplore.ieee.org/document/8757088',

2424

'https://www.sciencedirect.com/science/article/pii/S1477388021000177',

2525

'https://keras.io/',

26-

'https://data.oecd.org/']

26+

'https://data.oecd.org/',

27+

'https://www.reddit.com/',

28+

'https://openai.com']

2729

html_favicon: _static/lectures-favicon.ico

2830

html_theme: quantecon_book_theme

2931

html_static_path: ['_static']

Original file line numberDiff line numberDiff line change

@@ -121,7 +121,7 @@ This lecture takes you through the workings of two development environments.

121121
122122

JupyterLab is a browser based development environment for Jupyter Notebooks, code scripts, and data files.

123123
124-

You can [try JupyterLab in the browser](https://jupyter.org/try#jupyterlab) if you want to test it out before installing it locally.

124+

You can [try JupyterLab in the browser](https://jupyter.org/try-jupyter/lab/) if you want to test it out before installing it locally.

125125
126126

You can install JupyterLab using pip

127127

Read the original on github.com ↗