Skip to content

Commit 0a8f429

Browse files
committed
Fix: update package name from 'datalab' to 'datalab-platform' in installation instructions
1 parent e59fa97 commit 0a8f429

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,8 +1232,8 @@ NumPy 2.0 support has been added with this release.
12321232
* The "Show graphical object titles" and "Auto-refresh" actions were only working on the active signal/image panel, and not on all panels.
12331233
* This is now fixed (see [Issue #11](https://github.com/DataLab-Platform/DataLab/issues/11) - "Show graphical object titles" and "Auto-refresh" actions were working only on current signal/image panel)
12341234
* Fixed [Issue #14](https://github.com/DataLab-Platform/DataLab/issues/14) - Saving/Reopening HDF5 project without cleaning-up leads to `ValueError`
1235-
* Fixed [Issue #15](https://github.com/DataLab-Platform/DataLab/issues/15) - MacOS: 1. `pip install datalab` error - 2. Missing menus:
1236-
* Part 1: `pip install datalab` error on MacOS was actually an issue from **PlotPy** (see [this issue](https://github.com/PlotPyStack/PlotPy/issues/9)), and has been fixed in PlotPy v2.0.3 with an additional compilation flag indicating to use C++11 standard
1235+
* Fixed [Issue #15](https://github.com/DataLab-Platform/DataLab/issues/15) - MacOS: 1. `pip install cdl` error - 2. Missing menus:
1236+
* Part 1: `pip install cdl` error on MacOS was actually an issue from **PlotPy** (see [this issue](https://github.com/PlotPyStack/PlotPy/issues/9)), and has been fixed in PlotPy v2.0.3 with an additional compilation flag indicating to use C++11 standard
12371237
* Part 2: Missing menus on MacOS was due to a PyQt/MacOS bug regarding dynamic menus
12381238
* HDF5 file format: when importing an HDF5 dataset as a signal or an image, the dataset attributes were systematically copied to signal/image metadata: we now only copy the attributes which match standard data types (integers, floats, strings) to avoid errors when serializing/deserializing the signal/image object
12391239
* Installation/configuration viewer: improved readability (removed syntax highlighting)

doc/intro/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,21 @@ Package manager ``pip``
8383

8484
:octicon:`info;1em;sd-text-info` :bdg-info-line:`GNU/Linux` :bdg-info-line:`Windows` :bdg-info-line:`macOS`
8585

86-
DataLab's package ``datalab`` is available on the Python Package Index (PyPI)
86+
DataLab's package ``datalab-platform`` is available on the Python Package Index (PyPI)
8787
on the following URL: https://pypi.python.org/pypi/datalab-platform.
8888

8989
Installing DataLab from PyPI with Qt is as simple as running this command
9090
(you may need to use ``pip3`` instead of ``pip`` on some systems):
9191

9292
.. code-block:: console
9393
94-
$ pip install datalab[qt]
94+
$ pip install datalab-platform[qt]
9595
9696
Or, if you prefer, you can install DataLab without the Qt library (not recommended):
9797

9898
.. code-block:: console
9999
100-
$ pip install datalab
100+
$ pip install datalab-platform
101101
102102
.. note::
103103

@@ -106,7 +106,7 @@ Or, if you prefer, you can install DataLab without the Qt library (not recommend
106106

107107
.. code-block:: console
108108
109-
$ pip install --upgrade datalab[qt]
109+
$ pip install --upgrade datalab-platform[qt]
110110
111111
.. _install_aioinstaller:
112112

doc/intro/tutorials/custom_func.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The only requirement is to install a DataLab client in Spyder's Python environme
259259
(``datalab``) which includes the client (but also other modules, so we don't recommend
260260
this method if you don't need all DataLab's features in this Python environment)::
261261

262-
pip install datalab
262+
pip install datalab-platform
263263

264264
- If you use the DataLab Python package, you may run Spyder in the same Python
265265
environment as DataLab, so you don't need to install the client: it is already

doc/locale/fr/LC_MESSAGES/changelog.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,11 +2837,11 @@ msgstr "Ceci est maintenant corrigé (voir [Issue #11](https://github.com/DataLa
28372837
msgid "Fixed [Issue #14](https://github.com/DataLab-Platform/DataLab/issues/14) - Saving/Reopening HDF5 project without cleaning-up leads to `ValueError`"
28382838
msgstr "Correction de l'[Issue #14](https://github.com/DataLab-Platform/DataLab/issues/14) - Enregistrer/Réouvrir le projet HDF5 sans nettoyage entraîne une `ValueError`"
28392839

2840-
msgid "Fixed [Issue #15](https://github.com/DataLab-Platform/DataLab/issues/15) - MacOS: 1. `pip install datalab` error - 2. Missing menus:"
2841-
msgstr "Correction de l'[Issue #15](https://github.com/DataLab-Platform/DataLab/issues/15) - MacOS : 1. Erreur `pip install datalab` - 2. Menus manquants :"
2840+
msgid "Fixed [Issue #15](https://github.com/DataLab-Platform/DataLab/issues/15) - MacOS: 1. `pip install cdl` error - 2. Missing menus:"
2841+
msgstr "Correction de l'[Issue #15](https://github.com/DataLab-Platform/DataLab/issues/15) - MacOS : 1. Erreur `pip install cdl` - 2. Menus manquants :"
28422842

2843-
msgid "Part 1: `pip install datalab` error on MacOS was actually an issue from **PlotPy** (see [this issue](https://github.com/PlotPyStack/PlotPy/issues/9)), and has been fixed in PlotPy v2.0.3 with an additional compilation flag indicating to use C++11 standard"
2844-
msgstr "Partie 1 : l'erreur `pip install datalab` sur MacOS était en fait un problème de **PlotPy** (voir [ce problème]"
2843+
msgid "Part 1: `pip install cdl` error on MacOS was actually an issue from **PlotPy** (see [this issue](https://github.com/PlotPyStack/PlotPy/issues/9)), and has been fixed in PlotPy v2.0.3 with an additional compilation flag indicating to use C++11 standard"
2844+
msgstr "Partie 1 : l'erreur `pip install cdl` sur MacOS était en fait un problème de **PlotPy** (voir [ce problème]"
28452845

28462846
msgid "Part 2: Missing menus on MacOS was due to a PyQt/MacOS bug regarding dynamic menus"
28472847
msgstr "Partie 2 : les menus manquants sur MacOS étaient dus à un bogue PyQt/MacOS concernant les menus dynamiques"

0 commit comments

Comments
 (0)