Installation
CodeBox can be installed via pip:
pip install codeboxapi
This will install the codeboxapi
package and all dependencies.
For local development without an API key, you will also need to install jupyter-kernel-gateway
:
pip install "codeboxapi[all]"