Skip to content

Commit 6225c3f

Browse files
committed
Use docker to run ipython notebook with cookbook
1 parent 826dab3 commit 6225c3f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM ipython/scipyserver
2+
3+
RUN mkdir /pandas-cookbook
4+
WORKDIR /pandas-cookbook
5+
RUN mkdir ./cookbook ./data ./cookbook/images
6+
7+
COPY cookbook/* ./cookbook/
8+
COPY cookbook/images/* ./cookbook/images/
9+
COPY data/* ./data/
10+
11+
WORKDIR /pandas-cookbook/cookbook/

0 commit comments

Comments
 (0)