Use mdlint rules [WIP]

This commit is contained in:
Ayaz Salikhov
2021-05-01 12:52:41 +03:00
parent dfcb043bd8
commit bf5ec600d1
18 changed files with 46 additions and 20 deletions

View File

@@ -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.