| { | |
| "app": { | |
| "title": "Advanced Code Interpreter Sandbox", | |
| "description": "A powerful code execution environment with advanced features", | |
| "version": "1.0.0", | |
| "theme": "soft", | |
| "css_enabled": true | |
| }, | |
| "execution": { | |
| "timeout": 10, | |
| "memory_limit": 512, | |
| "max_output_size": 10000, | |
| "capture_stdout": true, | |
| "capture_stderr": true | |
| }, | |
| "ui": { | |
| "code_editor_height": 400, | |
| "output_height": 300, | |
| "show_share_button": false, | |
| "show_error": true, | |
| "show_tips": true | |
| }, | |
| "features": { | |
| "file_upload": true, | |
| "package_installation": true, | |
| "multi_file_support": true, | |
| "session_persistence": true, | |
| "visualization_support": true, | |
| "data_analysis_tools": true | |
| }, | |
| "pre_installed_packages": [ | |
| "numpy", | |
| "pandas", | |
| "matplotlib", | |
| "plotly", | |
| "seaborn", | |
| "scipy", | |
| "scikit-learn", | |
| "Pillow", | |
| "requests", | |
| "beautifulsoup4", | |
| "nltk", | |
| "networkx", | |
| "sympy", | |
| "bokeh", | |
| "altair" | |
| ], | |
| "popular_packages": [ | |
| { | |
| "name": "tensorflow", | |
| "description": "Machine learning framework" | |
| }, | |
| { | |
| "name": "torch", | |
| "description": "Deep learning framework" | |
| }, | |
| { | |
| "name": "transformers", | |
| "description": "Hugging Face transformers" | |
| }, | |
| { | |
| "name": "streamlit", | |
| "description": "Web app framework" | |
| }, | |
| { | |
| "name": "dash", | |
| "description": "Interactive dashboards" | |
| }, | |
| { | |
| "name": "openai", | |
| "description": "OpenAI API client" | |
| }, | |
| { | |
| "name": "langchain", | |
| "description": "LLM application framework" | |
| } | |
| ], | |
| "limits": { | |
| "max_file_size_mb": 100, | |
| "max_files_per_session": 50, | |
| "max_packages": 1000, | |
| "max_code_length": 50000, | |
| "max_output_lines": 1000 | |
| }, | |
| "security": { | |
| "allow_network": true, | |
| "allow_file_access": true, | |
| "enable_timeout": true, | |
| "sandbox_enabled": true | |
| }, | |
| "examples": { | |
| "enabled": true, | |
| "categories": [ | |
| "data_analysis", | |
| "machine_learning", | |
| "visualization", | |
| "web_scraping", | |
| "api_integration" | |
| ] | |
| } | |
| } | |