MCPcopy Index your code
hub / github.com/ipython/ipython / conda

Method conda

IPython/core/magics/packaging.py:135–142  ·  view source on GitHub ↗

Run the conda package manager within the current kernel. Usage: %conda install [pkgs]

(self, line)

Source from the content-addressed store, hash-verified

133 @line_magic
134 @is_conda_environment
135 def conda(self, line):
136 """Run the conda package manager within the current kernel.
137
138 Usage:
139 %conda install [pkgs]
140 """
141 conda = _get_conda_like_executable("conda")
142 self._run_command(conda, line)
143
144 @line_magic
145 @is_conda_environment

Callers

nothing calls this directly

Calls 2

_run_commandMethod · 0.95

Tested by

no test coverage detected