From the course: Data Science Reporting with Quarto for Python

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Working with Quarto in GitHub Codespaces

Working with Quarto in GitHub Codespaces

- [Instructor] Quarto works really well within GitHub Codespaces, and that's because it's almost exactly the same as working within VS Code itself. From this point onwards in the course, all of my Quarto examples will be run within GitHub Codespaces. And just as a reminder, you have access to the codespaces by clicking on the green Code button here and going to Codespaces. This is the codespace which I've set up for this course. And if we click on this button here, we've got two choices. We can either open up GitHub Codespaces in the Browser or in Visual Studio Code. GitHub Codespaces in the Browser is the simplest way to ensure that everyone has the same experience. But if you want to do dedicated programming and you really want to get your teeth into the examples, it might be easier to open up the code in VS Code on your local machine. Let's show you what that looks like. So back in a web browser, I'm going to click on Open in Visual Studio Code. Opens me up a new tab, asks am I…

Contents