Noteable (ChatGPT Plugin): Difference between revisions

From AI Wiki
m (Text replacement - "==Tips and Tricks==" to "==Tips and Tricks== ==Comments== <Comments />")
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Plugin infobox
{{Plugin infobox
|image = Noteable.png|300px]]
|image = Noteable.png
|Name = Noteable
|Name = Noteable
|Platform = ChatGPT
|Platform = ChatGPT
|Model = GPT-4
|Model = GPT-4
|Category = Tech
|Category = Data Analysis
|Description = Create notebooks in Python, SQL, and Markdown to explore data, visualize, and share notebooks with everyone.
|Description = Create notebooks in Python, SQL, and Markdown to explore data, visualize, and share notebooks with everyone.
|Third Party =  
|Third Party =  
Line 12: Line 12:
|Free =  
|Free =  
|Price =  
|Price =  
|Available = yes
|Available = Yes
|Working = Yes
}}
}}
==Guide==
==Guide==
===Example Prompts===
===Example Prompts===
Example prompts that utilize the plugin:
Example prompts that utilize the plugin:
#Create a new SQL notebook named {notebook_name} in the project {project_id}.
#Connect the notebook {file_id} to the database {database_name} using the provided credentials.
#Run the SQL query {query} in the cell {cell_id} of the notebook {file_id}.
#Export the notebook {file_id} to a PDF file with the file name {pdf_file_name}.
#Upload the dataset {dataset_file} to the project {project_id} and import it into the notebook {file_id}.
#Clone the notebook {file_id} and save it as {new_notebook_name} in the project {project_id}.
#Add a new markdown cell in the notebook {file_id} with the content {markdown_text}.
#Merge the cells {cell_ids} in the notebook {file_id}.
#Clear the output of all cells in the notebook {file_id}.
#Rename the notebook {file_id} to {new_notebook_name} in the project {project_id}.


==Tips and Tricks==
==Tips and Tricks==
==Comments==
<Comments />
==Comments==
<Comments />


==Comments==
==Comments==
<Comments />
<Comments />

Latest revision as of 00:53, 24 June 2023

Noteable (ChatGPT Plugin)
Noteable.png
Information
Name Noteable
Platform ChatGPT
Model GPT-4
Category Data Analysis
Description Create notebooks in Python, SQL, and Markdown to explore data, visualize, and share notebooks with everyone.
Release Date May 20, 2023
Available Yes
Working Yes

Noteable is a Plugin for ChatGPT.

Guide

Example Prompts

Example prompts that utilize the plugin:

  1. Create a new SQL notebook named {notebook_name} in the project {project_id}.
  2. Connect the notebook {file_id} to the database {database_name} using the provided credentials.
  3. Run the SQL query {query} in the cell {cell_id} of the notebook {file_id}.
  4. Export the notebook {file_id} to a PDF file with the file name {pdf_file_name}.
  5. Upload the dataset {dataset_file} to the project {project_id} and import it into the notebook {file_id}.
  6. Clone the notebook {file_id} and save it as {new_notebook_name} in the project {project_id}.
  7. Add a new markdown cell in the notebook {file_id} with the content {markdown_text}.
  8. Merge the cells {cell_ids} in the notebook {file_id}.
  9. Clear the output of all cells in the notebook {file_id}.
  10. Rename the notebook {file_id} to {new_notebook_name} in the project {project_id}.

Tips and Tricks

Comments

Loading comments...