crosscompute / crosscompute-docs

Documentation for the CrossCompute Analytics Automation Framework

Home Page:https://crosscompute.com/docs

Repository from Github https://github.comcrosscompute/crosscompute-docsRepository from Github https://github.comcrosscompute/crosscompute-docs

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

About

Documentation for the CrossCompute Analytics Automation Framework

https://crosscompute.com/docs


Languages

Language:Python 94.1%Language:Makefile 5.9%