We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f6d4d commit 279a63eCopy full SHA for 279a63e
examples/pyloghub_package_demo.ipynb
@@ -30,6 +30,7 @@
30
]
31
},
32
{
33
+ "attachments": {},
34
"cell_type": "markdown",
35
"id": "13b62547",
36
"metadata": {},
@@ -59,7 +60,7 @@
59
60
"2. **Activate the Virtual Environment**:\n",
61
" - **Windows**: \n",
62
" ```bash\n",
- " .\\loghub_env\\Scripts\\activate\n",
63
+ " source loghub_env/Scripts/activate\n",
64
" ```\n",
65
" - **macOS/Linux**: \n",
66
0 commit comments