Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d60b3b3

Browse files
committed
Edit installing of Kqlmagic
1 parent a07c5ff commit d60b3b3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/azure-data-studio/notebooks/notebooks-kqlmagic.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3737
3. 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)

0 commit comments

Comments
 (0)