All Projects → ddtm → spiral-docker

ddtm / spiral-docker

Licence: other
Hassle-free access to the SPIRAL agent via Docker

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to spiral-docker

d3-radial-axis
A radial implementation of the D3 axis component
Stars: ✭ 23 (+27.78%)
Mutual labels:  spiral
orm
ORM with transaction scopes (UoW), repositories, in-memory mocking, hybrid databases, logical partitions, full database scaffolding, recursive relations, polymorphic relations, relations to interfaces (static analysis tools included)
Stars: ✭ 13 (-27.78%)
Mutual labels:  spiral
glextrusion
OpenGL 3D extrusion library
Stars: ✭ 27 (+50%)
Mutual labels:  spiral
jobs
RoadRunner: Background PHP workers, Queue brokers
Stars: ✭ 59 (+227.78%)
Mutual labels:  spiral
d3-spiral-heatmap
A reusable chart for D3 (version 4) to create a spiral heatmap
Stars: ✭ 30 (+66.67%)
Mutual labels:  spiral
MRSignalsSeqs
Stanford University Rad229 Class Code: MRI Signals and Sequences
Stars: ✭ 72 (+300%)
Mutual labels:  spiral
lodm
ODM with inheritance and OOP composition for Laravel 5+
Stars: ✭ 22 (+22.22%)
Mutual labels:  spiral
Galaxy-Renderer
A Program for modelling a rotating galaxy based on the density wave theory.
Stars: ✭ 136 (+655.56%)
Mutual labels:  spiral
spiki
A spiral inductor footprint generator for Kicad
Stars: ✭ 42 (+133.33%)
Mutual labels:  spiral
app-keeper
Skeleton Application on Spiral Framework: Keeper Admin Panel
Stars: ✭ 38 (+111.11%)
Mutual labels:  spiral

Docker for SPIRAL

Docker is easiest way to get the SPIRAL agent up and running on your machine. There is no need to build anything or install any packages (besides Docker itself).

Quickstart

  1. Install Docker on your local host machine.

  2. Run the following command in the terminal:

    docker run -it -p 8888:8888 ddtm/spiral:latest

    This will start an instance of Jupyter Notebook server.

    Note that you can replace 8888:8888 with <HOST_PORT>:8888 where <HOST_PORT> is a port on your local host machine.

  3. Follow the instructions and open the URL in your host web browser: http://127.0.0.1:8888/?token=...

  4. You should see a file browser. Select spiral-demo.ipynb.

  5. Voilà!

Now you should be able to go through the demo notebook. Use Shift + Enter to execute a cell and go to the next one. For more information on how to use Jupyter notebooks see, for example, this tutorial.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].