Jupyter Notebook¶
Magic Commands (Source)¶
\%\%ai¶
Use the "\%\%ai" magic command to specify a model chat with the model using a natural language prompt.
Not explored as this involved model provider's API Key and payment
\%\%latex¶
Helps you to display LaTeX code in Jupyter Notebook

%%sql
%run %%writefile %history -n
Thirdparty¶
mito (Source)¶
https://github.com/mito-ds/mito Mito is a spreadsheet that lives inside your JupyterLab notebooks and Streamlit apps.
Drawdata (Source)¶
It allows you to draw a 2-D dataset of any shape in a jupyter notebook.