chore: update version
Amazon CodeGuru extension for JupyterLab and SageMaker Studio. This extension runs scans on your notebook files and provides security recommendations and quality improvements to your code.
pip install amazon_codeguru_jupyterlab_extension
pip uninstall amazon_codeguru_jupyterlab_extension
Ensure the following dependencies are available in your environment.
Alternatively, you can create a conda virtual environment with the following commands:
conda env update --file binder/environment.yml conda activate amazon-codeguru-extension-demo
pip install -e .
jupyter labextension develop . --overwrite
jlpm build # or jlpm watch # automatically rebuild changes
jupyter lab
Run the following command to quickly build and install the extension.
python3 binder/postBuild
This extension can be distributed as a Python package. First, install build dependencies:
pip install build twine hatch
Bump the version using hatch. By default this will create a tag.
hatch
hatch version <new-version>
To generate a new Python source package (.tar.gz) and the binary package (.whl) in the dist/ directory, run the following command:
.tar.gz
.whl
dist/
python -m build
Then to upload the package to PyPI, run the following command:
twine upload dist/*
See SECURITY for more information.
This project is licensed under the Apache-2.0 License.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Amazon CodeGuru JupyterLab Extension
Amazon CodeGuru extension for JupyterLab and SageMaker Studio. This extension runs scans on your notebook files and provides security recommendations and quality improvements to your code.
Requirements
Install
Uninstall
Development
Prerequisites
Ensure the following dependencies are available in your environment.
Alternatively, you can create a conda virtual environment with the following commands:
Manual Setup
Quick Setup
Run the following command to quickly build and install the extension.
Release
This extension can be distributed as a Python package. First, install build dependencies:
Bump the version using
hatch. By default this will create a tag.To generate a new Python source package (
.tar.gz) and the binary package (.whl) in thedist/directory, run the following command:Then to upload the package to PyPI, run the following command:
Security
See SECURITY for more information.
License
This project is licensed under the Apache-2.0 License.