File tree Expand file tree Collapse file tree
docs/azure-data-studio/notebooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,20 +30,22 @@ The steps in this section all run within an Azure Data Studio notebook.
3030
3131 ![ New Notebook] ( media/notebooks-kqlmagic/install-new-notebook.png )
3232
33- 2 . When asked, select ** Yes ** to upgrade the Python packages.
33+ 2 . You may be prompted to upgrade your Python packages when your packages need updating .
3434
3535 ![ Yes] ( media/notebooks-kqlmagic/install-python-yes.png )
3636
37373 . Install Kqlmagic:
3838
3939 ``` python
40- ! pip install Kqlmagic -- no- cache- dir -- upgrade
40+ import sys
41+ !{sys.executable} - m pip install Kqlmagic -- no- cache- dir -- upgrade
4142 ```
4243
4344 Verify it's installed:
4445
4546 ``` python
46- ! pip list
47+ import sys
48+ !{sys.executable} - m pip list
4749 ```
4850
4951 ![ List] ( media/notebooks-kqlmagic/install-list.png )
You can’t perform that action at this time.
0 commit comments