Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Moves chat icon to left tab bar #120

Merged
merged 4 commits into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/source/_static/chat-icon-left-tab-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/_static/chat-interface-blank.png
Binary file not shown.
6 changes: 2 additions & 4 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ The easiest way to get started with Jupyter AI is to use the chat interface. The
The chat interface sends data to generative AI models hosted by third parties. Please review your model provider's privacy policy to understand how it may use the data you send to it. Review its pricing model so that you understand your payment obligations when using the chat interface.
:::

Once you have started JupyterLab, click the new "chat" icon in the side panel to open the chat interface.
Once you have started JupyterLab, click the new "chat" icon in the side panel to open the chat interface. You can right-click on the icon to switch it to the other side panel, if you prefer.
JasonWeill marked this conversation as resolved.
Show resolved Hide resolved

![Screen shot of the initial, blank, chat interface.](../_static/chat-interface-blank.png)
![Screen shot of the initial, blank, chat interface.](../_static/chat-icon-left-tab-bar.png)

To compose a message, type it in the text box at the bottom of the chat interface and press <kbd>SHIFT</kbd>+<kbd>ENTER</kbd> to send. You can press <kbd>ENTER</kbd> to add a new line. Once you have sent a message, you should see a response from Jupyter AI.

Expand Down Expand Up @@ -143,8 +143,6 @@ After Jupyter AI sends a response, your notebook will be updated immediately wit

![Screen shot of Jupyter AI displaying a response in the chat panel and in the notebook.](../_static/chat-replace-selection-output.png)



### Generating a new notebook

You can use Jupyter AI to generate an entire notebook from a text prompt. To get started, open the chat panel, and send it a message starting with `/generate`.
Expand Down