mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adding copy buttons to code blocks
This commit is contained in:
@@ -7,9 +7,9 @@ In The Littlest JupyterHub, we try to allow users to do as many administrative
|
||||
tasks as possible within JupyterHub itself. Admin users can:
|
||||
|
||||
1. Have full root access with passwordless ``sudo``
|
||||
2. Install systemwide packages with ``apt``
|
||||
3. Install ``conda`` / ``pip`` packages for all JupyterHub
|
||||
4. Change amount of RAM / CPU available to each user and more!
|
||||
2. Install system-wide packages with ``apt``
|
||||
3. Install ``conda`` / ``pip`` packages for all JupyterHub users
|
||||
4. Change the amount of RAM / CPU available to each user, and more!
|
||||
|
||||
By default, there are no admin users. You should add some after installation.
|
||||
|
||||
@@ -17,7 +17,8 @@ Adding admin users
|
||||
==================
|
||||
|
||||
Admin users are specified in the `YAML <https://en.wikipedia.org/wiki/YAML>`_
|
||||
config file at ``/opt/tljh/config.yaml``.
|
||||
config file at ``/opt/tljh/config.yaml``. This file is created upon installing
|
||||
tljh.
|
||||
|
||||
1. Open the ``config.yaml`` file for editing.
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ The quick way to install The Littlest JupyterHub (tljh) is:
|
||||
This takes 2-5 minutes to run. When completed, you can access your new JupyterHub
|
||||
at the public IP of your server!
|
||||
|
||||
You should probably add yourself as an `admin user <admin.md>`_
|
||||
You should probably add yourself as an `admin user <admin.rst>`_
|
||||
after installation.
|
||||
|
||||
Slightly less quick installation
|
||||
|
||||
@@ -10,7 +10,7 @@ interfaces you can use:
|
||||
1. `JupyterLab <http://jupyterlab.readthedocs.io/en/stable/>`_
|
||||
2. `nteract <https://nteract.io/>`_
|
||||
|
||||
Both these interfaces are also shipped with TLJH by default. You can try them
|
||||
Both these interfaces are also shipped with tljh by default. You can try them
|
||||
temporarily, or set them to be the default interface whenever you login.
|
||||
|
||||
Trying alternate interface tempoarily
|
||||
@@ -20,13 +20,12 @@ When you log in & start your server, by default the URL in your browser
|
||||
will be something like ``/user/<username>/tree``. The ``/tree`` is what tells
|
||||
the notebook server to give you the classic notebook interface.
|
||||
|
||||
If you change ``/tree`` to ``/lab``, you will get the JupyterLab interface.
|
||||
|
||||
If you change ``/tree`` to ``/nteract``, you will get the nteract interface.
|
||||
* **For the JupyterLab interface**: change ``/tree`` to ``/lab``.
|
||||
* **For the nteract interface**: change ``/tree`` to ``/nteract``
|
||||
|
||||
You can play around with them and see what fits your use cases best.
|
||||
|
||||
Changing default notebook interface
|
||||
Changing the default user interface
|
||||
-----------------------------------
|
||||
|
||||
You can change the default interface users get when they log in by modifying
|
||||
|
||||
Reference in New Issue
Block a user