4.3 Edit your Oracle Machine Learning Notebook
Upon creating a notebook, 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
.
Set the context with a project with which your notebook is associated. You can edit an existing notebook in your project. To edit an existing notebook:
- Work with Notebook Versions in the Notebook Editor
By creating versions of your notebook, you can archive your work in a notebook. - Create Paragraph Dependencies
Paragraph Dependencies allow you to add dependencies between paragraphs. The dependent paragraphs automatically run after the original paragraph is run, according to the order of dependency.