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

[PR-1] added Jupyter Notebook dependency for installation #123

Merged
merged 6 commits into from
Mar 29, 2024
Merged
Changes from all 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
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
Copy link
Collaborator

@NivekT NivekT Mar 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pip install notebook # If jupyter notebook has not been installed
pip install notebook # If jupyter notebook has not been installed


```
pip install prompttools
Expand Down
Loading