This commit is contained in:
Ayaz Salikhov
2023-03-13 09:53:26 +04:00
committed by GitHub
parent 295612d3ad
commit dcca12d941
2 changed files with 18 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ Table of Contents
using/specifics using/specifics
using/recipes using/recipes
using/troubleshooting using/troubleshooting
using/faq
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2

17
docs/using/faq.md Normal file
View File

@@ -0,0 +1,17 @@
# Frequently Asked Questions (FAQ)
## Why we do not add your favorite package
We have lots of users with different packages they want to use.
Adding them all is impossible, so we have several images to choose from.
[Choose the one](selecting.md), that is closest to your need and feel free to [add them on top of our images](recipes.md#using-mamba-install-or-pip-install-in-a-child-docker-image).
## Who is jovyan
Jovyan is often a special term used to describe members of the Jupyter community.
It is also used as the user ID in the Jupyter Docker stacks or referenced in conversations.
You can find more information [here](https://docs.jupyter.org/en/latest/community/content-community.html#what-is-a-jovyan).
## How to give root permissions to the user
We have a [recipe for enabling root permissions](recipes.md#using-sudo-within-a-container).