Skip to content

Commit 8a344fd

Browse files
committed
[docs] remove references to pre-4.x versions [skip CI]
1 parent 2ad41c8 commit 8a344fd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,10 @@ if you encounter any problems.
3333
IPython/Jupyter version support
3434
===============================
3535

36-
| Version | Description |
37-
|-------------|-------------------------------------------------------------------------------------------------|
38-
| IPython 2.x | checkout [2.x branch](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/2.x) |
39-
| IPython 3.x | checkout [3.x branch](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/3.x) |
40-
| Jupyter 4.x | checkout [master branch](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/) |
36+
For Jupyter version 4 or 5, use the master branch of the repository.
37+
Most nbextensions have been updated to work with Jupyter 5.x, but occasionally things get missed, or the Jupyter API changes in a minor version update, so if anything doesn't work as you'd expect/hope, please do check the issues, or open a new one as necessary!
4138

42-
There are different branches of the notebook extensions in this repository.
43-
Please make sure you use the branch corresponding to your IPython/Jupyter version.
39+
This repo is pretty much all in the main master branch, although there remain vestigial branches for IPython notebook versions 2.x and 3.x.
4440

4541

4642
Documentation
@@ -49,7 +45,7 @@ Documentation
4945
Documentation for all maintained extensions can be found at
5046
[jupyter-contrib-nbextensions.readthedocs.io](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest)
5147

52-
In the 4.x Jupyter repository, all extensions that are maintained and active
48+
All extensions that are maintained and active
5349
have at least a yaml file to allow them being configured using the
5450
[jupyter_nbextensions_configurator](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator)
5551
server extension, which is installed as a dependency of this package.
@@ -241,6 +237,7 @@ Each notebook extension typically has its own directory named after the extensio
241237

242238
For further details, see [the documentation at jupyter-contrib-nbextensions.readthedocs.io](http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/internals.html).
243239

240+
244241
Contributing
245242
============
246243

0 commit comments

Comments
 (0)