Skip to content
Snippets Groups Projects
Commit 3d4a28b1 authored by Stefano Stalio's avatar Stefano Stalio
Browse files

Add new file

parent 35b8f0d6
No related branches found
No related tags found
No related merge requests found
FROM jupyter/datascience-notebook
USER root
RUN pip install bash_kernel && python -m bash_kernel.install
RUN apt-get update && apt-get -y install gnuplot
RUN pip install gnuplot_kernel && python -m gnuplot_kernel install --user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment