Azure Virtual Machine images that are pre-installed, configured, and tested with several commonly used tools for data analytics, machine learning, and artificial intelligence training.
@werner This forum or tag for azure-data-science-vm is used for the data science VMs service of Azure and does not support microsoft learn content or lab issues.
But, based on your question I believe you are referring to how you can use the mini lab environment of this learn course since VS code spaces are moving to github. You can use VM code spaces till February 17th 2021 according to the banner message and still create a codespace with a VM of your choice to run your minilab. All the code modules from this repo can be deployed using the steps mentioned in this page. Once your space is ready just click on the folder corresponding to your module and click the Jupyter notebook you would like to run. This should automatically provide you the steps to run the cells and load the data since the github repo is already loaded in your code space. For example, this is one notebook of the first chapter. I hope this helps to proceed further. Thanks!!