Skip to content

Commit

Permalink
Merge pull request #2281 from d2l-ai/master
Browse files Browse the repository at this point in the history
Release of 1.0.0-alpha1.post0
  • Loading branch information
astonzhang committed Aug 30, 2022
2 parents 8eb9af6 + 1812ce5 commit 48eb948
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ sh Miniconda3-py39_4.12.0-Linux-x86_64.sh -b # For py3.8: sh Miniconda3-py38_4.
conda create --name d2l python=3.9 -y # For py3.8: conda create --name d2l python=3.8 -y
conda activate d2l
pip install torch torchvision
pip install d2l==1.0.0a0
pip install d2lbook
git clone https://github.com/d2l-ai/d2l-en.git
jupyter notebook --generate-config
echo "c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'" >> ~/.jupyter/jupyter_notebook_config.py
cd d2l-en
pip install -e . # Install the d2l library from source
jupyter notebook
```

Expand Down
2 changes: 1 addition & 1 deletion chapter_preface/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ Kaan Sancak, regob, AlexSauer, Gopalakrishna Ramachandra, Tobias Uelwer, Chao Wa
Nicolas Corthorn, akash5474, kxxt, zxydi1992, Jacob Britton, Shuangchi He, zhmou, krahets, Jie-Han Chen,
Atishay Garg, Marcel Flygare, adtygan, Nik Vaessen, bolded, Louis Schlessinger, Balaji Varatharajan,
atgctg, Kaixin Li, Victor Barbaros, Riccardo Musto, Elizabeth Ho, azimjonn, Guilherme Miotto, Alessandro Finamore,
Joji Joseph, Anthony Biel, Sere1nz.
Joji Joseph, Anthony Biel, Zeming Zhao.

We thank Amazon Web Services, especially Swami Sivasubramanian, Peter DeSantis, Adam Selipsky,
and Andrew Jassy for their generous support in writing this book.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import d2l

requirements = [
'ipython>=7.23',
'jupyter',
'numpy',
'matplotlib',
'matplotlib-inline',
'requests',
'pandas',
'gym'
Expand Down
2 changes: 1 addition & 1 deletion static/build_html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PREVIEW_BASE_PATH="http://preview.d2l.ai/$JOB_NAME"
if [[ "$BRANCH_NAME" == "release" ]]; then
echo "Use release headers"
alternate_text="Preview Version"
alternate_base=$PREVIEW_BASE_PATH
alternate_base="${PREVIEW_BASE_PATH/release/master}" # Substitute "release" with "master"
current_base=$STABLE_BASE_PATH
else
echo "Use ${JOB_NAME} headers"
Expand Down

0 comments on commit 48eb948

Please sign in to comment.