Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
761010ed
Commit
761010ed
authored
Jan 21, 2016
by
Min RK
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #104 from parente/notebook-4.1
Notebook 4.1.x
parents
9aae44ef
0da13035
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
8 deletions
+10
-8
Makefile
Makefile
+3
-1
all-spark-notebook/README.md
all-spark-notebook/README.md
+1
-1
datascience-notebook/README.md
datascience-notebook/README.md
+1
-1
minimal-notebook/Dockerfile
minimal-notebook/Dockerfile
+1
-1
minimal-notebook/README.md
minimal-notebook/README.md
+1
-1
pyspark-notebook/README.md
pyspark-notebook/README.md
+1
-1
r-notebook/README.md
r-notebook/README.md
+1
-1
scipy-notebook/README.md
scipy-notebook/README.md
+1
-1
No files found.
Makefile
View file @
761010ed
# Copyright (c) Jupyter Development Team.
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
.PHONY
:
build
dev help server
.PHONY
:
build
-all help environment-check release-all
OWNER
:=
jupyter
OWNER
:=
jupyter
# need to list these manually because there's a dependency tree
# need to list these manually because there's a dependency tree
...
@@ -27,6 +27,8 @@ build/%: DARGS?=
...
@@ -27,6 +27,8 @@ build/%: DARGS?=
build/%
:
build/%
:
docker build
$(DARGS)
--rm
--force-rm
-t
$(OWNER)
/
$(
notdir
$@
)
:latest ./
$(
notdir
$@
)
docker build
$(DARGS)
--rm
--force-rm
-t
$(OWNER)
/
$(
notdir
$@
)
:latest ./
$(
notdir
$@
)
build-all
:
$(patsubst %
,
build/%
,
$(ALL_STACKS))
dev/%
:
ARGS?=
dev/%
:
ARGS?=
dev/%
:
DARGS?=
dev/%
:
DARGS?=
dev/%
:
PORT?=8888
dev/%
:
PORT?=8888
...
...
all-spark-notebook/README.md
View file @
761010ed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## What it Gives You
## What it Gives You
*
Jupyter Notebook 4.
0
.x
*
Jupyter Notebook 4.
1
.x
*
Conda Python 3.x and Python 2.7.x environments
*
Conda Python 3.x and Python 2.7.x environments
*
Conda R 3.2.x environment
*
Conda R 3.2.x environment
*
Scala 2.10.x
*
Scala 2.10.x
...
...
datascience-notebook/README.md
View file @
761010ed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## What it Gives You
## What it Gives You
*
Jupyter Notebook 4.
0
.x
*
Jupyter Notebook 4.
1
.x
*
Conda Python 3.x and Python 2.7.x environments
*
Conda Python 3.x and Python 2.7.x environments
*
pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed
*
pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed
*
Conda R v3.2.x and channel
*
Conda R v3.2.x and channel
...
...
minimal-notebook/Dockerfile
View file @
761010ed
...
@@ -70,7 +70,7 @@ RUN cd /tmp && \
...
@@ -70,7 +70,7 @@ RUN cd /tmp && \
# Install Jupyter notebook as jovyan
# Install Jupyter notebook as jovyan
RUN
conda
install
--yes
\
RUN
conda
install
--yes
\
'notebook=4.
0
*'
\
'notebook=4.
1
*'
\
terminado
\
terminado
\
&&
conda clean
-yt
&&
conda clean
-yt
...
...
minimal-notebook/README.md
View file @
761010ed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## What it Gives You
## What it Gives You
*
Jupyter Notebook 4.
0
.x
*
Jupyter Notebook 4.
1
.x
*
Conda Python 3.x
*
Conda Python 3.x
*
No preinstalled scientific computing packages
*
No preinstalled scientific computing packages
*
Unprivileged user
`jovyan`
(uid=1000, configurable, see options) in group
`users`
(gid=100) with ownership over
`/home/jovyan`
and
`/opt/conda`
*
Unprivileged user
`jovyan`
(uid=1000, configurable, see options) in group
`users`
(gid=100) with ownership over
`/home/jovyan`
and
`/opt/conda`
...
...
pyspark-notebook/README.md
View file @
761010ed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## What it Gives You
## What it Gives You
*
Jupyter Notebook 4.
0
.x
*
Jupyter Notebook 4.
1
.x
*
Conda Python 3.x and Python 2.7.x environments
*
Conda Python 3.x and Python 2.7.x environments
*
pyspark, pandas, matplotlib, scipy, seaborn, scikit-learn pre-installed
*
pyspark, pandas, matplotlib, scipy, seaborn, scikit-learn pre-installed
*
Spark 1.5.1 for use in local mode or to connect to a cluster of Spark workers
*
Spark 1.5.1 for use in local mode or to connect to a cluster of Spark workers
...
...
r-notebook/README.md
View file @
761010ed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## What it Gives You
## What it Gives You
*
Jupyter Notebook 4.
0
.x
*
Jupyter Notebook 4.
1
.x
*
Conda R v3.2.x and channel
*
Conda R v3.2.x and channel
*
plyr, devtools, dplyr, ggplot2, tidyr, shiny, rmarkdown, forecast, stringr, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed
*
plyr, devtools, dplyr, ggplot2, tidyr, shiny, rmarkdown, forecast, stringr, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed
*
Unprivileged user
`jovyan`
(uid=1000, configurable, see options) in group
`users`
(gid=100) with ownership over
`/home/jovyan`
and
`/opt/conda`
*
Unprivileged user
`jovyan`
(uid=1000, configurable, see options) in group
`users`
(gid=100) with ownership over
`/home/jovyan`
and
`/opt/conda`
...
...
scipy-notebook/README.md
View file @
761010ed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## What it Gives You
## What it Gives You
*
Jupyter Notebook 4.
0
.x
*
Jupyter Notebook 4.
1
.x
*
Conda Python 3.x and Python 2.7.x environments
*
Conda Python 3.x and Python 2.7.x environments
*
pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed
*
pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed
*
Unprivileged user
`jovyan`
(uid=1000, configurable, see options) in group
`users`
(gid=100) with ownership over
`/home/jovyan`
and
`/opt/conda`
*
Unprivileged user
`jovyan`
(uid=1000, configurable, see options) in group
`users`
(gid=100) with ownership over
`/home/jovyan`
and
`/opt/conda`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment