mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
1010 B
1010 B
New Recipes
We welcome contributions of recipes, short examples of using, configuring, or extending the Docker Stacks for inclusion in the documentation site. Follow the process below to add a new recipe:
- Open the
docs/using/recipes.md
source file. - Add a second-level Markdown heading naming your recipe at the bottom of the file (e.g.,
## Slideshows with JupyterLab and RISE
) - Write the body of your recipe under the heading, including whatever command line, links, etc. you need.
- If you have a Dockerfile, please put it in a
recipe_code
subdirectory and update contributed-recipes workflow to include your file. - Submit a pull request (PR) with your changes. Maintainers will respond and work with you to address any formatting or content issues.