You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using an Apple Silicon-based Mac (M1, M1 Pro, M2, etc.), you need to uninstall the `pip` provided version of `grpcio` and install the version provided by `conda` instead.
43
43
44
-
$ pip uninstall grpcio; conda install grpcio
44
+
$ pip uninstall grpcio; conda install grpcio
45
45
46
46
If you are not using JupyterLab and you only want to install the Jupyter AI `%%ai` magic, skip the `pip install jupyter_ai` step above, and instead, run:
47
47
@@ -59,7 +59,7 @@ Once you have installed the `%%ai` magic, you can enable it in any notebook or t
59
59
or:
60
60
61
61
%load_ext jupyter_ai
62
-
62
+
63
63
The screenshots below are from notebooks in the `examples/` directory of this package.
64
64
65
65
Then, you can use the `%%ai` magic command to specify a model and natural language prompt:
If you are using an Apple Silicon-based Mac (M1, M1 Pro, M2, etc.), you need to uninstall the `pip` provided version of `grpcio` and install the version provided by `conda` instead.
103
103
104
-
$ pip uninstall grpcio; conda install grpcio
104
+
$ pip uninstall grpcio; conda install grpcio
105
105
106
106
If you are not using JupyterLab and you only want to install the Jupyter AI `%%ai` magic, you can run:
107
107
@@ -127,7 +127,7 @@ or
127
127
128
128
## The chat interface
129
129
130
-
The easiest way to get started with Jupyter AI is to use the chat interface.
130
+
The easiest way to get started with Jupyter AI is to use the chat interface.
131
131
132
132
:::{attention}
133
133
:name: open-ai-privacy-cost
@@ -449,7 +449,7 @@ will look like properly typeset equations.
449
449
Generate the 2D heat equation in LaTeX surrounded by `$$`. Do not include an explanation.
450
450
```
451
451
452
-
This prompt will produce output as a code cell below the input cell.
452
+
This prompt will produce output as a code cell below the input cell.
0 commit comments