Re: [jupyter] Running jupyter from docker not able to log in

2018-01-27 Thread Thomas Kluyver
Do you specifically want JupyterHub, which is a multi-user server? If you're just looking to use the notebook as an individual, you probably want to start with an image like one of these: https://hub.docker.com/r/jupyter/datascience-notebook/ https://hub.docker.com/r/jupyter/scipy-notebook/ On

[jupyter] Running jupyter from docker not able to log in

2018-01-23 Thread Andrew Hannock
Hello, i'm running jupyter from the image on https://hub.docker.com/r/jupyterhub/jupyterhub/ and i added the following steps in my Dockerfile RUN apt-get install -y python2.7 && \ conda create -n ipykernel_py2 python=2 ipykernel && \ /bin/bash -c "source