<!here> We have added a bunch of new features to J...
# general
i
<!here> We have added a bunch of new features to Jupysql in the last month, doubling down on SQL from notebooks, here is the extensive list: • Support new variable substitution using
{{variable}}
format #137 • Adds support for newer versions of prettytable • Drops support for old versions of IPython • Adds
%%config SqlMagic.autopolars = True
#138 • Shows missing driver package suggestion message #124 • Clearer error message on connection failure #120 • Adds tutorial on querying JSON data • Adds `%jupysql`/`%%jupysql` as alias for `%sql`/`%%sql` • Adds community link to
ValueError
and
TypeError
As always we’d love to get feedback, please let us know if anything’s missing and can make your life better!
🙌 2