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

Commit

Permalink
Fix docs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 22, 2022
1 parent 78fbd57 commit a566a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit a566a11

Please sign in to comment.