From fae82dc441cc53690f20dd71abc4c549e4c5e8e4 Mon Sep 17 00:00:00 2001 From: James Brock Date: Sat, 11 May 2019 22:50:09 +0900 Subject: [PATCH 1/2] docs Community Stacks ihaskell-notebook Add ihaskell-notebook to the list of Community Stacks. --- docs/using/selecting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 644c23bf5..435eec05d 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -148,4 +148,12 @@ The core stacks are just a tiny sample of what's possible when combining Jupyter * [education-notebook is a community Jupyter Docker Stack image](https://github.com/umsi-mads/education-notebook). The image includes nbgrader and RISE on top of the datascience-notebook image. Click here to launch it on [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/umsi-mads/education-notebook/master). +* __crosscompass/ihaskell-notebook__ + + [Source on GitHub](https://github.com/jamesdbrock/ihaskell-notebook) + | [Dockerfile commit history](https://github.com/jamesdbrock/ihaskell-notebook/commits/master/Dockerfile) + | [Docker Hub image tags](https://hub.docker.com/r/crosscompass/ihaskell-notebook/tags) + + `crosscompass/ihaskell-notebook` is based on [IHaskell](https://github.com/gibiansky/IHaskell). Includes popular packages and example notebooks. + See the [contributing guide](../contributing/stacks.md) for information about how to create your own Jupyter Docker Stack. From a6c1ec27788496af36556e581063b2dcee97588c Mon Sep 17 00:00:00 2001 From: James Brock Date: Sat, 11 May 2019 23:06:17 +0900 Subject: [PATCH 2/2] docs Community Stacks remove "list has only 2 examples" --- docs/using/selecting.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 435eec05d..0597311d1 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -142,8 +142,6 @@ You must refer to git-SHA image tags when stability and reproducibility are impo The core stacks are just a tiny sample of what's possible when combining Jupyter with other technologies. We encourage members of the Jupyter community to create their own stacks based on the core images and link them below. -*This list only has 2 examples. You can be the next!* - * [csharp-notebook is a community Jupyter Docker Stack image. Try C# in Jupyter Notebooks](https://github.com/tlinnet/csharp-notebook). The image includes more than 200 Jupyter Notebooks with example C# code and can readily be tried online via mybinder.org. Click here to launch [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/tlinnet/csharp-notebook/master). * [education-notebook is a community Jupyter Docker Stack image](https://github.com/umsi-mads/education-notebook). The image includes nbgrader and RISE on top of the datascience-notebook image. Click here to launch it on [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/umsi-mads/education-notebook/master).