Skip to content

Commit

Permalink
clarify that the classic version is obsolete and redirect jlab users …
Browse files Browse the repository at this point in the history
…to jupyterlab-rise

fix #644
  • Loading branch information
parmentelat committed Sep 17, 2023
1 parent ae15c4b commit bf59efa
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
17 changes: 17 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
---------

END OF LIFE
===========

* RISE only supports notebook classic, which is now obsolete
* consequently RISE is now officially deprecated and will not be maintained anymore
* Please use instead the new JupyterLab extension:
```bash
pip install jupyterlab-rise
```
* github repo here https://github.com/jupyterlab-contrib/rise

Versions
========

Expand All @@ -27,12 +38,18 @@ Versions
* 5.6.1 tag compatible with `notebook` >= 6.0.0
* 5.7.0 tag compatible with `notebook` >= 6.0.0
* 5.7.1 tag compatible with `notebook` >= 6.0.0
* **NOTE** no version of RISE is compatible with `notebook` >= 7.0.0

You will also find tags for "development" releases (mostly beta and rc we release before the "official" releases).

Changes
=======

* 5.7.2

* never released as a stable package; mostly this extension is now deprecated
and we are working on a new JupyterLab extension - see above

* 5.7.1

* Adding color support to the chalkboard (https://github.com/damianavila/RISE/pull/567)
Expand Down
4 changes: 3 additions & 1 deletion doc/dev/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
in a nutshell, 5.7 comes with a clear separation between
* what is inherited from `reveal.js` with our minor adaptations (the `rise-reveal` subdir),
* the RISE extension for the classic notebook (the `classic` subdir),
* opening the space for a future `jlab` subdir that will host the jupyterlab extension.
* opening the space for a future `jlab/` subdir that will host the jupyterlab extension.
however be aware that the official JupyterLab RISE extensions eventually landed
in a separate github repo at <https://github.com/jupyterlab-contrib/rise>

****

Expand Down
3 changes: 3 additions & 0 deletions doc/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ for the classic notebook extension has moved under the `classic` subdir; at this
`jlab` area is not ready for shipping, and so these instructions are **only about the
classic extension**.

**NOTE** be aware that the official JupyterLab RISE extensions eventually landed
in a separate github repo at <https://github.com/jupyterlab-contrib/rise>

### Pre-Release check

**Step 0.** Clean your local repo copy at your top level (ROOT) directory:
Expand Down
12 changes: 8 additions & 4 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,12 @@ You should press the `t` key to open the speaker notes view.

### JupyterLab

Please be aware that as of 5.3 RISE is unfortunately not yet
compatible with JupyterLab and must be used with the classic notebook.
Please be aware that the extension built from this repo is not compatible with JupyterLab
and must be used with the classic notebook.

See <https://github.com/damianavila/RISE/issues/270> for the github
issue on this topic.
JupyterLab users are encouraged to use the RISE JupyterLab extension instead
```bash
pip install jupyterlab-rise
```

see also the github repo here <https://github.com/jupyterlab-contrib/rise>

0 comments on commit bf59efa

Please sign in to comment.