-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathlegacy-notebook-editor.qmd
More file actions
26 lines (16 loc) · 1.84 KB
/
legacy-notebook-editor.qmd
File metadata and controls
26 lines (16 loc) · 1.84 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
---
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), currently in public alpha. 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've [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 isn't 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 Python 3.12.8 as the current kernel."}
You can manually 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.
{{< include "_notebook-customization.qmd" >}}