@@ -286,19 +286,20 @@ The core stacks are but a tiny sample of what's possible when combining Jupyter
286286We encourage members of the Jupyter community to create their own stacks based on the core images and link them below.
287287See the [ contributing guide] ( ../contributing/stacks.md ) for information about how to create your own Jupyter Docker Stack.
288288
289- | Flavor | Binder | Description |
290- | -------------- | ----------------------- | --------------------------------------------------------------------------------------------------------- |
291- | [ csharp] | [ ![ bb]] [ csharp_b ] | More than 200 Jupyter Notebooks with example ** C#** code |
292- | [ education] | [ ![ bb]] [ education_b ] | ** ` nbgrader ` ** and ` RISE ` on top of the ` datascience-notebook ` image |
293- | [ ihaskell] | [ ![ bb]] [ ihaskell_b ] | Based on [ ** IHaskell** ] [ ihaskell_project ] . Includes popular packages and example notebooks |
294- | [ java] | [ ![ bb]] [ java_b ] | [ ** IJava** ] [ ijava ] kernel on top of the ` minimal-notebook ` image |
295- | [ sage] | [ ![ bb]] [ sage_b ] | [ ** sagemath** ] [ sagemath ] kernel on top of the ` minimal-notebook ` image |
296- | [ cgspatial] | [ ![ bb]] [ cgspatial_b ] | Major ** geospatial** Python & R libraries on top of the ` datascience-notebook ` image |
297- | [ kotlin] | [ ![ bb]] [ kotlin_b ] | [ ** Kotlin** kernel for Jupyter/IPython] [ kotlin_kernel ] on top of the ` base-notebook ` image |
298- | [ transformers] | [ ![ bb]] [ transformers_b ] | [ ** Transformers** ] [ transformers_lib ] and NLP libraries such as ` Tensorflow ` , ` Keras ` , ` Jax ` and ` PyTorch ` |
299- | [ scraper] | [ ![ bb]] [ scraper_b ] | ** Scraper** tools (` selenium ` , ` chromedriver ` , ` beatifulsoup4 ` , ` requests ` ) on ` minimal-notebook ` image |
300- | [ almond] | [ ![ bb]] [ almond_b ] | Scala kernel for Jupyter using ** Almond** on top of the ` base-notebook ` image |
301- | [ lisp-stat] | [ ![ bb]] [ lisp-stat_b ] | Common Lisp statistical computing environment on top of the ` minimal-notebook ` image |
289+ | Flavor | Binder | Description |
290+ | -------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
291+ | [ csharp] | [ ![ bb]] [ csharp_b ] | More than 200 Jupyter Notebooks with example ** C#** code |
292+ | [ education] | [ ![ bb]] [ education_b ] | ** ` nbgrader ` ** and ` RISE ` on top of the ` datascience-notebook ` image |
293+ | [ ihaskell] | [ ![ bb]] [ ihaskell_b ] | Based on [ ** IHaskell** ] [ ihaskell_project ] . Includes popular packages and example notebooks |
294+ | [ java] | [ ![ bb]] [ java_b ] | [ ** IJava** ] [ ijava ] kernel on top of the ` minimal-notebook ` image |
295+ | [ sage] | [ ![ bb]] [ sage_b ] | [ ** sagemath** ] [ sagemath ] kernel on top of the ` minimal-notebook ` image |
296+ | [ cgspatial] | [ ![ bb]] [ cgspatial_b ] | Major ** geospatial** Python & R libraries on top of the ` datascience-notebook ` image |
297+ | [ kotlin] | [ ![ bb]] [ kotlin_b ] | [ ** Kotlin** kernel for Jupyter/IPython] [ kotlin_kernel ] on top of the ` base-notebook ` image |
298+ | [ transformers] | [ ![ bb]] [ transformers_b ] | [ ** Transformers** ] [ transformers_lib ] and NLP libraries such as ` Tensorflow ` , ` Keras ` , ` Jax ` and ` PyTorch ` |
299+ | [ scraper] | [ ![ bb]] [ scraper_b ] | ** Scraper** tools (` selenium ` , ` chromedriver ` , ` beatifulsoup4 ` , ` requests ` ) on ` minimal-notebook ` image |
300+ | [ almond] | [ ![ bb]] [ almond_b ] | Scala kernel for Jupyter using ** Almond** on top of the ` base-notebook ` image |
301+ | [ lisp-stat] | [ ![ bb]] [ lisp-stat_b ] | Common Lisp statistical computing environment on top of the ` minimal-notebook ` image |
302+ | [ sequencing] | [ ![ bb]] [ sequencing_b ] | Collection for bioinformatics sequencing data analysis, covering bulk RNA-seq, single-cell RNA-seq, spatial sequencing, and multi-omics |
302303
303304[ bb ] : https://static.mybinder.org/badge_logo.svg
304305[ csharp ] : https://github.com/tlinnet/csharp-notebook
@@ -328,6 +329,8 @@ See the [contributing guide](../contributing/stacks.md) for information about ho
328329[ almond_b ] : https://mybinder.org/v2/gh/almond-sh/examples/master?urlpath=lab%2Ftree%2Fnotebooks%2Findex.ipynb
329330[ lisp-stat ] : https://lisp-stat.dev
330331[ lisp-stat_b ] : https://mybinder.org/v2/gh/Lisp-Stat/IPS9/HEAD?urlpath=%2Fdoc%2Ftree%2Findex.ipynb
332+ [ sequencing ] : https://github.com/huchlab/sequencing-docker-stacks
333+ [ sequencing_b ] : https://mybinder.org/v2/gh/huchlab/sequencing-docker-stacks/main?urlpath=lab%2Ftree%2FREADME.ipynb
331334
332335### Other GPU-accelerated notebooks
333336
0 commit comments