Novem is a code-first platform for building, automating, and sharing charts, documents, emails, and reports - so people can focus on decisions.
import novem as nv
# Create a new plot
plot = nv.Plot("state_population")
# Add data from CSV
plot.data = open("pop_data.csv").read()
# Configure as grouped bar chart
plot.type = "gbar"
plot.title = "US State Population"
# Share and get URL
print(plot.url)Fast and easy to use
Novem grew out of our frustration with existing tooling, so we built it to be where you're already productive: in your spreadsheets, with your scripts, and alongside your data.
Push to prod
Bundle and deploy your code with a simple git push. Once live, schedule, trigger, and share your workflows using our API.
API-first is AI-first
Minerva is Novem's AI agent that lets you interact with the entire platform through chat. Ask questions, create visualizations, and trigger workflows.