About 871,000 results
Open links in new tab
  1. jupyterhub - Show hidden files in Jupyter Hub - Stack Overflow

    Apr 6, 2025 · I have just deployed a Jupyter Hub in Ubuntu 22.04 using The Littlest Jupyter Hub. I want to show hidden files in File Explorer (and edit them later). Typical sample: .envfile I have …

  2. Where are the logs for jupyterhub? - Stack Overflow

    Sep 1, 2020 · jupyterhub &>> /var/log/jupyterhub.log This will capture all output from jupyterhub and its subprocesses, including the proxy and single-user servers. Or, if you are using …

  3. Cannot log in with user to JupyterHub - Stack Overflow

    Aug 1, 2022 · I installed Anaconda on Centos 7 operating system, and with conda instruction I installed Jupyter notebooks, JupyterLab, and JupyterHub. JupyterHub is version 2.0.0. The …

  4. What is the difference between JupyterLab and JupyterHub?

    Jul 17, 2019 · JupyterHub is encapsulated environments for multiple users. JupyterLab is a new version (for the lack of better words) of Jupyter Notebook. It is notebook, text editor and python …

  5. Creating virtual environments for JupyterHub - Stack Overflow

    Jun 10, 2021 · I am not able to use virtual environments in JupyterHub version 3.0.14. I have no shell access to the server, but I can use the JupyterHub terminal. step 1 After reading some …

  6. Cannot setup Jupyterhub+Jupyterlab to run as a service on …

    Aug 19, 2022 · which couldn't find my jupyterhub binary (cannot reproduct systemctl status jupyterhub.service at this step but it the problem was finding jupyterhub binary), so I changed it …

  7. Is there any parameter to set session timeout on jupyterlab?

    Aug 23, 2022 · JupyterHub is a multi-user jupyterlab hosting platform intended to be hosted on a server or cluster. Feel free to add it back in if you really are running jupyterhub - if so, please …

  8. Setting environment variables in jupyter hub - Stack Overflow

    Oct 29, 2020 · Setting environment variables from the notebook results in these variables being available only from that notebook. %env VAR=TEST import os print(os.environ["VAR"]) ... >>> …

  9. What is default username and password for JupyterHub?

    Nov 4, 2017 · I have installed JupyterHub and ran it. When I opened its page, the following window appears: What to enter there? Documentation is silent.

  10. Jupyterhub: Permission denied (Zero to Jupyterhub) - Stack Overflow

    Aug 7, 2018 · I am working on creating a Jupyterhub using Kubernetes and followed the instructions provided in Zero to Jupyterhub documentation. The basic installation of jupyterhub …