mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 10:34:06 +00:00
Use mdlint rules [WIP]
This commit is contained in:
3
.github/issue_template.md
vendored
3
.github/issue_template.md
vendored
@@ -1,3 +1,4 @@
|
||||
<!-- markdownlint-disable MD041 -->
|
||||
Hi! Thanks for using the Jupyter Docker Stacks.
|
||||
|
||||
Please review the following guidance about how to ask questions, contribute changes, or report bugs in the Docker images maintained here.
|
||||
@@ -20,7 +21,7 @@ Example: `docker run -it --rm -p 8889:8888 jupyter/all-spark-notebook:latest`
|
||||
|
||||
Example:
|
||||
|
||||
1. Visit http://localhost:8888
|
||||
1. Visit <http://localhost:8888>
|
||||
2. Start an R notebook
|
||||
3. ...
|
||||
|
||||
|
7
.markdownlint.yaml
Normal file
7
.markdownlint.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Default state for all rules
|
||||
default: true
|
||||
|
||||
# MD013/line-length - Line length
|
||||
MD013:
|
||||
# Number of characters
|
||||
line_length: 1000
|
@@ -24,3 +24,7 @@ repos:
|
||||
rev: v1.5.6
|
||||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.27.1
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
|
@@ -1 +1,3 @@
|
||||
# Project `jupyter/docker-stacks` Code of Conduct
|
||||
|
||||
Please see the [Project Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md).
|
||||
|
@@ -1,3 +1,5 @@
|
||||
<!-- markdownlint-disable MD041 -->
|
||||
|
||||
Thanks for contributing! Please see the
|
||||
__Contributor Guide__ section in [the documentation](https://jupyter-docker-stacks.readthedocs.io) for
|
||||
information about how to contribute
|
||||
|
@@ -1,10 +1,10 @@
|
||||
# Jupyter Docker Stacks
|
||||
|
||||
[](https://discourse.jupyter.org/c/questions "Jupyter Discourse Q&A")
|
||||
[](https://jupyter-docker-stacks.readthedocs.io/en/latest/ "Documentation build status")
|
||||
[](https://microbadger.com/images/jupyter/base-notebook "Recent tag/version of jupyter/base-notebook")
|
||||
[](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?filepath=README.ipynb "Launch a jupyter/base-notebook container on mybinder.org")
|
||||
|
||||
# Jupyter Docker Stacks
|
||||
|
||||
Jupyter Docker Stacks are a set of ready-to-run [Docker images](https://hub.docker.com/u/jupyter)
|
||||
containing Jupyter applications and interactive computing tools.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Jupyter Notebook Python, Scala, R, Spark Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/all-spark-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/all-spark-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/all-spark-notebook "jupyter/all-spark-notebook image metadata")
|
||||
|
||||
# Jupyter Notebook Python, Scala, R, Spark Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Base Jupyter Notebook Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/base-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/base-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/base-notebook "jupyter/base-notebook image metadata")
|
||||
|
||||
# Base Jupyter Notebook Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Jupyter Notebook Data Science Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/datascience-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/datascience-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/datascience-notebook "jupyter/datascience-notebook image metadata")
|
||||
|
||||
# Jupyter Notebook Data Science Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Docker Compose example
|
||||
|
||||
This example demonstrate how to deploy docker-stack notebook containers to any Docker Machine-controlled host using Docker Compose.
|
||||
|
||||
## Prerequisites
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Make deploy example
|
||||
|
||||
This folder contains a Makefile and a set of supporting files demonstrating how to run a docker-stack notebook container on a docker-machine controlled host.
|
||||
|
||||
## Prerequisites
|
||||
|
@@ -1,3 +1,6 @@
|
||||
OpenShift example
|
||||
=================
|
||||
|
||||
This example provides templates for deploying the Jupyter Project docker-stacks images to OpenShift.
|
||||
|
||||
Prerequsites
|
||||
@@ -221,7 +224,7 @@ If using a persistent volume, you could instead setup a password in the file:
|
||||
|
||||
as per guidelines in:
|
||||
|
||||
* https://jupyter-notebook.readthedocs.io/en/stable/public_server.html
|
||||
* <https://jupyter-notebook.readthedocs.io/en/stable/public_server.html>
|
||||
|
||||
Deploying from a Custom Image
|
||||
-----------------------------
|
||||
|
@@ -1,3 +1,6 @@
|
||||
Custom Jupyter Notebook images
|
||||
==============================
|
||||
|
||||
This example provides scripts for building custom Jupyter Notebook images containing notebooks, data files, and with Python packages required by the notebooks already installed. The scripts provided work with the Source-to-Image tool and you can create the images from the command line on your own computer. Templates are also provided to enable running builds in OpenShift, as well as deploying the resulting image to OpenShift to make it available.
|
||||
|
||||
The build scripts, when used with the Source-to-Image tool, provide similar capabilities to ``repo2docker``. When builds are run under OpenShift with the supplied templates, it provides similar capabilities to ``mybinder.org``, but where notebook instances are deployed in your existing OpenShift project and JupyterHub is not required.
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Minimal Jupyter Notebook Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/minimal-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/minimal-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/minimal-notebook "jupyter/minimal-notebook image metadata")
|
||||
|
||||
# Minimal Jupyter Notebook Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Jupyter Notebook Python, Spark Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/pyspark-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/pyspark-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/pyspark-notebook "jupyter/pyspark-notebook image metadata")
|
||||
|
||||
# Jupyter Notebook Python, Spark Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Jupyter Notebook R Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/r-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/r-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/r-notebook "jupyter/r-notebook image metadata")
|
||||
|
||||
# Jupyter Notebook R Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Jupyter Notebook Scientific Python Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/scipy-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/scipy-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/scipy-notebook "jupyter/scipy-notebook image metadata")
|
||||
|
||||
# Jupyter Notebook Scientific Python Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Jupyter Notebook Deep Learning Stack
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/tensorflow-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/tensorflow-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/tensorflow-notebook "jupyter/tensorflow-notebook image metadata")
|
||||
|
||||
# Jupyter Notebook Deep Learning Stack
|
||||
|
||||
GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
||||
|
Reference in New Issue
Block a user