deon
A command line tool to easily add an ethics checklist to your data science projects.
File Explorer
- examples.yml
- release.yml
- tests.yml
- checklist.yml
- checklist_pt-BR.yml
- examples_of_ethical_issues.yml
- examples_of_ethical_issues_pt-BR.yml
- __init__.py
- __main__.py
- cli.py
- deon.py
- formats.py
- parser.py
- extra.css
- homepage_nav.html
- navigation.html
- deon.png
- deon_demo.svg
- examples.md
- index.md
- _common_body.tpl
- _common_body_pt-BR.tpl
- examples.tpl
- index.tpl
- readme.tpl
- mkdocs.yml
- render_templates.py
- ethics.html
- ethics.ipynb
- ethics.md
- ethics.rst
- ethics.txt
- assets.py
- conftest.py
- test_cli.py
- test_deon.py
- test_formats.py
- test_parser.py
- .git-blame-ignore-revs
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- Makefile
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
line
View Details ▼
line
Manage lines.
Accessed in configuration mode.
line vty 0 15
Configure lines from 0 to 15:
line
Read input:
conda install
View Details ▼
conda install
Install packages into an existing conda environment.
conda install {{package1 package2 ...}}
Install one or more package into the currently active conda environment:
conda install {{[-c|--channel]}} conda-forge {{package}}
Install a single package into the currently active conda environment using channel conda-forge:
conda install {{[-c|--channel]}} conda-forge --override-channels {{package}}
Install a single package into the currently active conda environment using channel conda-forge and ignoring other channels:
jupyter
View Details ▼
jupyter
Web application to create and share documents that contain code, visualizations, and notes.
Primarily used for data analysis, scientific computing, and machine learning.
jupyter notebook
Start a Jupyter notebook server in the current directory:
jupyter notebook {{path/to/file}}.ipynb
Open a specific Jupyter notebook:
jupyter nbconvert --to {{html|markdown|pdf|script|...}} {{path/to/file}}.ipynb
Export a specific Jupyter notebook into another format:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
uvx
View Details ▼
uvx
This command is an alias of `uv tool run`.
tldr uv tool
View documentation for the original command:
ascii
View Details ▼
ascii
Show ASCII character aliases.
ascii {{a}}
Show ASCII aliases of a character:
ascii -t {{a}}
Show ASCII aliases in short, script-friendly mode:
ascii -s {{tldr}}
Show ASCII aliases of multiple characters:
