Skip to content

Commit 4c73382

Browse files
committed
Deploying to master from @ f366392 πŸš€
1 parent db94786 commit 4c73382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž_sources/resources/prep/conda.md.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can temporarily add packages to your hub, via Jupyter cell magic, `%pip inst
6262
:::{admonition} pip install trouble
6363
:class: danger
6464

65-
For those who know their way around Jupyter, you may be tempted to `!pip install <list-of-packages>`. This can leave your environment in an inconsistent state, which may prevent your server from starting (and will require some heavy duty assistance from `@help-infrastructure` to debug). More information is [available here.](https://pilot.2i2c.org/en/latest/admin/howto/environment.html#temporarily-install-packages-for-a-session)
65+
For those who know their way around Jupyter, you may be tempted to `!pip install <list-of-packages>`. This can leave your environment in an inconsistent state, which may prevent your server from starting (and will require some heavy duty assistance from `@help-infrastructure` to debug). More information is [available here.](https://pilot.2i2c.org/admin/howto/environment/#temporarily-install-packages-for-a-session)
6666

6767
:::
6868

β€Žresources/prep/conda.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ <h3>Temporary packages<a class="headerlink" href="#temporary-packages" title="Pe
599599
<p>You can temporarily add packages to your hub, via Jupyter cell magic, <code class="docutils literal notranslate"><span class="pre">%pip</span> <span class="pre">install</span> <span class="pre">&lt;list-of-packages&gt;</span></code> or <code class="docutils literal notranslate"><span class="pre">%conda</span> <span class="pre">install</span> <span class="pre">&lt;list-of-packages&gt;</span></code>. <a class="reference external" href="https://ipython.readthedocs.io/en/stable/interactive/magics.html">Jupyter magics</a> always start with the character <code class="docutils literal notranslate"><span class="pre">%</span></code>. In R you can use <code class="docutils literal notranslate"><span class="pre">install.packages(&quot;package-name&quot;)</span></code> as usual.</p>
600600
<div class="danger admonition">
601601
<p class="admonition-title">pip install trouble</p>
602-
<p>For those who know their way around Jupyter, you may be tempted to <code class="docutils literal notranslate"><span class="pre">!pip</span> <span class="pre">install</span> <span class="pre">&lt;list-of-packages&gt;</span></code>. This can leave your environment in an inconsistent state, which may prevent your server from starting (and will require some heavy duty assistance from <code class="docutils literal notranslate"><span class="pre">&#64;help-infrastructure</span></code> to debug). More information is <a class="reference external" href="https://pilot.2i2c.org/en/latest/admin/howto/environment.html#temporarily-install-packages-for-a-session">available here.</a></p>
602+
<p>For those who know their way around Jupyter, you may be tempted to <code class="docutils literal notranslate"><span class="pre">!pip</span> <span class="pre">install</span> <span class="pre">&lt;list-of-packages&gt;</span></code>. This can leave your environment in an inconsistent state, which may prevent your server from starting (and will require some heavy duty assistance from <code class="docutils literal notranslate"><span class="pre">&#64;help-infrastructure</span></code> to debug). More information is <a class="reference external" href="https://pilot.2i2c.org/admin/howto/environment/#temporarily-install-packages-for-a-session">available here.</a></p>
603603
</div>
604604
</section>
605605
<section id="create-your-own-environment-on-jupyterhub">

0 commit comments

Comments
Β (0)