Skip to content

vladimirkucin634/PerplexityIPYNB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerplexityIPYNB

PerplexityIPYNB is a Python module that allows you to interact with the Perplexity AI.
New in 1.1: magic commands support for cell and row
New in 1.1.1: fixed websocket problem

Installation

You can install PerplexityIPYNB using pip. Run the following command in your terminal:

pip install PerplexityIPYNB

Usage

Functional

from PerplexityIPYNB import Perplexity

ai = Perplexity()
prompt = input()

print(ai.RUN(prompt))

Magic commands

%%perplexity
prompt

or

%perplexity prompt

About

Perplexity AI in iPython Notebooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages