Skip to content

Instantly share code, notes, and snippets.

View a-mhamdi's full-sized avatar
🎯
Focusing

Abdelbacet Mhamdi a-mhamdi

🎯
Focusing
  • ISETBZ
  • Tunisia
  • 09:57 (UTC +01:00)
View GitHub Profile
@ronaldsuwandi
ronaldsuwandi / docker-compose.yml
Last active June 24, 2024 23:04
Docker Compose for Jupyter Lab/Notebook (no token/password required)
version: "3.9"
services:
jupyter:
image: quay.io/jupyter/scipy-notebook
ports:
- "8888:8888"
volumes:
- ./notebooks:/home/jovyan/
environment: