jupyter / tmpnb

Creates temporary Jupyter Notebook servers using Docker containers. [DEPRECATED - See BinderHub project]
https://github.com/jupyterhub/binderhub
BSD 3-Clause "New" or "Revised" License
528 stars 123 forks source link

General purpose use? #134

Open jeffnappi opened 9 years ago

jeffnappi commented 9 years ago

Is there any interest in making tmpnb a more general purpose tool?

I am putting together a project to demo an application using containers, and tmpnb has everything we need. I've submitted a PR to configurable-http-proxy including hostname routing support, which I intend to use along with tmpnb for our project.

I would love to be able to contribute general-purpose functionality for tmpnb if it would be accepted.

Carreau commented 9 years ago

@rgbkrk I think it working on something more general than tmpnb. TI depends on the exact scope of what you are thinking about, but I guess improvement are OK.

rgbkrk commented 9 years ago

/cc @smashwilson

We've definitely been interested in using it for that. There's actually another org I created for it, called ephemit (Ephemeral). We weren't sure how people would want to use a setup like it, so we had not broken it out separately.

The hostname routing support sounds wonderful.

rgbkrk commented 9 years ago

Any word on this @jeffnappi?