SlideShare a Scribd company logo
Launching a Data Science Environment
on Oracle Cloud Infrastructure
By Nicholas Toscano
1. Open the Resource Manager
2. Create a Data Science Stack
3. Create a Data Science Project
4. Create a Notebook Session
5. Start a Notebook Session
6. Install a Pre-Configured Conda Pack
7. Launch an Example Notebook
Steps to Launch a Data Science Environment
Open the OCI Resource Manager
Fast deploy a data science
environment via the Resource
Manager.
Use a pre-created stack.
Create a Data Science Stack
Select the Data Science Service.
This will provision Data Science
and its prerequisites.
Go ahead and select the option
to create one or more
notebooks.
Use an E2.8 or a GPU2.1
Create additional notebooks as
required.
1 notebook can hold multiple
data science projects,
environments and kernels.
You can store some data in the
notebook (not recommended)
or call data from REST.
Set up ADW storage.
Create a Data Science Project
Create a Notebook Session
Launching through Resource
Manager will provide you with
options for conda packs and
notebook examples.
Remember this is a Python 3
environment.
Launching conda packs will give
you alternative kernels.
Install a Pre-Configured Conda Pack
Environment Explorer contains
preconfigured conda packs.
Start with:
General Machine Learning for
CPUS/GPUS
Run in terminal:
CPU:
$ odsc conda install -s mlcpuv1
GPU:
$ odsc conda install -s mlgpuv1
Review Pre-installed Libraries
Use ‘pip freeze’, ‘conda list’, or
‘conda env –n base’ list to view
the managed libraries in base
environment.
You can run an update to make
sure the versions are complete.
You can install libraries that are
not present.
Launch an Example Notebook
Start with Binary Classification.
Go over ADS.
You can retain or save your
notebooks in the File Browser.
SHUTDOWN YOUR SERVICES
WHEN YOU DONE
END

More Related Content

PPT
Tasks of dba
PPT
Tasks of database administrator
PDF
OpenProdoc 0.8 Load Tests
PDF
Super hybrid2016 tdc
PDF
Provisioning Servers Made Easy
PDF
Setting ELK in 10 minutes on Windows locally
PPTX
Speed it up and Spark it up at Intel
PPTX
Using MMS to Build New Environments
Tasks of dba
Tasks of database administrator
OpenProdoc 0.8 Load Tests
Super hybrid2016 tdc
Provisioning Servers Made Easy
Setting ELK in 10 minutes on Windows locally
Speed it up and Spark it up at Intel
Using MMS to Build New Environments

Similar to launch_a_data_science_environment_in_oracle_cloud.pdf (20)

PDF
USING JUPYTERHUB IN THE CLASSROOM: SETUP AND LESSONS LEARNED
PPTX
Using oracle12c pluggable databases to archive
PDF
Introduction to Stacki - World's fastest Linux server provisioning Tool
PPTX
Cloudera and Spark setup
PDF
Setting-Up Python Environment (Jupyter Notebook)
PDF
Docker: Containers for Data Science
PDF
Data Science Workflows using Docker Containers
PDF
CloudMan workshop
PDF
Building Reproducible Network Data Analysis / Visualization Workflows
PDF
Automating hard things may 2015
PDF
Using Conda in Oracle Data Science.pdf
PPT
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...
PDF
GCC 2014 scriptable workshop
PDF
Mastering VMware Datacenter Part-1
DOCX
Databricks Online Training | Databricks Online Course
PDF
Open stack @ iiit hyderabad
PPTX
The DuraCloud Workshop - Open Repositories 2015
PDF
Oracle applications 11i hot backup cloning with rapid clone
PDF
Android datastorage
DOC
Netw 230 Success Begins / snaptutorial.com
USING JUPYTERHUB IN THE CLASSROOM: SETUP AND LESSONS LEARNED
Using oracle12c pluggable databases to archive
Introduction to Stacki - World's fastest Linux server provisioning Tool
Cloudera and Spark setup
Setting-Up Python Environment (Jupyter Notebook)
Docker: Containers for Data Science
Data Science Workflows using Docker Containers
CloudMan workshop
Building Reproducible Network Data Analysis / Visualization Workflows
Automating hard things may 2015
Using Conda in Oracle Data Science.pdf
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...
GCC 2014 scriptable workshop
Mastering VMware Datacenter Part-1
Databricks Online Training | Databricks Online Course
Open stack @ iiit hyderabad
The DuraCloud Workshop - Open Repositories 2015
Oracle applications 11i hot backup cloning with rapid clone
Android datastorage
Netw 230 Success Begins / snaptutorial.com

Recently uploaded (20)

PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PDF
Fluorescence-microscope_Botany_detailed content
PPT
Reliability_Chapter_ presentation 1221.5784
PDF
Mega Projects Data Mega Projects Data
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
Database Infoormation System (DBIS).pptx
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PDF
Clinical guidelines as a resource for EBP(1).pdf
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPTX
Supervised vs unsupervised machine learning algorithms
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PDF
Lecture1 pattern recognition............
oil_refinery_comprehensive_20250804084928 (1).pptx
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
Fluorescence-microscope_Botany_detailed content
Reliability_Chapter_ presentation 1221.5784
Mega Projects Data Mega Projects Data
Galatica Smart Energy Infrastructure Startup Pitch Deck
Database Infoormation System (DBIS).pptx
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Clinical guidelines as a resource for EBP(1).pdf
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
Supervised vs unsupervised machine learning algorithms
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
Lecture1 pattern recognition............

launch_a_data_science_environment_in_oracle_cloud.pdf

  • 1. Launching a Data Science Environment on Oracle Cloud Infrastructure By Nicholas Toscano
  • 2. 1. Open the Resource Manager 2. Create a Data Science Stack 3. Create a Data Science Project 4. Create a Notebook Session 5. Start a Notebook Session 6. Install a Pre-Configured Conda Pack 7. Launch an Example Notebook Steps to Launch a Data Science Environment
  • 3. Open the OCI Resource Manager Fast deploy a data science environment via the Resource Manager. Use a pre-created stack.
  • 4. Create a Data Science Stack Select the Data Science Service. This will provision Data Science and its prerequisites. Go ahead and select the option to create one or more notebooks. Use an E2.8 or a GPU2.1
  • 5. Create additional notebooks as required. 1 notebook can hold multiple data science projects, environments and kernels. You can store some data in the notebook (not recommended) or call data from REST. Set up ADW storage. Create a Data Science Project
  • 6. Create a Notebook Session Launching through Resource Manager will provide you with options for conda packs and notebook examples. Remember this is a Python 3 environment. Launching conda packs will give you alternative kernels.
  • 7. Install a Pre-Configured Conda Pack Environment Explorer contains preconfigured conda packs. Start with: General Machine Learning for CPUS/GPUS Run in terminal: CPU: $ odsc conda install -s mlcpuv1 GPU: $ odsc conda install -s mlgpuv1
  • 8. Review Pre-installed Libraries Use ‘pip freeze’, ‘conda list’, or ‘conda env –n base’ list to view the managed libraries in base environment. You can run an update to make sure the versions are complete. You can install libraries that are not present.
  • 9. Launch an Example Notebook Start with Binary Classification. Go over ADS. You can retain or save your notebooks in the File Browser. SHUTDOWN YOUR SERVICES WHEN YOU DONE
  • 10. END