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
02672dc0
Commit
02672dc0
authored
Apr 22, 2017
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix notebook version documented in READMEs
parent
eb70bcf1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
base-notebook/README.md
base-notebook/README.md
+1
-1
datascience-notebook/README.md
datascience-notebook/README.md
+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.
base-notebook/README.md
View file @
02672dc0
...
...
@@ -6,7 +6,7 @@ Small base image for defining your own stack
## What it Gives You
*
Minimally-functional Jupyter Notebook
4.3
.x (e.g., no pandoc for document conversion)
*
Minimally-functional Jupyter Notebook
5.0
.x (e.g., no pandoc for document conversion)
*
Miniconda Python 3.x
*
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`
...
...
datascience-notebook/README.md
View file @
02672dc0
...
...
@@ -4,7 +4,7 @@
## What it Gives You
*
Jupyter Notebook
4.3
.x
*
Jupyter Notebook
5.0
.x
*
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
*
Conda R v3.3.x and channel
...
...
minimal-notebook/README.md
View file @
02672dc0
...
...
@@ -6,7 +6,7 @@ Small image for working in the notebook and installing your own libraries
## What it Gives You
*
Fully-functional Jupyter Notebook
4.3
.x
*
Fully-functional Jupyter Notebook
5.0
.x
*
Miniconda Python 3.x
*
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`
...
...
pyspark-notebook/README.md
View file @
02672dc0
...
...
@@ -4,7 +4,7 @@
## What it Gives You
*
Jupyter Notebook
4.3
.x
*
Jupyter Notebook
5.0
.x
*
Conda Python 3.x and Python 2.7.x environments
*
pyspark, pandas, matplotlib, scipy, seaborn, scikit-learn pre-installed
*
Spark 2.1.0 with Hadoop 2.7 for use in local mode or to connect to a cluster of Spark workers
...
...
r-notebook/README.md
View file @
02672dc0
...
...
@@ -4,7 +4,7 @@
## What it Gives You
*
Jupyter Notebook
4.3
.x
*
Jupyter Notebook
5.0
.x
*
Conda R v3.3.x and channel
*
plyr, devtools, shiny, rmarkdown, forecast, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed
*
The
[
tidyverse
](
https://github.com/tidyverse/tidyverse
)
R packages are also installed, including ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, lubridate, and broom
...
...
scipy-notebook/README.md
View file @
02672dc0
...
...
@@ -4,7 +4,7 @@
## What it Gives You
*
Jupyter Notebook
4.3
.x
*
Jupyter Notebook
5.0
.x
*
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, vincent, beautifulsoup, xlrd pre-installed
*
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