From 2b44a3381fc1fb0d571d092584d626014caf80b3 Mon Sep 17 00:00:00 2001 From: inoue0426 Date: Sun, 4 Nov 2018 01:12:27 +0900 Subject: [PATCH 1/3] add Developing Support section and jupyter-notify --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1fd3392..98abf54 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ A curated list of awesome [Jupyter](http://jupyter.org) projects, libraries and - [Collaboration/Education](#collaborationeducation) - [Visualization](#visualization) - [Rendering/Publishing/Conversion](#renderingpublishingconversion) +- [Developing Support](#developing-support) - [JupyterLab Extensions](#jupyterlab-extensions) - [Testing](#testing) - [Domain-Specific Projects](#domain-specific-projects) @@ -84,6 +85,10 @@ A curated list of awesome [Jupyter](http://jupyter.org) projects, libraries and - [RISE](https://github.com/damianavila/RISE) - Reveal.js Jupyter/IPython Slideshow. - [rst2ipynb](https://github.com/nthiery/rst-to-ipynb) - Convert standalone reStructuredText files to Jupyter notebook file. +## Developing Support + +- [jupyter-notify](https://github.com/ShopRunner/jupyter-notify) - A Jupyter Notebook magic for browser notifications of cell completion. + ## JupyterLab Extensions - [celltags](https://github.com/jupyterlab/jupyterlab-celltags) - Extension to organise and execute notebooks using cell tags. From 8e4550f7bed37fb1e61014ce88a56471e102161d Mon Sep 17 00:00:00 2001 From: Markus Schanta Date: Thu, 8 Nov 2018 11:11:29 +0000 Subject: [PATCH 2/3] Moving jupyter-notify into the Runtimes/Frontends section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98abf54..5940032 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ A curated list of awesome [Jupyter](http://jupyter.org) projects, libraries and - [Collaboration/Education](#collaborationeducation) - [Visualization](#visualization) - [Rendering/Publishing/Conversion](#renderingpublishingconversion) -- [Developing Support](#developing-support) - [JupyterLab Extensions](#jupyterlab-extensions) - [Testing](#testing) - [Domain-Specific Projects](#domain-specific-projects) @@ -36,6 +35,7 @@ A curated list of awesome [Jupyter](http://jupyter.org) projects, libraries and - [Jupyter Notebook](https://github.com/jupyter/notebook) - Main Jupyter notebook runtime. - [JupyterHub](https://github.com/jupyterhub/jupyterhub) - Multi-user server for Jupyter. - [JupyterLab](https://github.com/jupyterlab/jupyterlab) - JupyterLab is the next generation user interface for Jupyter. +- [ShopRunner/jupyter-notify](https://github.com/ShopRunner/jupyter-notify) - Cell magic for browser notification of cell completion. - [kaggle/docker-python](https://github.com/kaggle/docker-python) - Kaggle Python docker image that includes datasets and packages. - [nteract](https://github.com/nteract/nteract) - Native desktop notebook frontend. - [Rodeo](https://rodeo.yhat.com/) - Native Python IDE for Data Science. @@ -87,7 +87,7 @@ A curated list of awesome [Jupyter](http://jupyter.org) projects, libraries and ## Developing Support -- [jupyter-notify](https://github.com/ShopRunner/jupyter-notify) - A Jupyter Notebook magic for browser notifications of cell completion. + ## JupyterLab Extensions From ca22dfe4a2e871874675144872967c723a678e24 Mon Sep 17 00:00:00 2001 From: Markus Schanta Date: Thu, 8 Nov 2018 11:11:49 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5940032..901fee8 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,6 @@ A curated list of awesome [Jupyter](http://jupyter.org) projects, libraries and - [RISE](https://github.com/damianavila/RISE) - Reveal.js Jupyter/IPython Slideshow. - [rst2ipynb](https://github.com/nthiery/rst-to-ipynb) - Convert standalone reStructuredText files to Jupyter notebook file. -## Developing Support - - - ## JupyterLab Extensions - [celltags](https://github.com/jupyterlab/jupyterlab-celltags) - Extension to organise and execute notebooks using cell tags.