Skip to content

rosatrancoso/docker-scipy-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-scipy-notebook

Docker images inherited from jupyter/scipy-notebook with:

  • my most used tools
  • my AWS credentials
  • external user for mounted volumes

More info in docker-stacks notes

There's a GitHub Actions that builds and pushes the image to ghcr.io/rosatrancoso/docker-scipy-notebook:master.

Example usage:

 export UID=`id -u`; export GID=`id -g`; docker compose up -d geoscipy

Using VSCode

from docker

you can use this docker image from VScode by connecting to remote host (e.g. https://localhost:8887) or

from conda env

you can jupyter notebooks from VScode with a conda environment that has jupyter installed. It's actually easier than having this big docker image.