nuclio-jupyter icon indicating copy to clipboard operation
nuclio-jupyter copied to clipboard

Nuclio Function Automation for Python and Jupyter

Results 21 nuclio-jupyter issues
Sort by recently updated
recently updated
newest added

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.1.0 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies

## Requested feature As a user ideally I would be able use the python integration to build+deploy a Nuclio function by pointing toward a local directory with source code and...

Bumps [notebook](http://jupyter.org) from 6.4.1 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.1&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.25.0 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...

dependencies

For the jupyter magic, there does not appear to be any implementation of "mount", only printing that it is mounting. https://github.com/nuclio/nuclio-jupyter/blob/cf1a688b9d24627dc30a0d03205fc93ea5323f44/nuclio/magic.py#L482 https://github.com/nuclio/nuclio-jupyter/blob/cf1a688b9d24627dc30a0d03205fc93ea5323f44/nuclio/magic.py#L494

According to the official python3 documentation, the main ways to pass stack/traceback information is through kwargs. Right now, the logger only thing passed to the logger beyond the message is...

Hi there, following https://www.kubeflow.org/docs/components/misc/nuclio/ I deployed Nuclio in my GKE cluster, the following errors are triggered when testing with the `nlp` example in my kubeflow notebook: ``` %nuclio deploy -d...

**Current behavior** The %run magic is ignored **Coded behavior** If the %run magic is inside the nuclio code block, read the cells in the external notebook and add them to...

Hello, The build and deploy functions are throwing HTTP 404 errors on JupyterHub. The error is getting thrown by the `notebook_file_name` method when attempting to parse the notebook file URL...

Hi, Thanks to @yaronha, I'm able to deploy a single file. How do I deploy a directory or archive? My directory will contain the `handler.py` and other user modules. I...