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

Created Jupyter Notebook CLI #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,20 @@ Choose which version of index to query by updating the config.ini in api folder
1. https://[ipaddress]:4000 in chrome browser to use the demo.
2. https://[ipaddress]:7860 gradio text input/response interface.

### Create a jupyter notebook
Using the Command-line Interface (CLI), navigate to cmd (command prompt).

#### Install Jupyter
Copy and paste the following code
``` pip install jupyter ```
#### Navigate to the directory
Use the `cd` command to navigate to the directory where you want to create your Notebook
``` cd path\to\desired\directory ```
#### Launch Jupyter Notebook Server
Copy and paste the following code to the server
``` Jupyter notebook ```

### TODO
- [ ] Create a jupyter notebook
- [ ] Create google colab notebook
- [ ] Create Docker image
- [ ] Create git workflow to post to hosting platform to visualize it.
Expand Down