0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

install JupyterHub on Ubuntu22.04

Last updated at Posted at 2024-11-29

TL;DR

  • Littlest JupyterHub (Local Network Only)
  • use Ubuntu 22.04 (vagrant)

setup ubuntu

vagrant init bento/ubuntu-22.04 --box-version 202407.23.0
Vagrantfile
  # config.vm.network "private_network", ip: "192.168.56.2"

install the Littlest JupyterHub

sudo su -
apt update
apt install python3 python3-dev git curl
curl -L https://tljh.jupyter.org/bootstrap.py | python3 - --admin <admin-user-name>

login

Username:<admin-user-name>に入力したユーザ名
Password:今決める

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?