How to set a multiuser Jupyterlab server with Jupyterhub (in Windows with Docker)

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • When teaching or working with Python there is a challenge to have and work simultaneously with the same Python version and Python packages. Jupyterhub is a great solution to bring notebooks to a group of users with admin tools and many more features. We have done a tutorial to install Jupyterhub with Jupyterlab in a local lan or wifi network. The tutorial shows the procedure to run Jupyterhub from Docker in Windows, set up a native authenticator and configure an admin and users.
    Review all the steps here:
    www.hatarilabs...

Комментарии • 19

  • @zoobab28
    @zoobab28 3 года назад +10

    Docker is supposed to run ***stateless*** containers, not spawing bash and install stuff by hand. If something else need to be installed like you do here, it needs to be written in the Dockerfile itself.

    • @hatarilabs
      @hatarilabs  3 года назад +1

      Interesting point of view

  • @alx8439
    @alx8439 Год назад +1

    What is the point of taking an existing docker image with jupyter, spin a container out of it and installing the whole damn thing again? I think you don't quite get the idea of docker images

    • @astev52
      @astev52 10 месяцев назад

      yep, makes no sense

  • @prasadmanedeshmukh5905
    @prasadmanedeshmukh5905 3 года назад +1

    Thanks for this helpful tutorial!

  • @eds7550
    @eds7550 11 месяцев назад

    how to setup for two vm: vm1 the lab installed and for vm2 the hub installed

  • @asagaming7
    @asagaming7 2 года назад +1

    Hi Sir, I am not able to find sign up option on the jupyterhub.. I followed the same steps which you mentioned.. Anything I'm missing out? Kindly help.

    • @asagaming7
      @asagaming7 2 года назад

      + I'm trying on Amazon EC2 linux instance.. So is the config file different for linux instance?

  • @lukamladenovic280
    @lukamladenovic280 2 года назад

    How can I manage GPU resources? For example, I want to let Alice use 30% of GPU Resources, and Bob 60% of GPU

  • @ggKongSC
    @ggKongSC Год назад

    Thank you. It works.

  • @asuagar
    @asuagar 3 года назад +1

    Is there a docker-compose with the described steps?

  • @william312435
    @william312435 Год назад

    After finish the tutorial, it works~
    But i have a problem about how to make jupyterhub support with GPU?
    Thanks in advanced!

  • @JEasyDev
    @JEasyDev 3 года назад

    Thank you.
    on ubuntu 16.04 It cannot install any extensions.

  • @mohsenbolhasani7880
    @mohsenbolhasani7880 3 года назад

    Thaaaaaaaaaanks

  • @zahrazare8114
    @zahrazare8114 2 года назад

    I did all the steps according to the video, but when I try to run JupiterHub, I get the following error: Bad config encountered during initialization: The 'authenticator_class' trait of instance must be a type, but 'nativeauthenticator.NativeAuthenticator' could not be imported

    • @bclso
      @bclso 2 года назад

      I got the same problem. Anyone to help!!!

    • @bclso
      @bclso 2 года назад +2

      I finally resolve the issue by adding the line "pip3 install jupyterhub-nativeauthenticator" before running jupyterhub

    • @yalcnfurkancelik7277
      @yalcnfurkancelik7277 2 года назад

      @@bclso thank you