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 23 January 2018 at 23:39, Andrew Hannock 
wrote:

> 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 /opt/conda/envs/ipykernel_py2/bin/activate
> ipykernel_py2"
> ENV PATH  /opt/conda/envs/ipykernel_py2/bin:$PATH
> RUN python -m ipykernel install
>
> to install a python2.7 kernel
>
> when i run this container i go to the browser and get a screen prompting
> for login credentials, and nothing seems to work, how am i supposed to add
> users?
>
> --
> 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 jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/dd246484-0b17-400f-99f1-cb39fbd1ace4%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qgJ0WL5Jcqk2n3iaOOqaPbMdyn_v8QEjD%2BScHVkph0%3DVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 /opt/conda/envs/ipykernel_py2/bin/activate 
ipykernel_py2"
ENV PATH  /opt/conda/envs/ipykernel_py2/bin:$PATH
RUN python -m ipykernel install

to install a python2.7 kernel

when i run this container i go to the browser and get a screen prompting 
for login credentials, and nothing seems to work, how am i supposed to add 
users?

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/dd246484-0b17-400f-99f1-cb39fbd1ace4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.