Giter Club home page Giter Club logo

argentina_planck_demo's Introduction

Jean-Christophe's Argentina Planck demo

This is a Jupyter notebook packaged up inside a Docker container which comes preinstalled with a bunch of software needed to do a demo analysis of Planck data. Once the container is running, you can connect to the Jupyter notebook from your local browser.

There are no software dependencies needed to run this except for having Docker installed. If you don't already have it, on Linux you can follow the instructions here, or on Windows/Mac install Docker Toolbox from here. Docker requires a 64bit computer, and for Windows/Mac your processor needs to have hardware virtualization (called VT-x or AMD-v) available and enabled (this is the vast majority of any computer made in the last ~5 years).

With Docker installed, you can pull the image (a ~400Mb download):

docker pull marius311/jcdemo_argentina

To run it:

docker run -d -v $(pwd):/root/shared -p 8888:8888 marius311/jcdemo_argentina

At this point Juptyer is running and you simply need to point your browser to it. On Linux just go the URL 127.0.0.1:8888. If you are running on Windows/Mac, replace 127.0.0.1 with the IP address reported when you start up the Docker Quickstart terminal.

The folder from where you do the run command is shared between Docker and your local computer, so changes you make to notebooks will be saved there.

Development

The build the image from the source code provided here and make changes, just check out this git repository, edit the Dockerfile or add/modify any notebook files, and from the top folder run,

docker build -t marius311/jcdemo_argentina .

You will also need to download and place the PICO datafile in the top folder for the build to work, I'll make this file available from a central location as soon as I have a more final version. -Marius

argentina_planck_demo's People

Contributors

marius311 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.