You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,29 @@ In addition, a low-stakes quiz before a class sets the intention of the student
95
95
| 18 | Data Science in the Cloud |[Cloud Data](5-Data-Science-In-Cloud/README.md)| Training models using Low Code tools. |[lesson](5-Data-Science-In-Cloud/18-Low-Code/README.md)|[Tiffany](https://twitter.com/TiffanySouterre) and [Maud](https://twitter.com/maudstweets)|
96
96
| 19 | Data Science in the Cloud |[Cloud Data](5-Data-Science-In-Cloud/README.md)| Deploying models with Azure Machine Learning Studio. |[lesson](5-Data-Science-In-Cloud/19-Azure/README.md)|[Tiffany](https://twitter.com/TiffanySouterre) and [Maud](https://twitter.com/maudstweets)|
97
97
| 20 | Data Science in the Wild |[In the Wild](6-Data-Science-In-Wild/README.md)| Data science driven projects in the real world. |[lesson](6-Data-Science-In-Wild/20-Real-World-Examples/README.md)|[Nitya](https://twitter.com/nitya)|
98
+
99
+
## GitHub Codespaces
100
+
101
+
Follow these steps to open this sample in a Codespace:
102
+
1. Click the Code drop-down menu and select the Open with Codespaces option.
103
+
2. Select + New codespace at the bottom on the pane.
104
+
For more info, check out the [GitHub documentation](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace).
105
+
106
+
## VSCode Remote - Containers
107
+
Follow these steps to open this repo in a container using your local machine and VSCode using the VS Code Remote - Containers extension:
108
+
109
+
1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in [the getting started documentation](https://code.visualstudio.com/docs/devcontainers/containers#_getting-started).
110
+
111
+
To use this repository, you can either open the repository in an isolated Docker volume:
112
+
113
+
**Note**: Under the hood, this will use the Remote-Containers: **Clone Repository in Container Volume...** command to clone the source code in a Docker volume instead of the local filesystem. [Volumes](https://docs.docker.com/storage/volumes/) are the preferred mechanism for persisting container data.
114
+
115
+
Or open a locally cloned or downloaded version of the repository:
116
+
117
+
- Clone this repository to your local filesystem.
118
+
- Press F1 and select the **Remote-Containers: Open Folder in Container...** command.
119
+
- Select the cloned copy of this folder, wait for the container to start, and try things out.
120
+
98
121
## Offline access
99
122
100
123
You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`.
0 commit comments