Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 522969e

Browse files
authored
Merge pull request #252 from HAMZA310/patch-2
Fix a Typo
2 parents 84818d7 + 91d5fb0 commit 522969e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/nbi-add-external.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can install packages using the following methods:
2323
+ `%pip install`
2424
+ The Jupyter terminal – You can install packages using pip and conda directly\.
2525

26-
From within a notebook you can use the system command syntax \(lines starting with \!\) to install packages, for example, `!pip install` and `!conda install`\. More recently, new commands have been added to IPython: `%pip` and `%conda`\. These commands are the recommended way to install packages from a notebook as they correctly take into account the activate environment or interpreter being used\. For more information, see [Add %pip and %conda magic functions](https://github.com/ipython/ipython/pull/11524)\.
26+
From within a notebook you can use the system command syntax \(lines starting with \!\) to install packages, for example, `!pip install` and `!conda install`\. More recently, new commands have been added to IPython: `%pip` and `%conda`\. These commands are the recommended way to install packages from a notebook as they correctly take into account the active environment or interpreter being used\. For more information, see [Add %pip and %conda magic functions](https://github.com/ipython/ipython/pull/11524)\.
2727

2828
### Conda<a name="nbi-add-external-tools-conda"></a>
2929

@@ -72,4 +72,4 @@ We do not provide support for installing packages via yum install or installing
7272
Due to potential issues with network conditions or configurations, or the availability of Conda or PyPi, we cannot guarantee that packages will install in a fixed or deterministic amount of time\.
7373

7474
**Note**
75-
We cannot guarantee that a package installation will be successful\. Attempting to install a package in an environment with incompatible dependencies can result in a failure\. In such a case you should contact the library maintainer to see if it is possible to update the package dependencies\. Alternatively you can attempt to modify the environment in such a way as to allow the installation\. This modification however will likely mean removing or updating existing packages, which means we can no longer guarantee stability of this environment\.
75+
We cannot guarantee that a package installation will be successful\. Attempting to install a package in an environment with incompatible dependencies can result in a failure\. In such a case you should contact the library maintainer to see if it is possible to update the package dependencies\. Alternatively you can attempt to modify the environment in such a way as to allow the installation\. This modification however will likely mean removing or updating existing packages, which means we can no longer guarantee stability of this environment\.

0 commit comments

Comments
 (0)