Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Fix docs #97

Merged
merged 1 commit into from Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ xeus-python allows you to pre-install packages in the Python runtime. You can pr

Furthermore, this automatically installs any labextension that it founds, for example installing ipyleaflet will make ipyleaflet work without the need to manually install the jupyter-leaflet labextension.

Say you want to install `NumPy`, `Matplotlib` and `ipyleaflet`, it can be done by creating the `environment.yml` file with the following content:
Say you want to install `NumPy`, `Matplotlib` and `ipycanvas`, it can be done by creating the `environment.yml` file with the following content:

```yml
name: xeus-python-kernel
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.rst
Expand Up @@ -10,7 +10,7 @@ Pre-installed packages

Furthermore, this automatically installs any labextension that it founds, for example installing ipyleaflet will make ipyleaflet work without the need to manually install the jupyter-leaflet labextension.

Say you want to install ``NumPy``, ``Matplotlib`` and ``ipyleaflet``, it can be done by creating the ``environment.yml`` file with the following content:
Say you want to install ``NumPy``, ``Matplotlib`` and ``ipycanvas``, it can be done by creating the ``environment.yml`` file with the following content:

.. code::

Expand Down