|
Top level collection of milestones for the maria Jupyter kernel, making MariaDB Server accessible through the popular next-generation web-based interface.
The MariaDB Jupyter Kernel is as simple as it gets. It’s a “normal” MariaDB character based command line client, extended in two ways: First, it has all the standard Jupyter usability functionality for editing and saving MariaDB SELECT, INSERT, UPDATE and DELETE commands. Second, it adds some database specific %magic commands, to show the results of your SELECTs in matplotlib graphics, or to export them to a DataFrame in another Jupyter tab running Python.
|