Skip to content

Commit

Permalink
Merge pull request #53 from MetOs-UiO/update-hub-specs
Browse files Browse the repository at this point in the history
Hub updates.
  • Loading branch information
mvdebolskiy authored May 10, 2024
2 parents 3d51dc0 + ea334f0 commit 0621794
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/basics/kernels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ Available kernels
'cis'
'ESEM'
'pyaro'
'pyaerocom'
- **pyaero-notebook**: This `environment <https://raw.githubusercontent.com/metno/pyaerocom/v0.17.1/pyaerocom_env.yml>`_ includes various packages for ``pyaerocom``.

.. warning::
.. attention::

This is environment contains older versions of packages to allow the latest ``pyaerocom`` to work. If you don't require any specific packages from this environment,
you should use the ``pangeo-notebook`` or ``ml-notebook`` kernel instead.

``pyaero-notebook`` has been removed and latest ``pyaerocom`` added to the ``ml-notebook``.

..
.. code-block::
..
Expand Down
6 changes: 5 additions & 1 deletion docs/basics/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ On the Jupyterhub, we are using ``pylsp`` as a language-server for linting, styl
If you are annoyed by ``~~~~~~`` wigly lines, you can disable some of them by ignoring them when ``pylsp`` compares your code to `PEP8 style convention <https://peps.python.org/pep-0008/>`_.
You can check the error codes `here <https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes>`_.

To do that. You can go to the file ``~/.config/pycodestyle`` and add the error codes you do not like to the ignore list.
To do that. You can go to the file ``~/.config/pycodestyle`` and add the error codes you do not like to the ignore list.

.. note::

Vim key bindings extensions has been added to jupyter lab. It is disabled by default but can be turned on in the **Notebook Vim** in the Settings Editor.

0 comments on commit 0621794

Please sign in to comment.