Skip to content

Commit

Permalink
remove MathJaxTypesetter import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Jan 31, 2024
1 parent 32d7c81 commit 6de940c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jupyter-ai/src/components/rendermime-markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ReactDOM from 'react-dom';

import { CopyButton } from './copy-button';
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
import { MathJaxTypesetter } from '@jupyterlab/mathjax-extension';

const MD_MIME_TYPE = 'text/markdown';
const RENDERMIME_MD_CLASS = 'jp-ai-rendermime-markdown';
Expand Down

0 comments on commit 6de940c

Please sign in to comment.