Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 800 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 800 Bytes

CrossCompute Analytics Automation System Documentation

Webify your scripts.

  • Automation Framework: Webify your Jupyter notebook or command-line script into a form that generates a report.
  • Editing Extension: Prototype your analytics collaboratively in JupyterLab with our CrossCompute extensions.
  • Analytics Marketplace: Sell subscription access to your reusable report.

To build this documentation, run the following commands:

# Install dependencies
pip install --upgrade \
    mkdocs \
    mkdocs-material \
    pre-commit \
    pygments \
    pymdown-extensions

# Install pre-commit hooks
pre-commit install

# Launch development server
mkdocs serve

# Build production assets
mkdocs build