jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

[v3.0.0rcx] JS package conflicts in 3.0.0a0 pre-release

Open ellisonbg opened this issue 10 months ago • 4 comments
trafficstars

Description

I see the following warnings in the browser console when I load JupyterLab with Jupyter AI 3.0.0a0 installed:

Screenshot 2024-12-30 at 10 16 57 AM

Jupyter AI seems to function properly otherwise.

Context

I am using the following conda env:

name: jupyter-ai-testing
dependencies:
  - python
  - pip:
    - jupyterlab==4.2.5
    - jupyter-ai==3.0.0a0
    - langchain-aws

ellisonbg avatar Dec 30 '24 18:12 ellisonbg