22
33这是Codeinterpreter-codebox,作为执行code interpreter代码的云服务。<br >
44
5- 6- # Features
7- 1 . 独立的jupyter沙盒环境
5+ ## 📜 目录
6+ - [ 🎯 Key Features] ( #-key-features )
7+ - [ 💡 What Can You Do?] ( #-what-can-you-do )
8+ - [ 📋 Related Projects & Their Differences] ( #-related-projects--their-differences )
9+ - [ 💻 Sample Codes] ( #-sample-codes )
10+ - [ 📦 Deployment] ( #-deployment )
11+ - [ 📧 Contact] ( #-contact )
12+ 13+ ## 🎯 Key Features
14+ 1 . 🐍** 独立的jupyter沙盒环境**
815完全隔离的jupyter沙盒环境,支持状态保持的执行代码。支持文件上传、下载。
9- 2 . docker化一键部署<br >
16+ 2 . 🐳 ** docker化一键部署** <br >
1017
11- 3 . 完全免费开源<br >
12- 4 . 信息安全<br >
18+ 3 . 🌐 ** 完全免费开源** <br >
19+ 4 . 🛡 ** 信息安全** <br >
1320支持完全私有化部署,无需上传文件到外部服务器<br >
14- 5 . 更灵活 <br >
21+ 5 . 🚀 ** 更灵活** <br >
1522支持开放更多端口以实现更多自定义功能需求,如:连接数据库、连接互联网、连接其他服务器
1623
17- ## 功能描述
24+ ## 💡 What Can You Do?
18251 . 执行python代码
19262 . 支持上传文件的读取([ 上传文件并分析] ( ./examples/client/codeinterpreter_session.py ) )
2027``` python
@@ -30,7 +37,7 @@ if __name__=='__main__':
30374 . 支持动态扩容的商业化部署
31385 . 支持自定义功能修改,开放端口、网络连接等,支持爬虫。
3239
33- ## 相关项目和差异
40+ ## 📋 Related Projects & Their Differences
34411 . [ Code Interpreter api] ( https://github.com/shroominic/codeinterpreter-api )
35422 . [ open-interpreter] ( https://github.com/KillianLucas/open-interpreter )
36433 . [ E2B] ( https://github.com/e2b-dev/e2b )
@@ -50,7 +57,7 @@ if __name__=='__main__':
5057
5158
5259
53- ## 代码示例
60+ ## 💻 Sample Codes
5461
55621 . [ jupyter server communicate] ( ./examples/jupyter/jupyter_api_test.ipynb ) 中展示了server和jupyter container交互的细节
56632 . [ jupyter 调用] ( ./examples/jupyter/execute_dynamic_code.ipynb ) 中展示了如何通过http request的方式调用web服务,执行代码获取结果
@@ -76,7 +83,7 @@ finally:
7683 session.close()
7784```
7885
79- ## 部署
86+ ## 📦 Deployment
80871 . ** Install Docker**
8188Linux: Install Docker by terminal
8289Mac os: Install Docker desktop for mac
@@ -99,6 +106,6 @@ docker-compose -f docker_dev.yml build
99106docker-compose -f docker_dev.yml up
100107```
101108
102- ## 联系方式
109+ ## 📧 Contact
103110微信: zjajzzj1996
104111Email: [ zhangzhehian@gmail.com ] ( zhangzhehian@gmail.com )
0 commit comments