Data Warehouse
Jupyter Notebooks
Visualize your data
Using Jupyter with Chakra
You can connect Jupyter notebooks to your Chakra database using the standard Python client. Here’s a quick example:
Consider Using Marimo
While Jupyter notebooks are widely used, we recommend trying Marimo - a modern Python notebook that addresses many of Jupyter’s limitations. Marimo offers:
- Real-time reactivity
- Better version control compatibility
- Cleaner code organization
- Enhanced reproducibility
- Native UI components
Check out this example Marimo notebook that demonstrates how to analyze and visualize Chakra data effectively.
Marimo’s reactive execution model ensures your analysis stays up-to-date as you modify your code, making it ideal for exploratory data analysis with Chakra.