Releases: cal-itp/calitp-py
Releases · cal-itp/calitp-py
hub-v4
Bumped up version of calitp
used in jupyterlab image
hub-v3
Now that we've squared away the updating process, updating the JupyterHub image with our backlog of the libraries requested by analysts.
hub-v2
Release adding plotnine to requirements
hub-v1
First version of JupyterHub released separately from calitp
Trivial release, to re-deploy docker image
v0.0.10 Update Dockerfile
HTML representations of table documentation
More SQL magic arguments
Adds an option -o
to save result as a variable, --quiet
to hide output, and -m
to print the code as a markdown SQL code block (for documentation).
%%sql -o tbl_result --quiet
SELECT 1
SQL cell magic command
Added ipython magic to make it easier to query sql.
import calitp.magics
# in a jupyter notebook cell
%%sql
SELECT 1
Support service keys
Adds CALITP_SERVICE_KEY_PATH environment variable, to allow the use of google cloud service keys for accessing bigquery.
test_release1
test1 feat(cloud): build a docker image for jupyterlab