Skip to content

Live Docs

Nitro has beautiful interactive documentation with live examples.

The documentation itself is written using Nitro, which means you can fetch and run it just like any other Nitro app.

Install the nitro CLI first.

# Create and switch to a new directory
mkdir nitro_docs
cd nitro_docs

# Launch docs
nitro run https://nitro.h2o.ai/docs.py
:: Create and switch to a new directory
mkdir nitro_docs
cd nitro_docs

:: Launch docs
nitro run https://nitro.h2o.ai/docs.py

Play with the docs

Go to http://localhost:4999/.