From b153e9fe155a69ee890916a35b88485266025513 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 26 Sep 2018 05:43:33 -0500 Subject: [PATCH 1/3] Update JupyterLab roadmap --- jupyterlab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterlab.md b/jupyterlab.md index 122c78a..7d7b71a 100644 --- a/jupyterlab.md +++ b/jupyterlab.md @@ -28,12 +28,12 @@ * Work on porting nbextensions to JupyterLab and building the bridge layers. * Theme switching. * Ability to hook kernels up to output areas. +* UI for managing plugins. ## Future * Variable inspector. -* UI for managing plugins. -* Real-time collaboration on the notebook, text editor, and other plugins. +* Real-time collaboration on the notebook, text editor, and other plugins. This includes a server-side model of notebook and text documents. * Perform and publish accesibility audit by running an automated tool. * Bring our core plugins up to the level of the Web Accessibility Standards (http://www.w3.org/standards/webdesign/accessibility) From f57a09e55ebfd0351f8b4d6f21a5beec7d8e205e Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 26 Sep 2018 06:59:59 -0500 Subject: [PATCH 2/3] Add link to discussion --- jupyterlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab.md b/jupyterlab.md index 7d7b71a..8867ed4 100644 --- a/jupyterlab.md +++ b/jupyterlab.md @@ -33,7 +33,7 @@ ## Future * Variable inspector. -* Real-time collaboration on the notebook, text editor, and other plugins. This includes a server-side model of notebook and text documents. +* Real-time collaboration on the notebook, text editor, and other plugins. This includes a server-side model of notebook and text documents. Discussion around the topic can be found [here](https://github.com/jupyterlab/jupyterlab/issues/5382). * Perform and publish accesibility audit by running an automated tool. * Bring our core plugins up to the level of the Web Accessibility Standards (http://www.w3.org/standards/webdesign/accessibility) From 9a278cd7705045f4308998f0de0f18456ac31ed6 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 26 Sep 2018 07:09:40 -0500 Subject: [PATCH 3/3] More restructure --- jupyterlab.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jupyterlab.md b/jupyterlab.md index 8867ed4..f9e0d92 100644 --- a/jupyterlab.md +++ b/jupyterlab.md @@ -27,16 +27,17 @@ * Settings system. * Work on porting nbextensions to JupyterLab and building the bridge layers. * Theme switching. -* Ability to hook kernels up to output areas. * UI for managing plugins. ## Future -* Variable inspector. +* [Variable inspector](https://github.com/jupyterlab/jupyterlab/issues/443). * Real-time collaboration on the notebook, text editor, and other plugins. This includes a server-side model of notebook and text documents. Discussion around the topic can be found [here](https://github.com/jupyterlab/jupyterlab/issues/5382). +* [Dashboarding](https://github.com/jupyterlab/jupyterlab/issues/1640). * Perform and publish accesibility audit by running an automated tool. * Bring our core plugins up to the level of the Web Accessibility Standards (http://www.w3.org/standards/webdesign/accessibility) +* Ability to hook kernels up to output areas. * Address the [2015 UX survey findings](https://github.com/jupyter/design/blob/master/surveys/2015-notebook-ux/analysis/report_dashboard.ipynb) * Version control (via git in particular) * Robust text and code editing (like in Emacs, Vim, Sublime, PyCharm)