In passing, I came up with this recipe the other day to expose a browser 
UId app via a notebook server / jupyter-server-proxy.

Original app was a nasty build in a docker container that resulted in a 
node app and all supporting files in an app/ directory.

To add the app a notebook container, I started container build with a FROM 
layer from the original application container, then multistaged a second 
FROM to pull in a notebook container, copied the app/ files over from first 
(app) stage in the container, added node.js and jupyter-serverproxy 
dependencies, and a jupyter-server-proxy config file.

Seemed to work ok...

Recipe here 
<https://blog.ouseful.info/2019/03/20/this-is-what-i-keep-trying-to-say/>.

--tony

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/18d26083-71b0-4af5-99ac-03e842410f07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to