File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 number Diff line number Diff line change @@ -121,7 +121,7 @@ This lecture takes you through the workings of two development environments.
121121
122122JupyterLab 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
126126You can install JupyterLab using pip
127127
You can’t perform that action at this time.
0 commit comments