Skip to content

Commit 3204774

Browse files
Merge pull request #91086 from v-jeevkumar/main
Update tools-included.md
2 parents b88c7dd + dc26ca4 commit 3204774

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

articles/machine-learning/data-science-virtual-machine/tools-included.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Data Science Virtual Machine comes with the most useful data-science tools p
4141
| Dlib | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | |
4242
| Docker | <span class='green-check'>&#9989;</span> <br/> (Windows containers only) | <span class='green-check'>&#9989;</span> | |
4343
| Nccl | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | |
44-
| Rattle | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | |
44+
| Rattle | <span class='red-x'>&#10060;</span> | <span class='red-x'>&#10060;</span> | |
4545
| ONNX Runtime | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | |
4646

4747

@@ -55,7 +55,7 @@ The Data Science Virtual Machine comes with the most useful data-science tools p
5555
| [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | |
5656
| [Azure CLI](/cli/azure) | <span class='green-check'>&#9989;</span></br> | <span class='green-check'>&#9989;</span></br> | |
5757
| [AzCopy](../../storage/common/storage-use-azcopy-v10.md) | <span class='green-check'>&#9989;</span></br> | <span class='red-x'>&#10060;</span> | [AzCopy on the DSVM](./dsvm-tools-ingestion.md#azcopy) |
58-
| [Blob FUSE driver](https://github.com/Azure/azure-storage-fuse) | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span></br> | [blobfuse on the DSVM](./dsvm-tools-ingestion.md#blobfuse) |
58+
| [Blob FUSE driver](https://github.com/Azure/azure-storage-fuse) | <span class='red-x'>&#10060;</span> | <span class='red-x'>&#10060;</span></br> | [blobfuse on the DSVM](./dsvm-tools-ingestion.md#blobfuse) |
5959
| [Azure Cosmos DB Data Migration Tool](../../cosmos-db/import-data.md) | <span class='green-check'>&#9989;</span> | <span class='red-x'>&#10060;</span> | [Cosmos DB on the DSVM](./dsvm-tools-ingestion.md#azure-cosmos-db-data-migration-tool) |
6060
| Unix/Linux command-line tools | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | |
6161
| Apache Spark 3.1 (standalone) | <span class='green-check'>&#9989;</span> | <span class='green-check'>&#9989;</span></br> | |
@@ -77,27 +77,20 @@ The Data Science Virtual Machine comes with the most useful data-science tools p
7777
| &nbsp;&nbsp;&nbsp;&nbsp; PySpark | | | [pySpark Jupyter Samples](./dsvm-samples-and-walkthroughs.md#sparkml) |
7878

7979
**Ubuntu 18.04 DSVM and Windows Server 2019 DSVM** has the following Jupyter Kernels:-</br>
80-
* Python 3.8 - default</br> 
81-
* Python 3.8 - PyTorch</br> 
82-
* Python 3.8 - TensorFlow</br> 
83-
* Python 3.6 - AzureML - TensorFlow</br> 
84-
* Python 3.6 - AzureML - PyTorch</br> 
85-
* Python 3.6 - AzureML – AutoML</br> 
80+
* Python3.8-default</br> 
81+
* Python3.8-Tensorflow-Pytorch</br> 
82+
* Python3.8-AzureML</br> 
8683
* R</br> 
8784
* Python 3.7 - Spark (local)</br> 
88-
* Julia 1.2.0</br> 
85+
* Julia 1.6.0</br> 
8986
* R Spark – HDInsight</br> 
9087
* Scala Spark – HDInsight</br> 
9188
* Python 3 Spark – HDInsight</br> 
9289

9390
**Ubuntu 18.04 DSVM and Windows Server 2019 DSVM** has the following conda environments:-</br>
94-
* py38_default  </br>
95-
* py38_tensorflow </br>
96-
* py38_pytorch  </br>
97-
* azureml_py36_tensorflow  </br>
98-
* azureml_py36_pytorch  </br>
99-
* azureml_py36_automl  </br>
100-
91+
* Python3.8-default  </br>
92+
* Python3.8-Tensorflow-Pytorch </br>
93+
* Python3.8-AzureML  </br>
10194

10295
## Use your preferred editor or IDE
10396

0 commit comments

Comments
 (0)