Skip to content

Commit

Permalink
move notebook 7 note in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jun 11, 2024
1 parent 3d41ce2 commit 1d9957f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ conda config --set channel_priority strict
conda install jupyterlab~=4.0
```

You can also use Jupyter AI in Jupyter Notebook 7.2+. To install Jupyter Notebook 7.2+:
You can also use Jupyter AI in Jupyter Notebook 7.2+. To install Jupyter Notebook 7.2:

1. via `pip`:

Expand All @@ -60,6 +60,10 @@ pip install notebook~=7.2
conda install notebook~=7.2
```

:::{note}
To activate the chat interface in Jupyter Notebook, click on "View > Left sidebar > Show Jupyter AI Chat".
:::

The `jupyter_ai_magics` package, which provides exclusively the IPython magics,
does not depend on JupyterLab or `jupyter_ai`. You can install
`jupyter_ai_magics` without installing `jupyterlab` or `jupyter_ai`.
Expand Down Expand Up @@ -218,10 +222,6 @@ Once you have started JupyterLab, click the new "chat" icon in the left side pan
alt="Screen shot of the setup interface"
class="screenshot" />

:::{note}
To activate the chat interface in Notebook 7, click on "View > Left sidebar > Show Jupyter AI Chat".
:::

The first time you open the chat interface, Jupyter AI will ask you which models you want to use as a language model and as an embedding model. Once you have made your selections, the UI may display text boxes for one or more settings keys.

:::{admonition} Language models and embedding models
Expand Down

0 comments on commit 1d9957f

Please sign in to comment.