Skip to content
Open
Show file tree
Hide file tree
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
109 changes: 106 additions & 3 deletions 01_materials/labs_live/01_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,98 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Channels:\n",
"Note: you may need to restart the kernel to use updated packages.\n",
"\n",
" - conda-forge\n",
" - defaults\n",
"Platform: win-64\n",
"Collecting package metadata (repodata.json): ...working... done\n",
"Solving environment: ...working... done\n",
"\n",
"## Package Plan ##\n",
"\n",
" environment location: c:\\Users\\hashi\\miniconda3\\envs\\dsi_participant\n",
"\n",
" added / updated specs:\n",
" - python-dotenv\n",
"\n",
"\n",
"The following packages will be downloaded:\n",
"\n",
" package | build\n",
" ---------------------------|-----------------\n",
" ca-certificates-2025.6.15 | h4c7d964_0 148 KB conda-forge\n",
" python-dotenv-1.1.1 | pyhe01879c_0 25 KB conda-forge\n",
" ------------------------------------------------------------\n",
" Total: 173 KB\n",
"\n",
"The following NEW packages will be INSTALLED:\n",
"\n",
" python-dotenv conda-forge/noarch::python-dotenv-1.1.1-pyhe01879c_0 \n",
" ucrt conda-forge/win-64::ucrt-10.0.22621.0-h57928b3_1 \n",
"\n",
"The following packages will be UPDATED:\n",
"\n",
" ca-certificates pkgs/main/win-64::ca-certificates-202~ --> conda-forge/noarch::ca-certificates-2025.6.15-h4c7d964_0 \n",
" openssl pkgs/main::openssl-3.0.16-h3f729d1_0 --> conda-forge::openssl-3.1.0-hcfcfb64_3 \n",
"\n",
"\n",
"\n",
"Downloading and Extracting Packages: ...working...\n",
"ca-certificates-2025 | 148 KB | | 0% \n",
"\n",
"python-dotenv-1.1.1 | 25 KB | | 0% \u001b[A\n",
"ca-certificates-2025 | 148 KB | #####4 | 54% \n",
"\n",
"python-dotenv-1.1.1 | 25 KB | ######2 | 63% \u001b[A\n",
"\n",
"python-dotenv-1.1.1 | 25 KB | ########## | 100% \u001b[A\n",
"\n",
"python-dotenv-1.1.1 | 25 KB | ########## | 100% \u001b[A\n",
"ca-certificates-2025 | 148 KB | ########## | 100% \n",
"ca-certificates-2025 | 148 KB | ########## | 100% \n",
" \n",
"\n",
"\n",
" \u001b[A done\n",
"Preparing transaction: done\n",
"Verifying transaction: done\n",
"Executing transaction: done\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n",
"\n",
"==> WARNING: A newer version of conda exists. <==\n",
" current version: 25.1.1\n",
" latest version: 25.5.1\n",
"\n",
"Please update conda by running\n",
"\n",
" $ conda update -n base -c defaults conda\n",
"\n",
"\n"
]
}
],
"source": [
"conda install -c conda-forge python-dotenv\n"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -265,7 +356,19 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "",
"evalue": "",
"output_type": "error",
"traceback": [
"\u001b[1;31mThe Kernel crashed while executing code in the current cell or a previous cell. \n",
"\u001b[1;31mPlease review the code in the cell(s) to identify a possible cause of the failure. \n",
"\u001b[1;31mClick <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. \n",
"\u001b[1;31mView Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
]
}
],
"source": []
},
{
Expand Down Expand Up @@ -402,7 +505,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.21"
"version": "3.10.18"
}
},
"nbformat": 4,
Expand Down
Loading