https://github.com/upbit/mini_code_interperter
https://github.com/upbit/mini_code_interperter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/upbit/mini_code_interperter
- Owner: upbit
- License: mit
- Created: 2024-04-21T03:00:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T03:14:01.000Z (about 2 years ago)
- Last Synced: 2025-01-30T01:44:44.349Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini Code Interperter
## How to use
Build and start the `code_executor`:
```bash
$ docker compose build
$ docker compose up -d
```
use `conn-*.json` connect to ipykernel (see example in `code_execute.ipynb`)