Skip to content

Runing JupyterLab Notebook on CasaOS Server with aarch64

Notifications You must be signed in to change notification settings

hqnicolas/KonmeoCasaOsJupyterLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

CasaOs Konmeo JupyterLab Docker Compose

Runing JupyterLab Notebook on CasaOS Server with aarch64 Based on Konmeo/jupyterLab

  • How to use:
  • install CasaOs
sudo apt-get update -y
sudo apt-get install curl -y
wget -qO- https://get.casaos.io/v0.4.7 | sudo bash
# for newer version: curl -fsSL https://get.casaos.io | sudo bash
  1. On Casaos Home.
  2. click on "+".
  3. Click on add custom image.
  4. Click on import icon.
  5. select the JupyterLab.yaml
published: "3000"
  1. On Casaos Home
  2. Click on JupyterLab Config
  3. Click on Terminal and Logs
  4. on Logs, Find this line:
Running at:
jupyterlab-jupyterlab-1  | [I 2023-11-12 10:42:05.636 ServerApp] http://localhost:8888/lab?token=c5ad99bf763ebc0
  1. Take the token from Link above.
  2. Drop the token on your JupyterLab Login Screen.
docker run -i -t -p 3000:8888 -v "$PWD":/workspace --name jupyterlab konmeo/jupyterlab /bin/bash -c "\
jupyter lab \
--notebook-dir=/workspace --ip='*' --port=8888 \
--no-browser --allow-root"
  • Your Jupiter will access your USER folder From CasaOS Linux server.

About

Runing JupyterLab Notebook on CasaOS Server with aarch64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published