Skip to main content

The Bridge from Thoughts to Well-Crafted Jupyter Notebook

Project description

Unit Tests PyPI PyPI - Python Version GitHub

🚀 Notebook Copilot: Turn Your Thoughts Into a Polished Notebook at Record-Speed with AI.

Welcome to Notebook Copilot, your next-generation tool for Jupyter Notebooks. Inspired by GitHub Copilot, Notebook Copilot is designed to help data scientists and engineers in developing professional, high-quality notebooks. It's like having your personal AI-powered assistant that helps you navigate through the Jupyter universe, seamlessly generating code and markdown cells based on your inputs.

Imagine not having to start with a blank notebook every time. Sounds dreamy, right?

v1 Demo

https://github.com/talperetz/notebook-copilot/assets/11588598/02e2b030-adb3-42f2-bd6d-4a8451e3831f

Features

  • 🚀 GPT Based Generation: Notebook Copilot employs advanced GPT instances for precise and efficient code generation.
  • 💻 Integrated with Any Notebook Environments: Seamless access within Jupyter Notebook and other popular platforms, boosting your productivity.
  • 🧩 Automatic Context Retrieval: Understands the full context of your notebook, ensuring consistent and relevant code generation.
  • 🔑 Bring Your Own Key: Flexibility to use your own OpenAI key for personalized code generation and optimal results.
  • 🆓 Free and Open Source: Everyone can benefit from Notebook Copilot. It's our contribution to the coding community, aiming to make coding accessible, efficient, and fun.

Quickstart

!pip install notebook_copilot
%load_ext notebook_copilot
%copilot

Walk-through

  1. Get an OpenAI API Key
  2. Install Notebook Copilot directly from PyPI:
pip install notebook_copilot
  1. Load the Notebook Copilot extension in your Jupyter notebook:
%load_ext notebook_copilot

# Optional: If you don't have OPENAI_API_KEY set in your environment, you can set it here
from getpass import getpass
import os
os.environ["OPENAI_API_KEY"] = getpass("Enter your OpenAI Key: ")
  1. Start using Notebook Copilot Magic Functions in your notebook ↓

✨ Magic Functions

🪄 Enter Assistant Mode and let Copilot continuously generate professional code and markdown cells for you.

%copilot

✍️ Leverage AI to create the next cell from your comments. It's like having a conversation with your notebook.

%%code 
# Plot the confusion matrix for each model
# Plot the precision-recall curve for Catboost

📘 Automatically generate markdown cells to explain the code in the current cell. Your code is now not only functional but also well-documented.

%%explain
# some code to explain…

⚡ Improve the time complexity of the code in no time. Copilot will generate an alternative code cell that is optimized for speed.

%%optimize
# a code cell…

🎨 1 plot >= 1000 data rows. Visualize your data with a single line of code.

%%visualize
# a code cell…

Roadmap

  • Copilot Magic Function: Continues the notebook for you, generating professional code and markdown cells, making blank notebooks a thing of the past.
  • Generate Magic Function: Turn Your Comments into Code
  • Explain Magic Function: Generate Markdown Cells that Explain Your Code
  • Optimize Magic Function: Generate an Aleternative Code Cell that is Optimized For Speed / Simplicity
  • Visualize Magic Function: Generate a Cell that Visualize Your Data
  • Speed improvenents
    • Support parallel cell generation
  • Update underlying strategy and prompts
  • Support more llm providers
    • Starcoder
    • Anthropic

Contributing

We appreciate all contributions. If you're planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions, or extensions to the core, please first open an issue and discuss the feature with us.

License

Notebook Copilot is MIT licensed, as found in the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notebook_copilot-0.2.0.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

notebook_copilot-0.2.0-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page