tmpnb icon indicating copy to clipboard operation
tmpnb copied to clipboard

Creates temporary Jupyter Notebook servers using Docker containers. [DEPRECATED - See BinderHub project]

Results 46 tmpnb issues
Sort by recently updated
recently updated
newest added

I keep getting this error when trying to run this on my localhost: Refused to display 'http://127.0.0.1:8000/user/d8svgQA0OYAD/login?next=%2Fuser%2Fd8svgQA0OYAD%2Ftree' in a frame because an ancestor violates the following Content Security Policy directive:...

On my EC2 instance, I ran the quickstart instructions, and all the Docker containers went up fine. When I access my server through the browser, the notebook comes up fine....

I just tried to do the quickstart, but alas it is not working. The server is running on `9999` and not `8000` as stated in the instructions: > BAM! Visit...

_From @jri-sp on June 27, 2017 16:7_ Hi, I'm following this guide: https://github.com/jupyter/tmpnb I've set up a local installation for a workshop, which works as expected. Now I need to...

enhancement

I am trying to use JupyterLab using tmpnb. However, I am facing some troubles setting it up. To avoid duplication of content I am sharing the question I asked on...

If the proxy loses it's routing table it can cause errors when spawning containers. For example, let's say I create an ad-hoc container with the user "username". Some time later...

Changing the LICENSE file to current language.

See https://forums.docker.com/t/should-docker-run-net-host-work/14215 We need to expose the port for the proxy directly while having access to the rest of the containers.

At least that seems to be the case on the demo server: https://tmp58.tmpnb.org/user/kfGh0NpBuzKk/notebooks/Welcome%20to%20Python.ipynb# For reference, I'm referring to [this functionality](http://ipywidgets.readthedocs.io/en/latest/embedding.html).

**Edit: I have it working with docker-compose and the .yml config, but would like to understand what happened with socket connection refused issue.** Hi Jupyter team! Complete Docker newbie here...