- Removes bootstrap since it was breaking JupyterLab UI
- Fixes error that caused the
Format SQLbitton to appear even when disabled in the settings
- Trigger autocomplete only when the cell begins with
%sqlor%%sql
- Removed
Share notebookbutton
- Fix
Share notebookbug not showing URL (#95)
- Support for JupyterLab 4 (for JupyterLab 3, install
pip install jupysql-plugin<0.4)
- Changes API header from
access_tokentoapi_key
- Removes
Deploy notebook - Adds
Share notebookbutton which uploads a notebook to render it as a static file
- Fix
Deploy notebookdue to breaking change in API
- Fix
Deploy notebookfunctionality
- Automatically activate server extension
- Re-release due to error in the release process
- Fixed error that caused the
Deploy notebookandFormat SQLbuttons not to appear on new installations
- Added Oracle, Microsoft SQLServer, Redshift in DB templates (#72)
- Auto save form fields when switching connection labels (#71)
- Add configuration settings to hide
Format SQLandDeploy Notebookbuttons ipywidgetsno longer a hard requirement
- Connector widget creates parent directories if needed
- Connector widget sets the default alias as "default" if the
.inifile has no connections - Connector widget does not modify
.inifile if the connection fails (#68) - Connector widget allows editing connections (#61)
- Updates "Deploy Notebook" endpoint
- jupysql-plugin now requires
jupysql>=0.10
- Added support for
jupysql>=0.9
- Improved
Deploy notebookworkflow
- No changes, fixing build
- Adds
Deploy notebookbutton
- Adds connection helper widget
- Comm listeners added for table_widget
- Formatting via
Format SQLbutton
- SQL highlighting for
%%sqlcells
- No changes (testing release process)
- Basic SQL code completition