# Notebook Operations

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The **Notebook Operations** may differ based on the selection of the project environments.*&#x20;
{% endhint %}

A Data Science Notebook created under the PyTorch or TensorFlow environment will contain the following operations:

* **Data:** Add data and get a list of all the added datasets.
* **​Secrets**: You can generate Environment Variables to save your confidential information from getting exposed.
* **​Algorithms**: You can get steps to do Algorithm Settings and Project-level access to use Algorithms inside Notebook.
* **​Transforms**: Save and load models with transform script, register them, or publish them as an API through the DS Lab module.
* **​Models:** You can train, save, and load the models (Sklearn, Keras/TensorFlow, PyTorch). You can also register a model using this tab. Refer to [***Model Creation using Data Science Notebook***](https://docs.bdb.ai/data-science-lab-5/model-creation-using-data-science-notebook) for more details.
* **Artifacts:** You can save the plots and datasets as Artifacts inside a DS Notebook.
* **​Variable Explorer:** Get detailed information on Variables declared inside a Notebook.
* **Writers:** Write the DSL experiments' output into the database writers' supported range.
