Skip to content

Commit

Permalink
[PR-1] added Jupyter Notebook dependency for installation (#123)
Browse files Browse the repository at this point in the history
* [PR-1] added Jupyter Notebook dependency for installation

* [PR-1] added pip install notebook to OpenAi Chat Experiment Example

* updated readMe step

* added pip install notebook in ReadME

* Update README.md

* Update examples/notebooks/OpenAIChatExperiment.ipynb

---------

Co-authored-by: Kevin Tse <NivekT@users.noreply.github.com>
  • Loading branch information
jonatng and NivekT authored Mar 29, 2024
1 parent 5fef896 commit 518bff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ You can also run the notebook in [Google Colab](https://colab.research.google.co

If you want to interact with `prompttools` using our playground interface, you can launch it with the following commands.

First, install prompttools:
You can run a simple example of a `prompttools` locally with the following

```
pip install notebook # If jupyter notebook has not been installed
```
pip install prompttools
Expand Down

0 comments on commit 518bff4

Please sign in to comment.