Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jupyter server extension enable nbdefense_jupyter

## 🙋‍♂️ What is the NB Defense Jupyter Lab Extension?

Brought to you by Protect AI, NB Defense Jupyter Lab Extension (JLE) is an open source tool that encourages you to think about security throughout every step of your machine learning development process. You can use nbdefense to scan for [Secrets](https://nbdefense.ai/supported-scans/detecting-secrets), [Personally Identifiable Information (PII)](https://nbdefense.ai/supported-scans/detecting-PII), [Common Vulnerabilities and Exposures(CVE)](https://nbdefense.ai/supported-scans/detecting-CVEs), and [Licenses](https://nbdefense.ai/supported-scans/detecting-licenses) in your notebook files.
Brought to you by Protect AI, NB Defense Jupyter Lab Extension (JLE) is an open source tool that encourages you to think about security throughout every step of your machine learning development process. You can use nbdefense to scan for [Secrets](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-secrets.md), [Personally Identifiable Information (PII)](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-PII.md), [Common Vulnerabilities and Exposures(CVE)](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-CVEs.md), and [Licenses](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-licenses.md) in your notebook files.

The NB Defense Jupyter Lab Extension depends on our [CLI/SDK](https://github.com/protectai/nbdefense) repository Visit our [documentation](https://nbdefense.ai), or the repository below to learn more.
The NB Defense Jupyter Lab Extension depends on our [CLI/SDK](https://github.com/protectai/nbdefense) repository Visit our [documentation](https://github.com/protectai/nbdefense/tree/main/docs/docs), or the repository below to learn more.

- [NB Defense Repository](https://github.com/protectai/nbdefense)

## 📄 Documentation

For more details and [documentation](https://nbdefense.ai) visit these links:
For more details and [documentation](https://github.com/protectai/nbdefense/tree/main/docs/docs) visit these links:

- [Documentation](https://nbdefense.ai)
- [Documentation](https://github.com/protectai/nbdefense/tree/main/docs/docs)

- [Getting Started on a Local Machine](https://nbdefense.ai/getting-started/jupyter-lab-extension)
- [Getting Started on with Cloud Services](https://nbdefense.ai/getting-started/cloud-services)
- [Getting Started on a Local Machine](https://github.com/protectai/nbdefense/blob/main/docs/docs/getting-started/jupyter-lab-extension.md)
- [Getting Started on with Cloud Services](https://github.com/protectai/nbdefense/tree/main/docs/docs/getting-started/cloud-services)

## 💪 Contributing

Welcome to the team! We are open to contributions and working with the community to make notebooks safer for everyone.

If you would like to contribute, please visit [CONTRIBUTING.md](https://github.com/protectai/nbdefense-jupyter/blob/main/CONTRIBUTING.md) to get started as a developer, or to suggest bug fixes, improvements, or new features follow [this link](https://nbdefense.ai/faq) to our FAQ page.
If you would like to contribute, please visit [CONTRIBUTING.md](https://github.com/protectai/nbdefense-jupyter/blob/main/CONTRIBUTING.md) to get started as a developer, or to suggest bug fixes, improvements, or new features follow [this link](https://github.com/protectai/nbdefense/blob/main/docs/docs/faq.md) to our FAQ page.
Loading