Skip to content

Commit 6b406ae

Browse files
authored
MAINT: upgrade anaconda=2024.10 (#332)
* ENH: upgrade anaconda=2024.10 * tmp: disable build cache * fix linkchecker results * Revert "tmp: disable build cache" This reverts commit 5dc8f41.
1 parent fad0903 commit 6b406ae

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
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

lectures/_config.yml

Lines changed: 3 additions & 1 deletion
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']

lectures/workspace.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)