This repo provides four example scripts on how to get started with the novem data visualisation platform.
For this to work make sure you've got python 3.10 or newer along with a novem account.
You need to configure your novem environment first by running novem --init
After that you can run run.sh to install dependencies and create the visuals
This repo contains three example plots along with an example e-mail, you need to register and validate your e-mail before you can send it, and if you're on novem free you can only send the mail to yourself.
By default the visuals are private to your account. Each script has commented-out
shared += 'public' and shared += 'chat' lines — uncomment them if you want to
share a visual with the public or with novem's AI chat.
Once you've run the scripts you can use the novem cli to view your plots and interact with the platform.
novem -p # list plots
novem -m # list mails
novem -p nei_rgn_perf -x # surpriseFor more information just use novem --help
Happy hacking!