Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEX8642 committed Oct 26, 2024
1 parent bcdf6ab commit 2910c57
Show file tree
Hide file tree
Showing 5 changed files with 231,361 additions and 111 deletions.
20 changes: 14 additions & 6 deletions 01_materials/labs/01_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -312,7 +312,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -322,9 +322,17 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"2024-10-23 21:11:17,843, 530896887.py, 3, INFO, Hello world!\n"
]
}
],
"source": [
"from logger import get_logger\n",
"_logs = get_logger(__name__)\n",
Expand Down Expand Up @@ -425,7 +433,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "env",
"display_name": "dsi_participant",
"language": "python",
"name": "python3"
},
Expand All @@ -439,7 +447,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 2910c57

Please sign in to comment.