We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3917c25 commit 8d644e8Copy full SHA for 8d644e8
doc/source/usage.rst
@@ -26,12 +26,11 @@ To upgrade or ensure the most recent version is installed:
26
JupyterLite
27
+++++++++++
28
29
-Using the ``piplite`` library:
+Using the ``%pip`` magic command:
30
31
.. code-block:: python
32
33
- import piplite
34
- await piplite.install(["skillsnetwork"])
+ %pip install skillsnetwork
35
36
Reading Files From URL
37
----------------------
0 commit comments