Skip to content

Commit a415970

Browse files
authored
Merge pull request #36 from flamingofugang/master
Clean up notebook for IDC on AWS notebook
2 parents bf6e7d5 + a975abf commit a415970

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

notebooks/idc_on_aws/idc-on-aws-tutorial.ipynb

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"id": "db59bc4b-9271-4c15-9615-948194114128",
6-
"metadata": {
7-
"tags": []
8-
},
9-
"source": [
10-
"[![Licence](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/mit/)\n",
11-
"\n",
12-
"# IDC on AWS Turotial\n",
13-
"\n",
14-
"This notebook walk through how to study the [NCI Imaging Data Commons](https://portal.imaging.datacommons.cancer.gov/) data on [AWS Open Data repositry](https://registry.opendata.aws/nci-imaging-data-commons/) using native AWS services, including [Amazon SageMaker](https://aws.amazon.com/sagemaker/), [AWS HealthImaging](https://aws.amazon.com/healthimaging/), [Amazon Athena](https://aws.amazon.com/athena/), [Amazon Glue](https://aws.amazon.com/glue/), and so on.\n",
15-
"\n",
16-
"If you are not familiar with IDC data, please run through the existing [tutorials](https://github.com/ImagingDataCommons/IDC-Tutorials/tree/master/notebooks/getting_started) first."
17-
]
18-
},
193
{
204
"cell_type": "markdown",
215
"id": "325cda63-60b6-49b5-b4db-dd5ea2a62ed4",
@@ -37,7 +21,7 @@
3721
"\n",
3822
"## Pre-requisites \n",
3923
" \n",
40-
"1. Download the [CloudFormation tempalte](https://github.com/aws-solutions-library-samples/guidance-for-multi-modal-data-analysis-with-aws-health-and-ml-services/blob/main/cfn_template) and deploy the template to create [Amazon SageMaker Domain](https://aws.amazon.com/sagemaker/) and necessary [Amazon IAM](https://aws.amazon.com/iam/) roles\n",
24+
"1. Download the [CloudFormation template](https://github.com/aws-solutions-library-samples/guidance-for-multi-modal-data-analysis-with-aws-health-and-ml-services/blob/main/cfn_template) and deploy the template to create [Amazon SageMaker Domain](https://aws.amazon.com/sagemaker/) and necessary [Amazon IAM](https://aws.amazon.com/iam/) roles\n",
4125
"\n",
4226
"<img src=\"img/deploy_template.png\" width=\"888\">\n",
4327
"\n",

0 commit comments

Comments
 (0)