-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathlegacy-notebook-editor.qmd
More file actions
28 lines (17 loc) · 1.9 KB
/
Copy pathlegacy-notebook-editor.qmd
File metadata and controls
28 lines (17 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Legacy Notebook Editor"
description: "Use the Code OSS based notebook editor for a notebook experience that seamlessly integrates with the Positron IDE."
---
You can create and edit `.ipynb` files in Positron just as you would in other editors.
For a general introduction to working with Jupyter Notebooks, see the [VS Code Jupyter Notebooks documentation](https://code.visualstudio.com/docs/datascience/jupyter-notebooks).
:::{.callout-note}
Looking for integrated AI assistance, data exploration, and improved data science workflows? Try the [Positron Notebook Editor](positron-notebook-editor.qmd), the default editor for Jupyter Notebooks. Give it a try and share your feedback to help us build the best experience together!
:::
### Setting up your environment
Positron comes bundled with Jupyter kernel support for R and Python. Once you have [configured a Python or R environment](managing-interpreters.qmd) for Positron, you do not need to install any additional dependencies into your environment before using a notebook.
If an environment installed on your computer is not available in Positron, you may want to read more about how Positron discovers [Python installations](python-installations.qmd) and [R installations](r-installations.qmd).
{{< include "_notebook-kernel-selection.qmd" >}}
{fig-alt="Notebook Editor action bar with the kernel selector button highlighted, displaying a Python virtual environment as the current kernel."}
You can select a different interpreter for the notebook by selecting the **Kernel Selector** button in the notebook editor action bar or by running the *Notebook: Select Notebook Kernel* command from the Command Palette.
### Customization
{{< include "_notebook-customization.qmd" >}}