tmpnb
tmpnb copied to clipboard
Creates temporary Jupyter Notebook servers using Docker containers. [DEPRECATED - See BinderHub project]
This ticket tracks the features required in JupyterHub and friends before we can replicate all the features of tmpnb using a particular configuration of JupyterHub. - [x] Login without requiring...
In this repository, we use docker-py (in requirements.txt, or in Dockerfile-alpine). This is older package, last version 1.10.6 on pypi is from 2016-11-02. The newer package is called docker (newest...
The jupyterhub wiki describes a way to start jupyterhub automatically at startup as a system service: https://github.com/jupyterhub/jupyterhub/wiki/Run-jupyterhub-as-a-system-service Is there a way to similarly host a tmpnb server automatically at startup,...
Hi all, I would like to set up a tmpnb container using docker-compose that will display several pre-built jupyter notebooks to users. This seems like it should be fairly straightforward...
Would it be possible to include Tensorflow. There are not many places to play around with some dummy code for us windows users.
Folks, I am just getting into Docker and Notebooks and have used this repo for a basic setup. However, I would like to integrate Docker Swarm for the notebook containers....
I'm trying the example from the README for _Using jupyter/docker-stacks images_ but I get error 503 and then token is required. I used these commands: ``` docker pull jupyter/minimal-notebook export...
Two modes: - tmpnb + the proxy run on a separate node, while reaching out to a swarm cluster (`1 -> many`) - run tmpnb on a swarm node, launching...
Hi I tried following the quickstart and am failing at the proxy step. I outputted the logs from the failed container below. ``` bash zali@dockerub01:~$ sudo docker run -p 0.0.0.0:8002:8000...
Hi, don't know if this is the correct place to say this, but: https://try.jupyter.org/ gives me, since yesterday or so: https://try.jupyter.org/ 504 Gateway Time-out...