Sign inSign up

mgckind/easyaccess

By mgckind

Updated over 7 years ago

SQL command line interpreter for astronomical surveys Edit

Image
0

1.5K

mgckind/easyaccess repository overview

This image uses conda installation and jupyter installation

To run easyaccess:

docker run -it mgckind/easyaccess easyaccess

To persist data in local path:

docker run -it -v $PWD:/home/jovyan/work mgckind/easyaccess easyaccess

To run jupyter notebook from inside the container and expose port:

docker run -d -p 8888:8888 -v $PWD:/home/jovyan/work mgckind/easyaccess start-notebook.sh --NotebookApp.token=''

And go to your http://localhost:8888

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 7 years ago

docker pull mgckind/easyaccess