Skip to content
Snippets Groups Projects
Commit d203c6e0 authored by Jan David Mol's avatar Jan David Mol
Browse files

Improved Bokeh configuration

parent a43d202e
No related branches found
No related tags found
1 merge request!3Jupyter
...@@ -2,8 +2,14 @@ ARG VERSION=latest ...@@ -2,8 +2,14 @@ ARG VERSION=latest
FROM lofar-itango:${VERSION} FROM lofar-itango:${VERSION}
RUN pip3 install jupyter RUN pip3 install jupyter
RUN pip3 install ipykernel
RUN pip3 install jupyter_bokeh
RUN pip3 install ipykernel bokeh # Configure jupyter_bokeh
RUN sudo mkdir -p /usr/share/jupyter /usr/etc
RUN sudo chmod a+rwx /usr/share/jupyter /usr/etc
RUN jupyter nbextension install --sys-prefix --symlink --py jupyter_bokeh
RUN jupyter nbextension enable jupyter_bokeh --py --sys-prefix
# Install profiles for ipython & jupyter # Install profiles for ipython & jupyter
COPY ipython-profiles /opt/ipython-profiles/ COPY ipython-profiles /opt/ipython-profiles/
......
import tango from tango import *
print("Kernel configured succesfully")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment