Skip to content

Commit

Permalink
MAINT: upgrade anaconda=2024.10 (#332)
Browse files Browse the repository at this point in the history
* ENH: upgrade anaconda=2024.10

* tmp: disable build cache

* fix linkchecker results

* Revert "tmp: disable build cache"

This reverts commit 5dc8f41.
  • Loading branch information
mmcky authored Nov 11, 2024
1 parent fad0903 commit 6b406ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- default
dependencies:
- python=3.12
- anaconda=2024.06
- anaconda=2024.10
- pip
- pip:
- jupyter-book==0.15.1
Expand Down
4 changes: 3 additions & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ sphinx:
'https://ieeexplore.ieee.org/document/8757088',
'https://www.sciencedirect.com/science/article/pii/S1477388021000177',
'https://keras.io/',
'https://data.oecd.org/']
'https://data.oecd.org/',
'https://www.reddit.com/',
'https://openai.com']
html_favicon: _static/lectures-favicon.ico
html_theme: quantecon_book_theme
html_static_path: ['_static']
Expand Down
2 changes: 1 addition & 1 deletion lectures/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ This lecture takes you through the workings of two development environments.

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

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

You can install JupyterLab using pip

Expand Down

0 comments on commit 6b406ae

Please sign in to comment.