Skip to content

Commit

Permalink
Docs: Moves chat icon to left tab bar (jupyterlab#120)
Browse files Browse the repository at this point in the history
* Moves chat icon to left tab bar

* Fix typo in markdown

* Info about switching side panel

* Update docs/source/users/index.md

Co-authored-by: Piyush Jain <piyushjain@duck.com>

---------

Co-authored-by: Piyush Jain <piyushjain@duck.com>
  • Loading branch information
2 people authored and Marchlak committed Oct 28, 2024
1 parent 9eae93a commit 04e1d88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
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 left side panel to open the chat interface. You can right-click on the panel icon and move it to the other side, if you prefer.

![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

0 comments on commit 04e1d88

Please sign in to comment.