- Removes bootstrap since it was breaking JupyterLab UI
- Fixes error that caused the
Format SQL
bitton to appear even when disabled in the settings
- Trigger autocomplete only when the cell begins with
%sql
or%%sql
- Removed
Share notebook
button
- Fix
Share notebook
bug not showing URL (#95)
- Support for JupyterLab 4 (for JupyterLab 3, install
pip install jupysql-plugin<0.4
)
- Changes API header from
access_token
toapi_key
- Removes
Deploy notebook
- Adds
Share notebook
button which uploads a notebook to render it as a static file
- Fix
Deploy notebook
due to breaking change in API
- Fix
Deploy notebook
functionality
- Automatically activate server extension
- Re-release due to error in the release process
- Fixed error that caused the
Deploy notebook
andFormat SQL
buttons 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 SQL
andDeploy Notebook
buttons ipywidgets
no longer a hard requirement
- Connector widget creates parent directories if needed
- Connector widget sets the default alias as "default" if the
.ini
file has no connections - Connector widget does not modify
.ini
file 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 notebook
workflow
- No changes, fixing build
- Adds
Deploy notebook
button
- Adds connection helper widget
- Comm listeners added for table_widget
- Formatting via
Format SQL
button
- SQL highlighting for
%%sql
cells
- No changes (testing release process)
- Basic SQL code completition