|
@@ -36,7 +36,7 @@ via [PyPI](https://pypi.org/search/?q=jupyterlab&o=-created&c=Framework+%3A%3A+J
|
|
|
conda, and other package managers. The _source_ extensions can be installed
|
|
|
directly from npm (search for [jupyterlab-extension](https://www.npmjs.com/search?q=keywords:jupyterlab-extension)) but require additional build step.
|
|
|
You can also find JupyterLab extensions exploring GitHub topic [jupyterlab-extension](https://github.com/topics/jupyterlab-extension).
|
|
|
-To learn more about extensions, see the [user documentation](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html).
|
|
|
+To learn more about extensions, see the [user documentation](https://jupyterlab.readthedocs.io/en/3.2.x/user/extensions.html).
|
|
|
|
|
|
The current JupyterLab releases are suitable for general
|
|
|
usage, and the extension APIs will continue to
|
|
@@ -50,7 +50,7 @@ Read the current JupyterLab documentation on [ReadTheDocs](http://jupyterlab.rea
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
-JupyterLab can be installed using [conda](https://docs.conda.io/en/latest/), [mamba](https://mamba.readthedocs.io/en/latest/) or [pip](https://docs.python.org/3.6/installing/index.html). For more detailed instructions, consult the [installation guide](http://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html).
|
|
|
+JupyterLab can be installed using [conda](https://docs.conda.io/en/latest/), [mamba](https://mamba.readthedocs.io/en/latest/) or [pip](https://docs.python.org/3.6/installing/index.html). For more detailed instructions, consult the [installation guide](http://jupyterlab.readthedocs.io/en/3.2.x/getting_started/installation.html).
|
|
|
|
|
|
Project installation instructions from the git sources are available in the [contributor documentation](CONTRIBUTING.md).
|
|
|
|
|
@@ -95,7 +95,7 @@ Start up JupyterLab using:
|
|
|
jupyter lab
|
|
|
```
|
|
|
|
|
|
-JupyterLab will open automatically in the browser. See the [documentation](http://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html) for additional details.
|
|
|
+JupyterLab will open automatically in the browser. See the [documentation](http://jupyterlab.readthedocs.io/en/3.2.x/getting_started/starting.html) for additional details.
|
|
|
|
|
|
If you encounter an error like "Command 'jupyter' not found", please make sure `PATH` environment variable is set correctly. Alternatively, you can start up JupyterLab using `~/.local/bin/jupyter lab` without changing the `PATH` environment variable.
|
|
|
|
|
@@ -107,7 +107,7 @@ The latest versions of the following browsers are currently _known to work_:
|
|
|
- Chrome
|
|
|
- Safari
|
|
|
|
|
|
-See our [documentation](http://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html) for additional details.
|
|
|
+See our [documentation](http://jupyterlab.readthedocs.io/en/3.2.x/getting_started/installation.html) for additional details.
|
|
|
|
|
|
---
|
|
|
|
|
@@ -117,7 +117,7 @@ We encourage you to ask questions on the [Discourse forum](https://discourse.jup
|
|
|
|
|
|
### Bug report
|
|
|
|
|
|
-To report a bug please read the [guidelines](https://jupyterlab.readthedocs.io/en/stable/getting_started/issue.html) and then open a [Github issue](https://github.com/jupyterlab/jupyterlab/issues/new?template=bug_report.md). To keep resolved issues self-contained, the [lock bot](https://github.com/apps/lock) will lock closed issues as resolved after a period of inactivity. If related discussion is still needed after an issue is locked, please open a new issue and reference the old issue.
|
|
|
+To report a bug please read the [guidelines](https://jupyterlab.readthedocs.io/en/3.2.x/getting_started/issue.html) and then open a [Github issue](https://github.com/jupyterlab/jupyterlab/issues/new?template=bug_report.md). To keep resolved issues self-contained, the [lock bot](https://github.com/apps/lock) will lock closed issues as resolved after a period of inactivity. If related discussion is still needed after an issue is locked, please open a new issue and reference the old issue.
|
|
|
|
|
|
### Feature request
|
|
|
|
|
@@ -129,11 +129,11 @@ We also welcome suggestions for new features as they help make the project more
|
|
|
|
|
|
### Extending JupyterLab
|
|
|
|
|
|
-To start developing an extension for JupyterLab, see the [developer documentation](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html) and the [API docs](https://jupyterlab.readthedocs.io/en/stable/api/).
|
|
|
+To start developing an extension for JupyterLab, see the [developer documentation](https://jupyterlab.readthedocs.io/en/3.2.x/extension/extension_dev.html) and the [API docs](https://jupyterlab.readthedocs.io/en/3.2.x/api/).
|
|
|
|
|
|
### Contributing
|
|
|
|
|
|
-To contribute code or documentation to JupyterLab itself, please read the [contributor documentation](https://jupyterlab.readthedocs.io/en/stable/developer/contributing.html).
|
|
|
+To contribute code or documentation to JupyterLab itself, please read the [contributor documentation](https://jupyterlab.readthedocs.io/en/3.2.x/developer/contributing.html).
|
|
|
|
|
|
JupyterLab follows the Jupyter [Community Guides](https://jupyter.readthedocs.io/en/latest/community/content-community.html).
|
|
|
|