Skip to content

Commit ebe9ee5

Browse files
committed
Update documentation
1 parent cf4799d commit ebe9ee5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2889
-29
lines changed

en/.doctrees/environment.pickle

99.3 KB
Binary file not shown.

en/.doctrees/intro/index.doctree

2.79 KB
Binary file not shown.
2.22 KB
Binary file not shown.
63.9 KB
Binary file not shown.
20 Bytes
Loading
-4 Bytes
Loading

en/_sources/intro/index.rst.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ the following libraries:
6161

6262
How to install DataLab on your computer
6363

64+
.. grid-item-card:: :octicon:`download;1em;sd-text-info` Offline Installation
65+
:link: installation_offline
66+
:link-type: doc
67+
68+
Install DataLab without internet access
69+
6470
.. grid-item-card:: :octicon:`gift;1em;sd-text-info` Introduction
6571
:link: introduction
6672
:link-type: doc
@@ -84,6 +90,7 @@ the following libraries:
8490
:caption: Contents:
8591

8692
installation
93+
installation_offline
8794
introduction
8895
keyfeatures
8996
tutorials/index

en/_sources/intro/installation.rst.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ or by clicking on the DataLab shortcut in the Start menu (on Windows).
3737
For more details on how to execute DataLab and its command-line options,
3838
see :ref:`ref-to-command-line-features`.
3939

40+
For installation on systems without internet access, see the
41+
:ref:`offline installation guide <installation_offline>`.
42+
4043
How to install
4144
--------------
4245

@@ -161,6 +164,12 @@ distribution for other purposes than running DataLab, and you may also extend it
161164
with additional packages. On the downside, it is also *much bigger* than the
162165
all-in-one installer because it includes a full Python distribution.
163166

167+
.. note::
168+
169+
DataLab-WinPython includes `Spyder <https://www.spyder-ide.org/>`_,
170+
a powerful IDE for scientific programming in Python,
171+
as well as `Jupyter Notebook <https://jupyter.org/>`_ for interactive computing.
172+
164173
.. figure:: /images/shots/wpcp.png
165174

166175
DataLab-WinPython Control Panel
@@ -185,7 +194,7 @@ install DataLab on an existing Python distribution:
185194

186195
.. code-block:: console
187196
188-
$ pip install --upgrade DataLab-0.11.1-py2.py3-none-any.whl
197+
$ pip install --upgrade DataLab-1.0.1-py2.py3-none-any.whl
189198
190199
.. _install_source:
191200

@@ -198,7 +207,7 @@ Installing DataLab directly from the source package may be done using ``pip``:
198207

199208
.. code-block:: console
200209
201-
$ pip install --upgrade datalab-0.11.1.tar.gz
210+
$ pip install --upgrade datalab-1.0.1.tar.gz
202211
203212
Or, if you prefer, you can install it manually by running the following command
204213
from the root directory of the source package:
@@ -215,7 +224,7 @@ by running the following command from the root directory of the source package
215224
216225
$ pip install build wheel # Install build and wheel packages (if needed)
217226
$ python -m build # Build the wheel package
218-
$ pip install --upgrade dist/datalab-0.11.1-py2.py3-none-any.whl # Install the wheel package
227+
$ pip install --upgrade dist/datalab-1.0.1-py2.py3-none-any.whl # Install the wheel package
219228
220229
.. _install_development:
221230

0 commit comments

Comments
 (0)