ChatGPT - Jupyter - AI Assistant is a powerful tool for coders utilizing Jupyter Notebook. It integrates AI capabilities, powered by ChatGPT and GPT-4, to provide functions such as automatic code formatting, debugging, code completion, and customizable questions to ChatGPT. It even supports voice-activated commands, making it a versatile assistant for any coding task in Jupyter Notebooks. Source code available on Github.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
Important note: this extension is archived as I am no longer able to maintaining it in my new role. I will leave it online while it still works, but I recommend switching to Jupyter AI instead. https://github.com/jupyterlab/jupyter-ai
A browser extension to provide various AI helper functions in Jupyter Notebooks and Jupyter Lab, powered by ChatGPT and GPT-4.
Current primary functions, have ChatGPT/GPT-4:
Format - Automatically add comments, docstrings, and formatting to your code cell.
Explain - Explain the content of your code cell, ELI5 style.
Debug - Help you debug an error message in your code cell.
Complete - Help you complete a code snippet in your code cell.
Review - Provide a code review of your code cell with suggestions and improvements.
Ask a question - Ask ChatGPT a custom question.
Voice command - Ask ChatGPT a custom question through your microphone.
Now support keyboard shortcuts, check the options page!
These summaries are automatically generated weekly using AI based on recent user reviews.
Chrome Web Store does not verify user reviews, so some user reviews may be inaccurate,
spammy, or outdated.
Pros
Great integration with Jupyter notebooks
Helpful in improving productivity and efficiency
Useful features like complete, format, and explain buttons
Cons
Issues with quota and billing errors
Compatibility problems with certain Jupyter versions
Bugs and technical issues affecting functionality
Most mentioned
Issues with quota and billing errors
Great integration with Jupyter notebooks
Useful features like complete, format, and explain buttons
User reviews
Failed to load response from ChatGPT:
{"detail":"There was a problem with your chat request. Please use a different browser or try again later."}
After correctly installing the ChatGPT AI Assistant on my Google Chrome browser, I can see on my jupyter notebooks the icons mentioned above. So, my problem is when I try using them on my Python scritps. It gives me the following message.
Failed to load response from ChatGPT:
{"error":{"message":"You exceeded your current quota, please check your plan and billing details.","type":"insufficient_quota","param":null,"code":null}}
Specifically, I do not have any subscription or payment billing activated so far with OpenAI.
Shall I activate a premium account in order to correctly use the AI Assinstant tool from ChatGPT? Or what?
Thanks for your help.