Skip to main content

AI chat for JupyterLab

Project description

mito_ai

Github Actions Status

AI chat for JupyterLab. This codebase contains two main components:

  1. A Jupyter server extension that handles the backend logic for the chat.
  2. Several JupyterLab extensions that handle the frontend logic for interacting with the AI, including the chat sidebar and the error message rendermime.

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install mito-ai

Configuration

This extension has two AI providers; OpenAI and Mito (calling OpenAI). Mito is the fallback but the number of request is limited for free tier. To use OpenAI directly, you will to create an API key on https://platform.openai.com/docs/overview. Then set the environment variable OPENAI_API_KEY with that key.

The OpenAI model can be configured with 1 parameters:

  • OpenAIProvider.model: Name of the AI model; default gpt-4o-mini.

You can set those parameters through command line when starting JupyterLab; e.g.

jupyter lab --OpenAIProvider.max_completion_tokens 20 --OpenAIProvider.temperature 1.5

If a value is incorrect, an error message will be displayed in the terminal logs.

Uninstall

To remove the extension, execute:

pip uninstall mito-ai

Contributing

Development install

To ensure consistent package management, please use jlpm instead of npm for this project.

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab.

# Clone the repo to your local environment
# Change directory to the mito-ai directory

# Install mito-ai-core in editable mode first when developing from the monorepo
# (skip if you only use the PyPI release of mito-ai-core)
pip install -e ../mito-ai-core

# Required to deal with Yarn 3 workspace rules
touch yarn.lock

# Install package in development mode
pip install -e ".[test]"

# Install the node modules
jlpm install

# Build the extension
jlpm build

# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite

# Start the jupyter server extension for development
jupyter server extension enable --py mito_ai

# (Optional) Setup fixed Jupyter token for Cursor agent testing
# This creates a development-only config that allows Cursor to automatically test changes
python dev/setup_jupyter_dev_token.py

# Watch the source directory in one terminal, automatically rebuilding when needed
# In case of Error: If this command fails because the lib directory was not created (the error will say something like
# unable to find main entry point) then run `jlpm run clean:lib` first to get rid of the old buildcache 
# that might be preventing a new lib directory from getting created. 
jlpm watch

Then, in a new terminal, run:

# Run JupyterLab in another terminal
jupyter lab --autoreload

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. With the --autoreload flag, you don't need to refresh JupyterLab to load the change in your browser. It will launch a new window each time you save a change to the backend.

By default, the jlpm build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

Development uninstall

pip uninstall mito-ai

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named mito-ai within that folder.

Testing the extension

Integration tests

Integration tests for mito-ai are written using Playwright and Gelata in the mito/tests directory.

To run these tests, follow the directions in the tests/README.md file.

Backend Unit tests

Backend tests for mito-ai are written using pytest in the mito/mito-ai/mito_ai/tests directory.

To run the pytests, just run pytest in the mito-ai directory.

Backend Mypy tests

To run the mypy tests, just run mypy mito_ai/ --ignore-missing-imports in the mito-ai directory.

Frontend Unit tests

Frontend unit tests for mito-ai are written using Jest in the mito/mito-ai/src/tests directory.

To run the Jest tests, just run npm test in the mito-ai directory.

Frontend Tests

Frontend tests for mito-ai are written using Playwright and Gelata in the mito/tests directory. See the tests/README.md file for more information.

Frontend Linting

Frontend linting for mito-ai is done using ESLint in the mito-ai directory.

To run the ESLint tests, just run jlpm eslint in the mito-ai directory.

Performance Tests

Performance tests for mito-ai are written using pytest in the mito-ai/tests directory.

To run the performance tests, just run python -m pytest mito_ai/tests/performance_test.py -v -s in the mito-ai directory.

Note that you'll have to edit open_ai_utils.py, specifically the is_running_test condition.

Running Databases

To ensure reproducibility, databases, like Postgres, are created using Docker. To run:

docker-compose -f mito_ai/tests/docker/postgres.yml up

When you're done, stop and remove the container and its volumes with:

docker-compose -f mito_ai/tests/docker/postgres.yml down -v

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

mito_ai-0.1.68.tar.gz (19.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mito_ai-0.1.68-py3-none-any.whl (2.2 MB view details)

Uploaded Python 3

File details

Details for the file mito_ai-0.1.68.tar.gz.

File metadata

  • Download URL: mito_ai-0.1.68.tar.gz
  • Upload date:
  • Size: 19.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for mito_ai-0.1.68.tar.gz
Algorithm Hash digest
SHA256 26ae61691d29f4e4742cef3c4ece671417d08b136d2aa83e4e8f4d1bba7ac0af
MD5 eec5136d93f348942dbd86c949708682
BLAKE2b-256 33d75f81f00427f88fa371eca161d4d52b2bc52d118c57e1f79a8f8c010b5155

See more details on using hashes here.

File details

Details for the file mito_ai-0.1.68-py3-none-any.whl.

File metadata

  • Download URL: mito_ai-0.1.68-py3-none-any.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for mito_ai-0.1.68-py3-none-any.whl
Algorithm Hash digest
SHA256 4c9e7696838371254a4c498fdc767c54c14e1ff7597e6436b31954fbbb75556f
MD5 43379ca8b61ef707283071d84465aaf8
BLAKE2b-256 746bf3d6c5a60c2d8ac05fb9cf10d6e2da63afcb6672594be5866f17ca4d0120

See more details on using hashes here.

Supported by

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