Access OML Notebooks
To perform Oracle Machine Learning tasks, you can access Oracle Machine Learning Notebooks from Autonomous Database
Access Oracle Machine Learning User Interface
You can access Oracle Machine Learning User Interface from Autonomous AI Database.
To access Oracle Machine Learning User Interface (UI) from Autonomous AI Database:
This opens the Oracle Machine Learning user application.
Create a Notebook Classic
A Notebook Classic is a web-based interface for data analysis, data discovery, data visualization and collaboration.
%sql
— To connect to the SQL interpreter and run SQL statements%script
— To connect to the PL/SQL interpreter and run PL/SQL scripts%md
— To connect to the Markdown interpreter and generate static html from Markdown plain text%python
— To connect to the Python interpreter and run Python scripts%r
— To connect to the R interpreter and run R scripts.%conda
— To connect to the Conda interpreter, and install third-party Python and R libraries inside a notebook session.
Edit Your Notebook Classic
Upon creating an OML Notebook Classic, it opens automatically, presenting
you with a single paragraph using the default %sql
interpreter. You can
change the interpreter by explicitly specifying one of %script, %python,
%sql
, %r
, %md
or
%conda
.