aboutsummaryrefslogtreecommitdiff
path: root/python/lifecycle.py
Commit message (Collapse)AuthorAgeFilesLines
* Properly return None if all profiles are takenLuciano Resende2017-01-251-0/+2
|
* Update error message when no Toree slot availableLuciano Resende2017-01-251-1/+1
|
* Python doc for classes and methodsLuciano Resende2017-01-231-4/+30
|
* Lifecycle management for Toree GatewayLuciano Resende2017-01-231-0/+88
The lifecycle enables starting/stopping the remote Toree instance when a Notebook is started/stopped. This also includes other minor changes to support Python 3.5.x