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

Fix a Typo #252

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc_source/nbi-add-external.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can install packages using the following methods:
+ `%pip install`
+ The Jupyter terminal – You can install packages using pip and conda directly\.

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)\.
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)\.

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

Expand Down Expand Up @@ -72,4 +72,4 @@ We do not provide support for installing packages via yum install or installing
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\.

**Note**
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\.
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\.