# opencode_bridge [![Github Actions Status](http://101.43.40.124:3000/tao.chen/notebook-ai-extension.git/workflows/Build/badge.svg)](http://101.43.40.124:3000/tao.chen/notebook-ai-extension.git/actions/workflows/build.yml) A JupyterLab extension. This extension is composed of a Python package named `opencode_bridge` for the server extension and a NPM package named `opencode_bridge` for the frontend extension. ## Requirements - JupyterLab >= 4.0.0 ## Install To install the extension, execute: ```bash pip install opencode_bridge ``` ## Uninstall To remove the extension, execute: ```bash pip uninstall opencode_bridge ``` ## Troubleshoot If you are seeing the frontend extension, but it is not working, check that the server extension is enabled: ```bash jupyter server extension list ``` If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed: ```bash jupyter labextension list ``` ## Contributing If you would like to contribute to this extension, please refer to the [Contributing Guide](CONTRIBUTING.md).