Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Kernel Gateway #187

Closed
pepgal opened this issue Jul 6, 2017 · 2 comments
Closed

Kernel Gateway #187

pepgal opened this issue Jul 6, 2017 · 2 comments

Comments

@pepgal
Copy link

pepgal commented Jul 6, 2017

Hi,

i'm new on kernel gateway. I use that into Jupyter container started by Docker.
There is a way to passing multiple notebooks into --KernelGatewayApp.seed_uri command param? I have a notebook that call other notebook (as module) and I would to expose as rest client. Thanks

@parente
Copy link
Member

parente commented Jul 7, 2017

There isn't a way to pass multiple notebooks at present. jupyter-server/kernel_gateway#225 is tracking that feature request. Pull requests are welcome!

@pepgal
Copy link
Author

pepgal commented Jul 7, 2017

Thanks Peter. I will watch it later. There is a way to push a module py (instead notebook) by DockerFile into py container service that exposing notebook/rest ?

I tried by dockerFile :

FROM jupyter/all-spark-notebook USER root RUN pip install jupyter-kernel-gateway COPY data/notebooks/hello /tmp RUN ls /tmp RUN python /tmp install MAINTAINER Peppe Gallo <[email protected]> EXPOSE 4040

I also tried by conda install command but my module isn't referenced by Kernel Gateway lib. Thanks!

@pepgal pepgal closed this as completed Jul 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants