Cleanup prose + add images to quickstart tutorial

This commit is contained in:
yuvipanda
2018-06-28 11:54:56 -07:00
parent f0639ec03c
commit 656a76097d

View File

@@ -7,7 +7,7 @@ Goal
----
By the end of this tutorial, you should have a JupyterHub with some admin
users and user environment with packages you want installed. This is 80% of what
users and a user environment with packages you want installed. This is 80% of what
most users need, so is a great place to start
Pre-requisites
@@ -71,10 +71,13 @@ let the changes take effect.
This should not disrupt any active users on your JupyterHub.
If the user you made admin is already logged in, you might have to restart your
4. If the user you made admin is already logged in, you might have to restart your
notebook server via the Control Panel page accessed from top right of your web
interface for your new superpowers to take effect.
.. image:: ../images/control_panel_button.png
:alt: Control Panel button on top right of Notebook interface
4. Open a terminal in your notebook server (New -> Terminal) & check if sudo works.
.. code-block:: console
@@ -109,4 +112,6 @@ with ``sudo -E``.
sudo -E pip install there
The packages ``numpy`` and ``there`` are now available to all users in JupyterHub!
The packages ``numpy`` 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.