Create IPython profile with jupyter permissions

Kyle Kelley 12 years ago committed by MinRK
parent b0159a3bdb
commit 89b4ef2660

@ -40,7 +40,7 @@ ENV USER jupyter
WORKDIR /home/jupyter/
# Register each kernel (Python 2.7.x, Python 3.4.x)
RUN ipython2 kernelspec install-self
RUN ipython3 kernelspec install-self
RUN su - jupyter -c "ipython2 kernelspec install-self"
RUN su - jupyter -c "ipython3 kernelspec install-self"
CMD ["/usr/local/bin/notebook.sh"]

Loading…
Cancel
Save