Releases: nuclio/nuclio-jupyter
Releases · nuclio/nuclio-jupyter
v0.7.4
added the following features & fixes (see more in readme)
- support access to nuclio without signed certificates
- add structured
ConfigSpec
and Triggers
- add support for newest nuclio version (change in projects API)
- add
%v3io
env magic
- add
# nuclio: code-start
and # nuclio: code-end
code section markers
v0.7.3
- add support for KubeFlow pipelines, more deploy CLI options and flags
- add namespace to delete command
- support deploy notebook from URL
- support PVC volume type
v0.7.2
- fix command line usage (python -m ...)
- add del command
- skip context creation inside nuclio function
- ignore get external IP errors (may caused by k8s issues)
v0.7.1
Major new features:
- improve and add APIs to generate and manipulate functions using code
- support multiple languages
- support versioning and archives including Git, S3, http, v3io
- improve documentation
v0.7.0
Major new features:
- Support new magic commands to build archives and volume mounts and show code
- Support archives (S3, Git, Iguazio, local zip)
- add deploy_code and deploy_file APIs
- update README with examples
- cleaner log
- bug fixes
v0.6.15
working version with the latest automated deployment capabilities
print_handler_code
Added nuclio.print_handler_code
funcion
Initial Release
Initial release allowing testing in Jupyter notebooks and export from notebook to nuclio handler