Skip to content

hqnicolas/KonmeoCasaOsJupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

CasaOs Konmeo Jupyter Docker Compose

Runing Jupyter Notebook on CasaOS Server with aarch64 Based on Konmeo/jupyter

  • 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 Jupyter3.yaml
published: "3001"
  1. On Casaos Home
  2. Click on Jupyter3 Config
  3. Click on Terminal and Logs
  4. on Logs, Find this line:
jupyter3-jupyter3-1  | [I 08:47:36.603 NotebookApp] http://192.168.255.255:8888/?token=70debe4447bbd2587
  1. Take the token from Link above.
  2. Drop the token on your Jupyter Login Screen.
docker run -i -t -p 3001:8888 -v "$PWD":/workspace --name jupyter3 konmeo/jupyter /bin/bash -c "\
jupyter notebook \
--notebook-dir=/workspace --ip='*' --port=8888 \
--no-browser --allow-root"
  • Your Jupiter will access your USER folder From CasaOS Linux server.

About

Runing Jupyter Notebook on CasaOS Server with aarch64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published