Skip to content

Add --gateway support for Jupyter Kernel Gateway#94

Open
akshaychitneni wants to merge 1 commit into
jupyter-ai-contrib:mainfrom
akshaychitneni:gateway-support
Open

Add --gateway support for Jupyter Kernel Gateway#94
akshaychitneni wants to merge 1 commit into
jupyter-ai-contrib:mainfrom
akshaychitneni:gateway-support

Conversation

@akshaychitneni

Copy link
Copy Markdown

Adds a RemoteKernel execution mode that connects directly to a Jupyter Kernel Gateway via its REST + WebSocket APIs, for environments where there is a kernel gateway but no notebook server.

nb execute notebook.ipynb \
    --gateway https://my-gateway.example.com \
    --gateway-token <token> \
    [--kernel-id <id>]

Adds a RemoteKernel execution mode that connects directly to a
Jupyter Kernel Gateway via its REST + WebSocket APIs, for environments
where there is a kernel gateway but no notebook server.

    nb execute notebook.ipynb \
        --gateway https://my-gateway.example.com \
        --gateway-token <token> \
        [--kernel-id <id>]
@akshaychitneni

Copy link
Copy Markdown
Author

@3coins please take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant