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
910e6b7e
Commit
910e6b7e
authored
Aug 20, 2015
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tag info to README
parent
528f81cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
README.md
README.md
+10
-10
No files found.
README.md
View file @
910e6b7e
...
...
@@ -6,7 +6,7 @@ Opinionated stacks of ready-to-run Jupyter applications in Docker.
## Quick Start
If you
already have Docker configured
and know exactly what you'd like to run, this one-liner should work in most cases:
If you
're familiar with Docker, have it configured,
and know exactly what you'd like to run, this one-liner should work in most cases:
```
docker run -d -P jupyter/<your desired stack>
...
...
@@ -17,15 +17,15 @@ docker run -d -P jupyter/<your desired stack>
If this is your first time using Docker or any of the Jupyter projects, do the following to get started.
1.
[
Install Docker
](
https://docs.docker.com/installation/
)
on your host of choice.
2.
Click the
folder for your desired stack on GitHub
.
3.
Follow the README
in
that stack.
2.
Click the
link for the Docker Hub repo or GitHub source for your desired stack
.
3.
Follow the README
for
that stack.
## Available Stacks
| Docker Hub repo | GitHub source |
| --------------- | ------------- |
|
[
jupyter/minimal-notebook
](
https://hub.docker.com/r/jupyter/minimal-notebook/
)
|
[
minimal-notebook
](
./minimal-notebook
)
|
|
[
jupyter/scipy-notebook
](
https://hub.docker.com/r/jupyter/scipy-notebook/
)
|
[
scipy-notebook
](
./scipy-notebook
)
|
|
[
jupyter/r-notebook
](
https://hub.docker.com/r/jupyter/r-notebook/
)
|
[
r-notebook
](
./r-notebook
)
|
|
[
jupyter/all-spark-notebook
](
https://hub.docker.com/r/jupyter/all-spark-notebook/
)
|
[
all-spark-notebook
](
./all-spark-notebook
)
|
[
jupyter/pyspark-notebook
](
https://hub.docker.com/r/jupyter/pyspark-notebook/
)
|
[
pyspark-notebook
](
./pyspark-notebook
)
|
| Docker Hub repo | GitHub source |
Git Branch
→
Docker Tag |
| --------------- | ------------- |
---------------------------- |
|
[
jupyter/minimal-notebook
](
https://hub.docker.com/r/jupyter/minimal-notebook/
)
|
[
minimal-notebook
](
./minimal-notebook
)
|
master
→
latest
<br
/>
3.2.x
→
3.2 |
|
[
jupyter/scipy-notebook
](
https://hub.docker.com/r/jupyter/scipy-notebook/
)
|
[
scipy-notebook
](
./scipy-notebook
)
|
master
→
latest
<br
/>
3.2.x
→
3.2 |
|
[
jupyter/r-notebook
](
https://hub.docker.com/r/jupyter/r-notebook/
)
|
[
r-notebook
](
./r-notebook
)
|
master
→
latest
<br
/>
3.2.x
→
3.2 |
|
[
jupyter/all-spark-notebook
](
https://hub.docker.com/r/jupyter/all-spark-notebook/
)
|
[
all-spark-notebook
](
./all-spark-notebook
)
| master
→
latest
<br
/>
3.2.x
→
3.2 |
|
[
jupyter/pyspark-notebook
](
https://hub.docker.com/r/jupyter/pyspark-notebook/
)
|
[
pyspark-notebook
](
./pyspark-notebook
)
|
master
→
latest
<br
/>
3.2.x
→
3.2 |
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