mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Rename 'envt' to 'env'
Other option is the full blown 'environment'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.. _howto/envt/notebook_interfaces:
|
||||
.. _howto/env/notebook_interfaces:
|
||||
|
||||
=======================================
|
||||
Change default User Interface for users
|
||||
@@ -1,4 +1,4 @@
|
||||
.. _howto/envt/user_environment:
|
||||
.. _howto/env/user_environment:
|
||||
|
||||
==================================
|
||||
Install conda, pip or apt packages
|
||||
@@ -9,7 +9,7 @@ environment. Packages / libraries installed in this environment are available
|
||||
to all users on the JupyterHub. Users with :ref:`admin rights <howto/admin/admin-users>` can install packages
|
||||
easily.
|
||||
|
||||
.. _howto/envt/user_environment_pip:
|
||||
.. _howto/env/user_environment_pip:
|
||||
|
||||
Installing pip packages
|
||||
=======================
|
||||
@@ -39,7 +39,7 @@ almost 145,000 packages in it right now, so a lot of what you need is going to b
|
||||
If you get an error message like ``sudo: pip: command not found``,
|
||||
make sure you are not missing the ``-E`` parameter after ``sudo``.
|
||||
|
||||
.. _howto/envt/user_environment_conda:
|
||||
.. _howto/env/user_environment_conda:
|
||||
|
||||
Installing conda packages
|
||||
=========================
|
||||
@@ -73,7 +73,7 @@ a community maintained repository of conda packages.
|
||||
If you get an error message like ``sudo: conda: command not found``,
|
||||
make sure you are not missing the ``-E`` parameter after ``sudo``.
|
||||
|
||||
.. _howto/envt/user_environment_apt:
|
||||
.. _howto/env/user_environment_apt:
|
||||
|
||||
Installing apt packages
|
||||
=======================
|
||||
@@ -56,8 +56,8 @@ The user environment
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
howto/envt/user-environment
|
||||
howto/envt/notebook-interfaces
|
||||
howto/env/user-environment
|
||||
howto/env/notebook-interfaces
|
||||
|
||||
Authentication
|
||||
--------------
|
||||
|
||||
@@ -26,4 +26,4 @@ The packages ``gdal`` and ``there`` are now available to all users in JupyterHub
|
||||
If a user already had a python notebook running, they have to restart their notebook's
|
||||
kernel to make the new libraries available.
|
||||
|
||||
See :ref:`howto/envt/user_environment` for more information.
|
||||
See :ref:`howto/env/user_environment` for more information.
|
||||
|
||||
Reference in New Issue
Block a user