support latex better

This commit is contained in:
lda
2026-08-31 01:26:13 +07:00 Verified
parent ba49cae434
commit 32d628677c
7 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from fastapi.testclient import TestClient
from ipython_mcp.app import app as mcp_app
from ipython_shell import App, AppInfo
from ipython_webapp.app import app as web_app
from langchain_demo.ipython_wrapper import get_app_info
from ipython_agent.ipython_wrapper import get_app_info
class AppInfoTests(unittest.IsolatedAsyncioTestCase):