Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions notebooks/bonus-unit1/bonus_unit1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@
"!chmod +x Miniconda3-latest-Linux-x86_64.sh\n",
"!./Miniconda3-latest-Linux-x86_64.sh -b -f -p /usr/local\n",
"\n",
"# Accept Terms and conditions for installing conda\n",
"!conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main\n",
"!conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r\n",
"\n",
"# Activate Miniconda and install Python ver 3.10.12\n",
"!source /usr/local/bin/activate\n",
"!conda install -q -y --prefix /usr/local python=3.10.12 ujson # Specify the version here\n",
Expand Down